We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e7b80 commit e71fa03Copy full SHA for e71fa03
NEWS
@@ -4,11 +4,21 @@ PHP NEWS
4
5
- Core:
6
. 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)
9
. Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)
10
11
- CURL:
12
. Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)
13
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
22
- SimpleXML:
23
. Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
24
0 commit comments