Skip to content

Commit b51eaf4

Browse files
committed
[ci skip] Add NEWS
1 parent c95daa9 commit b51eaf4

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,6 +2,28 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2018, PHP 5.6.40
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+
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+
527
06 Dec 2018, PHP 5.6.39
628

729
- Core:

0 commit comments

Comments
 (0)