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

diff --git a/NEWS b/NEWS
index 522076e9c744f3960084c4e665fa64ae61091a1a..8ad7e8ae79830e7a2f7a9da921cd19675a46f745 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP                                                                        NEWS
     (Nikita)
   . Fixed bug #72854 (PHP Crashes on duplicate destructor call). (Nikita)
   . Fixed bug #72857 (stream_socket_recvfrom read access violation). (Anatol)
+  . Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
+    password_verify). (Anatol)
 
 - COM:
   . Fixed bug #72922 (COM called from PHP does not return out parameters).