summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-10-14 13:03:12 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2016-10-14 13:03:12 +0200
commite42bdcb7aa74c7846b984ef25462780ed135103f (patch)
tree16ab7a15198c5a83faaa6a316b5974d52af499e8
parent49fc016eb92b4672460472c90eb3b757a17d3261 (diff)
downloadphp-git-PHP-5.6.27.tar.gz
add missing NEWS entriesphp-5.6.27PHP-5.6.27
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 88644ed76d..6b4d9692e5 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,17 @@ PHP NEWS
. Fixed bug #73058 (crypt broken when salt is 'too' long). (Anatol)
. Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
password_verify). (Anatol)
+ . Fixed bug #73189 (Memcpy negative size parameter php_resolve_path). (Stas)
+ . Fixed bug #73147 (Use After Free in unserialize()). (Stas)
+
+- BCmath:
+ . Fixed bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)
+
+- DOM:
+ . Fixed bug #73150 (missing NULL check in dom_document_save_html). (Stas)
+
+- Ereg:
+ . Fixed bug #73284 (heap overflow in php_ereg_replace function). (Stas)
- Filter:
. Fixed bug #72972 (Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and
@@ -32,11 +43,22 @@ PHP NEWS
files). (cmb)
. Fixed bug #73161 (imagecreatefromgd2() may leak memory). (cmb)
+- Intl:
+ . Fixed bug #73218 (add mitigation for ICU int overflow). (Stas)
+
+- Imap:
+ . Fixed bug #73208 (integer overflow in imap_8bit caused heap corruption).
+ (Stas)
+
- Mbstring:
. Fixed bug #72994 (mbc_to_code() out of bounds read). (Laruence, cmb)
. Fixed bug #66964 (mb_convert_variables() cannot detect recursion). (Yasuo)
. Fixed bug #72992 (mbstring.internal_encoding doesn't inherit default_charset).
(Yasuo)
+ . Fixed bug #73082 (string length overflow in mb_encode_* function). (Stas)
+
+- PCRE:
+ . Fixed bug #73174 (heap overflow in php_pcre_replace_impl). (Stas)
- Opcache:
. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
@@ -45,6 +67,8 @@ PHP NEWS
- OpenSSL:
. Fixed bug #73072 (Invalid path SNI_server_certs causes segfault).
(Jakub Zelenka)
+ . Fixed bug #73275 (crash in openssl_encrypt function). (Stas)
+ . Fixed bug #73276 (crash in openssl_random_pseudo_bytes function). (Stas)
- Session:
. Fixed bug #68015 (Session does not report invalid uid for files save handler).
@@ -52,6 +76,18 @@ PHP NEWS
. Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).
(cmb)
+- SimpleXML:
+ . Fixed bug #73293 (NULL pointer dereference in SimpleXMLElement::asXML()).
+ (Stas)
+
+- SPL:
+ . Fixed bug #73073 (CachingIterator null dereference when convert to string).
+ (Stas)
+
+- Standard:
+ . Fixed bug #73240 (Write out of bounds at number_format). (Stas)
+ . Fixed bug #73017 (memory corruption in wordwrap function). (Stas)
+
- Stream:
. Fixed bug #73069 (readfile() mangles files larger than 2G). (Laruence)