Use #66356 instead of #66714, as the latter is only a regression fix from the former.

This commit is contained in:
Lior Kaplan 2014-08-29 11:26:27 +03:00
parent cd38d72eee
commit 49d6472f9f

3
NEWS
View File

@ -231,7 +231,8 @@ PHP NEWS
. Fixed bug #67248 (imageaffinematrixget missing check of parameters). (Stas)
. Fixed imagettftext to load the correct character map rather than the last one.
(Scott)
. Fixed bug #66714 ( imageconvolution breakage). (Brad Daily)
. Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()).
(CVE-2013-7226)
. Fixed bug #66815 (imagecrop(): insufficient fix for NULL defer
CVE-2013-7327). (Tomas Hoger, Remi).
. Fixed #66869 (Invalid 2nd argument crashes imageaffinematrixget) (Pierre)