Skip to content

Commit fc39bb9

Browse files
committed
[ci skip] Update NEWS
1 parent 1599f44 commit fc39bb9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,25 @@ PHP NEWS
55

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

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

15+
- EXIF:
16+
. Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
17+
(Nikita)
18+
19+
- Fileinfo:
20+
. Fixed bug #79283 (Segfault in libmagic patch contains a buffer
21+
overflow) (cmb)
22+
23+
- MBstring:
24+
. Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
25+
php_unicode_tolower_full) (CVE-2020-7065) (cmb)
26+
1327
- SimpleXML:
1428
. Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
1529

0 commit comments

Comments
 (0)