File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,28 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2018, PHP 5.6.40
4
4
5
+ - GD:
6
+ . Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
7
+ use-after-free). (cmb)
8
+ . Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). (cmb)
9
+
10
+ - Mbstring:
11
+ . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas)
12
+ . Fixed bug #77371 (heap buffer overflow in mb regex functions
13
+ - compile_string_node). (Stas)
14
+ . Fixed bug #77381 (heap buffer overflow in multibyte match_at). (Stas)
15
+ . Fixed bug #77382 (heap buffer overflow due to incorrect length in
16
+ expand_case_fold_string). (Stas)
17
+ . Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
18
+ . Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). (Stas)
19
+
20
+ - Phar:
21
+ . Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
22
+
23
+ - Xmlrpc:
24
+ . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
25
+ . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
26
+
5
27
06 Dec 2018, PHP 5.6.39
6
28
7
29
- Core:
You can’t perform that action at this time.
0 commit comments