Skip to content

Commit e71fa03

Browse files
committed
[ci skip] Update NEWS
1 parent 62e7b80 commit e71fa03

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@ PHP NEWS
44

55
- Core:
66
. Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
7+
. Fixed bug #79329 (get_headers() silently truncates after a null byte)
8+
(CVE-2020-7066) (cmb)
79
. Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)
810

911
- CURL:
1012
. Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)
1113

14+
- EXIF:
15+
. Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
16+
(Nikita)
17+
18+
- MBstring:
19+
. Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
20+
php_unicode_tolower_full) (CVE-2020-7065) (cmb)
21+
1222
- SimpleXML:
1323
. Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
1424

0 commit comments

Comments
 (0)