summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-29 21:20:36 +0200
committerAnatol Belski <ab@php.net>2016-08-29 21:20:36 +0200
commitae81e8fc32749a3f94d975eed79fb9784ca9b8f5 (patch)
tree781db1f97c29677bee457ce723045e1e122528c3
parentd787b0ea13951e8653c903808b061bc859ff15fb (diff)
downloadphp-git-ae81e8fc32749a3f94d975eed79fb9784ca9b8f5.tar.gz
update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fcb811f1d6..bc3d279fd9 100644
--- 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).