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,9 +2,31 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2018, PHP 7.1.26
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
+
5
10
- IMAP:
6
11
. Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
7
12
13
+ - Mbstring:
14
+ . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas)
15
+ . Fixed bug #77371 (heap buffer overflow in mb regex functions
16
+ - compile_string_node). (Stas)
17
+ . Fixed bug #77381 (heap buffer overflow in multibyte match_at). (Stas)
18
+ . Fixed bug #77382 (heap buffer overflow due to incorrect length in
19
+ expand_case_fold_string). (Stas)
20
+ . Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
21
+ . Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). (Stas)
22
+
23
+ - Phar:
24
+ . Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
25
+
26
+ - Xmlrpc:
27
+ . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
28
+ . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
29
+
8
30
06 Dec 2018, PHP 7.1.25
9
31
10
32
- Core:
You can’t perform that action at this time.
0 commit comments