]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 29 Aug 2016 19:20:36 +0000 (21:20 +0200)
committerAnatol Belski <ab@php.net>
Mon, 29 Aug 2016 19:20:36 +0000 (21:20 +0200)
NEWS

diff --git a/NEWS b/NEWS
index fcb811f1d6878c5ef2b6afc7a4b83d1440555ed9..bc3d279fd9048b0442e7a55a68f4a633d47fdc5f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer
     (zend_gc.c:260)). (Laruence)
+  . Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
+    password_verify). (Anatol)
 
 - Dba:
   . Fixed bug #71514 (Bad dba_replace condition because of wrong API usage).