diff options
author | Anatol Belski <ab@php.net> | 2016-08-29 21:20:36 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-08-29 21:20:36 +0200 |
commit | ae81e8fc32749a3f94d975eed79fb9784ca9b8f5 (patch) | |
tree | 781db1f97c29677bee457ce723045e1e122528c3 | |
parent | d787b0ea13951e8653c903808b061bc859ff15fb (diff) | |
download | php-git-ae81e8fc32749a3f94d975eed79fb9784ca9b8f5.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |