File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? ????, PHP 7.3.14
4
4
5
- - Core:
6
- . Fixed bug #78943 (mail() may release string with refcount==1 twice).
7
- (CVE-2019-11049). (cmb)
8
-
9
5
- CURL:
10
6
. Implemented FR #77711 (CURLFile should support UNICODE filenames). (cmb)
11
7
@@ -15,13 +11,29 @@ PHP NEWS
15
11
16
12
19 Dec 2019, PHP 7.3.13
17
13
14
+ - Bcmath:
15
+ . Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046).
16
+ (cmb)
17
+
18
18
- Core:
19
+ . Fixed bug #78862 (link() silently truncates after a null byte on Windows).
20
+ (CVE-2019-11044). (cmb)
21
+ . Fixed bug #78863 (DirectoryIterator class silently truncates after a null
22
+ byte). (CVE-2019-11045). (cmb)
23
+ . Fixed bug #78943 (mail() may release string with refcount==1 twice).
24
+ (CVE-2019-11049). (cmb)
19
25
. Fixed bug #78787 (Segfault with trait overriding inherited private shadow
20
26
property). (Nikita)
21
27
. Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value).
22
28
(Antony Dovgal, Dmitry)
23
29
. Fixed bug #78296 (is_file fails to detect file). (cmb)
24
30
31
+ - EXIF:
32
+ . Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer).
33
+ (CVE-2019-11050). (Nikita)
34
+ . Fixed bug #78910 (Heap-buffer-overflow READ in exif). (CVE-2019-11047).
35
+ (Nikita)
36
+
25
37
- GD:
26
38
. Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
27
39
You can’t perform that action at this time.
0 commit comments