diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2016-06-07 21:46:59 +0300 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2016-06-07 21:46:59 +0300 |
commit | e6211038cba2a2cf03520ecf68786f77f1c64d05 (patch) | |
tree | 31896cc630044244e1b51f50cc30954186ec86a2 | |
parent | 48d629eb4537ba60fa26157e2c6597c8a8efb61f (diff) | |
download | php-git-e6211038cba2a2cf03520ecf68786f77f1c64d05.tar.gz |
Add CVE to #66387
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1008,7 +1008,8 @@ PHP NEWS - GD: . Fixed bug #53156 (imagerectangle problem with point ordering). (cmb) - . Fixed bug #66387 (Stack overflow with imagefilltoborder). (cmb) + . Fixed bug #66387 (Stack overflow with imagefilltoborder). (CVE-2015-8874) + (cmb) . Fixed bug #70102 (imagecreatefromwebm() shifts colors). (cmb) . Fixed bug #66590 (imagewebp() doesn't pad to even length). (cmb) . Fixed bug #66882 (imagerotate by -90 degrees truncates image by 1px). (cmb) |