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