Skip to content

Commit f7bf965

Browse files
committed
add missing NEWS entries for 5.6.27
1 parent cc08cbc commit f7bf965

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

NEWS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ PHP NEWS
2424
. Fixed bug #73058 (crypt broken when salt is 'too' long). (Anatol)
2525
. Fixed bug #72703 (Out of bounds global memory read in BF_crypt triggered by
2626
password_verify). (Anatol)
27+
. Fixed bug #73189 (Memcpy negative size parameter php_resolve_path). (Stas)
28+
. Fixed bug #73147 (Use After Free in unserialize()). (Stas)
29+
30+
- BCmath:
31+
. Fixed bug #73190 (memcpy negative parameter _bc_new_num_ex). (Stas)
32+
33+
- DOM:
34+
. Fixed bug #73150 (missing NULL check in dom_document_save_html). (Stas)
35+
36+
- Ereg:
37+
. Fixed bug #73284 (heap overflow in php_ereg_replace function). (Stas)
2738

2839
- Filter:
2940
. Fixed bug #72972 (Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and
@@ -48,11 +59,22 @@ PHP NEWS
4859
files). (cmb)
4960
. Fixed bug #73161 (imagecreatefromgd2() may leak memory). (cmb)
5061

62+
- Intl:
63+
. Fixed bug #73218 (add mitigation for ICU int overflow). (Stas)
64+
65+
- Imap:
66+
. Fixed bug #73208 (integer overflow in imap_8bit caused heap corruption).
67+
(Stas)
68+
5169
- Mbstring:
5270
. Fixed bug #72994 (mbc_to_code() out of bounds read). (Laruence, cmb)
5371
. Fixed bug #66964 (mb_convert_variables() cannot detect recursion). (Yasuo)
5472
. Fixed bug #72992 (mbstring.internal_encoding doesn't inherit default_charset).
5573
(Yasuo)
74+
. Fixed bug #73082 (string length overflow in mb_encode_* function). (Stas)
75+
76+
- PCRE:
77+
. Fixed bug #73174 (heap overflow in php_pcre_replace_impl). (Stas)
5678

5779
- Opcache:
5880
. Fixed bug #72590 (Opcache restart with kill_all_lockers does not work).
@@ -61,13 +83,27 @@ PHP NEWS
6183
- OpenSSL:
6284
. Fixed bug #73072 (Invalid path SNI_server_certs causes segfault).
6385
(Jakub Zelenka)
86+
. Fixed bug #73275 (crash in openssl_encrypt function). (Stas)
87+
. Fixed bug #73276 (crash in openssl_random_pseudo_bytes function). (Stas)
6488

6589
- Session:
6690
. Fixed bug #68015 (Session does not report invalid uid for files save handler).
6791
(Yasuo)
6892
. Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).
6993
(cmb)
7094

95+
- SimpleXML:
96+
. Fixed bug #73293 (NULL pointer dereference in SimpleXMLElement::asXML()).
97+
(Stas)
98+
99+
- SPL:
100+
. Fixed bug #73073 (CachingIterator null dereference when convert to string).
101+
(Stas)
102+
103+
- Standard:
104+
. Fixed bug #73240 (Write out of bounds at number_format). (Stas)
105+
. Fixed bug #73017 (memory corruption in wordwrap function). (Stas)
106+
71107
- Stream:
72108
. Fixed bug #73069 (readfile() mangles files larger than 2G). (Laruence)
73109

0 commit comments

Comments
 (0)