summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-09-09 14:20:04 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-09-09 14:20:04 +0300
commit43f6099ce41c0f022e5fae4876927592568c94ed (patch)
tree85d55794916e938dedbd9f037118014e57ba15d3
parenta483a79c85dd4d2d169aa18a3d5904d7aad6146a (diff)
downloadphp-git-43f6099ce41c0f022e5fae4876927592568c94ed.tar.gz
Add entry for #70284 in 5.6.13
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7490219a8b..95fbde1943 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,10 @@ PHP NEWS
. Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
value of 32 bytes). (Stas)
+- GMP:
+ . Fixed bug #70284 (Use after free vulnerability in unserialize() with GMP).
+ (stas)
+
- hash:
. Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee
at naver dot com)