Skip to content

Commit 08bb0ce

Browse files
committed
Add NEWS
1 parent 0c35032 commit 08bb0ce

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

NEWS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,34 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2018, PHP 7.1.26
44

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+
513
- IMAP:
614
. Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
715

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+
833
06 Dec 2018, PHP 7.1.25
934

1035
- Core:

0 commit comments

Comments
 (0)