@@ -6,7 +6,7 @@ CVE-2016-0740 -- Buffer overflow in TiffDecode.c
66------------------------------------------------
77
88Pillow 3.1.0 and earlier when linked against libtiff >= 4.0.0 on x64
9- may overflow a buffer when reading a specially crafted tiff file (:cve: `CVE- 2016-0740 `).
9+ may overflow a buffer when reading a specially crafted tiff file (:cve: `2016-0740 `).
1010
1111Specifically, libtiff >= 4.0.0 changed the return type of
1212``TIFFScanlineSize `` from ``int32 `` to machine dependent
@@ -24,7 +24,7 @@ CVE-2016-0775 -- Buffer overflow in FliDecode.c
2424-----------------------------------------------
2525
2626In all versions of Pillow, dating back at least to the last PIL 1.1.7
27- release, FliDecode.c has a buffer overflow error (:cve: `CVE- 2016-0775 `).
27+ release, FliDecode.c has a buffer overflow error (:cve: `2016-0775 `).
2828
2929Around line 192:
3030
@@ -53,7 +53,7 @@ CVE-2016-2533 -- Buffer overflow in PcdDecode.c
5353-----------------------------------------------
5454
5555In all versions of Pillow, dating back at least to the last PIL 1.1.7
56- release, ``PcdDecode.c `` has a buffer overflow error (:cve: `CVE- 2016-2533 `).
56+ release, ``PcdDecode.c `` has a buffer overflow error (:cve: `2016-2533 `).
5757
5858The ``state.buffer `` for ``PcdDecode.c `` is allocated based on a 3
5959bytes per pixel sizing, where ``PcdDecode.c `` wrote into the buffer
0 commit comments