]> granicus.if.org Git - php/commitdiff
Add entry for #70284 in 7.0.0RC2
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 9 Sep 2015 11:22:46 +0000 (14:22 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 9 Sep 2015 11:22:46 +0000 (14:22 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 369c59babbbcdfb10148b2e368bdf9b1e28361e6..d55833c96b68e22c7352a9172fbcae2788b89a6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,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)