Merge pull request #2501 from radarhere/releasenotes

Corrected syntax in release notes
This commit is contained in:
Hugo 2017-05-03 13:39:16 +03:00 committed by GitHub
commit da2ea4cfe3

View File

@ -11,7 +11,7 @@ disclosure or corruption.
Specifically, when parameters from the image are passed into
``Image.core.map_buffer``, the size of the image was calculated with
``xsize``*``ysize``*``bytes_per_pixel``. This will overflow if the
``xsize`` * ``ysize`` * ``bytes_per_pixel``. This will overflow if the
result is larger than SIZE_MAX. This is possible on a 32-bit system.
Furthermore this ``size`` value was added to a potentially attacker