File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,51 @@ PHP NEWS
34
34
35
35
23 Jun 2016, PHP 5.6.23
36
36
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
+
37
43
- GD:
44
+ . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
38
45
. 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)
39
51
40
52
- Intl:
41
53
. Fixed bug #70484 (selectordinal doesn't work with named parameters).
42
54
(Anatol)
43
55
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
+
44
71
- OpenSSL:
45
72
. Fixed bug #72140 (segfault after calling ERR_free_strings()).
46
73
(Jakub Zelenka)
47
74
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
+
48
82
26 May 2016, PHP 5.6.22
49
83
50
84
- Core:
You can’t perform that action at this time.
0 commit comments