From 6a7f4983afaf25d56ebb6408c1cdc5654f34bb2a Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 3 May 2017 20:22:55 +1000 Subject: [PATCH] Corrected syntax in release notes [ci skip] --- docs/releasenotes/3.3.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releasenotes/3.3.2.rst b/docs/releasenotes/3.3.2.rst index 141413093..68a09a3c8 100644 --- a/docs/releasenotes/3.3.2.rst +++ b/docs/releasenotes/3.3.2.rst @@ -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