Corrected syntax in release notes [ci skip]

This commit is contained in:
Andrew Murray 2017-05-03 20:22:55 +10:00
parent 19fe72e2f6
commit 6a7f4983af

View File

@ -11,7 +11,7 @@ disclosure or corruption.
Specifically, when parameters from the image are passed into Specifically, when parameters from the image are passed into
``Image.core.map_buffer``, the size of the image was calculated with ``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. result is larger than SIZE_MAX. This is possible on a 32-bit system.
Furthermore this ``size`` value was added to a potentially attacker Furthermore this ``size`` value was added to a potentially attacker