Skip to content

Commit 25c9575

Browse files
committed
Add NEWS
1 parent 0c35032 commit 25c9575

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

NEWS

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

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

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+
830
06 Dec 2018, PHP 7.1.25
931

1032
- Core:

0 commit comments

Comments
 (0)