Skip to content

Commit ba980d0

Browse files
committed
update NEWS
1 parent e3bd360 commit ba980d0

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

NEWS

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,51 @@ PHP NEWS
3434

3535
23 Jun 2016, PHP 5.6.23
3636

37+
- Core:
38+
. Fixed bug #72275 (Integer Overflow in json_encode()/json_decode()/
39+
json_utf8_to_utf16()). (Stas)
40+
. Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas)
41+
. Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas)
42+
3743
- GD:
44+
. Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
3845
. Fixed bug #72337 (invalid dimensions can lead to crash) (Pierre)
46+
. Fixed bug #72339 (Integer Overflow in _gd2GetHeader() resulting in
47+
heap overflow). (Pierre)
48+
. Fixed bug #72407 (NULL Pointer Dereference at _gdScaleVert). (Stas)
49+
. Fixed bug #72446 (Integer Overflow in gdImagePaletteToTrueColor() resulting
50+
in heap overflow). (Pierre)
3951

4052
- Intl:
4153
. Fixed bug #70484 (selectordinal doesn't work with named parameters).
4254
(Anatol)
4355

56+
- mbstring:
57+
. Fixed bug #72402 (_php_mb_regex_ereg_replace_exec - double free). (Stas)
58+
59+
- mcrypt:
60+
. Fixed bug #72455 (Heap Overflow due to integer overflows). (Stas)
61+
62+
- Phar:
63+
. Fixed bug #72321 (invalid free in phar_extract_file()).
64+
(hji at dyntopia dot com)
65+
66+
- SPL:
67+
. Fixed bug #72262 (int/size_t confusion in SplFileObject::fread). (Stas)
68+
. Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
69+
unserialize). (Dmitry)
70+
4471
- OpenSSL:
4572
. Fixed bug #72140 (segfault after calling ERR_free_strings()).
4673
(Jakub Zelenka)
4774

75+
- WDDX:
76+
. Fixed bug #72340 (Double Free Courruption in wddx_deserialize). (Stas)
77+
78+
- zip:
79+
. Fixed bug #72434 (ZipArchive class Use After Free Vulnerability in PHP's GC
80+
algorithm and unserialize). (Dmitry)
81+
4882
26 May 2016, PHP 5.6.22
4983

5084
- Core:

0 commit comments

Comments
 (0)