]> granicus.if.org Git - php/commitdiff
news entry for 74111
authorJoe Watkins <krakjoe@php.net>
Thu, 6 Jul 2017 07:06:11 +0000 (08:06 +0100)
committerJoe Watkins <krakjoe@php.net>
Thu, 6 Jul 2017 07:06:11 +0000 (08:06 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 19d13673c4e9327125566e48141ae6da1289a88a..97c10535e3c2fb2f60f69a3096337a81b039362d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,8 @@ PHP                                                                        NEWS
     (Stas)
   . Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in
     zval_get_type). (Nikita)
+  . Fixed bug #74111 (Heap buffer overread (READ: 1) finish_nested_data from
+    unserialize). (Nikita)
 
 - Date:
   . Fixed bug #74639 (implement clone for DatePeriod and DateInterval).