summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2014-08-29 11:26:27 +0300
committerLior Kaplan <kaplanlior@gmail.com>2014-08-29 11:42:12 +0300
commit49d6472f9f9967046e968c00e56eabe317b1d8c0 (patch)
treec10112356055a317bf28da99848c79d1a147e321
parentcd38d72eee8e7966e4014498aadf228f1c18e2b8 (diff)
downloadphp-git-49d6472f9f9967046e968c00e56eabe317b1d8c0.tar.gz
Use #66356 instead of #66714, as the latter is only a regression fix from the former.
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7f7001ffe..098b6aa3ee 100644
--- a/NEWS
+++ b/NEWS
@@ -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)