]> granicus.if.org Git - php/commitdiff
These bugs are also in 7.1-alpha
authorXinchen Hui <laruence@gmail.com>
Wed, 15 Jun 2016 06:56:41 +0000 (14:56 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 15 Jun 2016 06:56:41 +0000 (14:56 +0800)
NEWS

diff --git a/NEWS b/NEWS
index a99bf6ccee01210fa24312f36d66c278176d6bd5..181043f9c25290dcadd56518e1106811c8205e96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,9 +7,18 @@ PHP                                                                        NEWS
   . Fixed bug #72373 (TypeError after Generator function w/declared return type
     finishes). (Nikita)
 
+- Mbstring:
+  . Fixed bug #72405 (mb_ereg_replace - mbc_to_code (oniguruma) -
+    oob read access). (Laruence)
+  . Fixed bug #72399 (Use-After-Free in MBString (search_re)). (Laruence)
+
 - Sqlite3:
   . Implemented FR #72385 (Update SQLite bundle lib(3.13.0)). (Laruence)
 
+- Standard:
+  . Fixed bug #72306 (Heap overflow through proc_open and $env parameter).
+    (Laruence)
+
 09 Jun 2016, PHP 7.1.0alpha1
 
 - Core: