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

diff --git a/NEWS b/NEWS
index 97169e78790b3872f797bc19208100a9faff48fb..f62cd734ff5251138b289b8f845d8a3d8d9cb5e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP                                                                        NEWS
   . Fixed bug #72944 (Null pointer deref in zval_delref_p). (Dmitry)
   . Fixed bug #72943 (assign_dim on string doesn't reset hval). (Laruence)
   . Fixed bug #72598 (Reference is lost after array_slice()) (Nikita)
+  . 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).