Skip to content

Commit 3d50131

Browse files
committed
Update/fix NEWS [ci skip]
1 parent b94c28b commit 3d50131

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

NEWS

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? ????, PHP 7.3.14
44

5-
- Core:
6-
. Fixed bug #78943 (mail() may release string with refcount==1 twice).
7-
(CVE-2019-11049). (cmb)
8-
95
- CURL:
106
. Implemented FR #77711 (CURLFile should support UNICODE filenames). (cmb)
117

@@ -15,13 +11,29 @@ PHP NEWS
1511

1612
19 Dec 2019, PHP 7.3.13
1713

14+
- Bcmath:
15+
. Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046).
16+
(cmb)
17+
1818
- 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)
1925
. Fixed bug #78787 (Segfault with trait overriding inherited private shadow
2026
property). (Nikita)
2127
. Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value).
2228
(Antony Dovgal, Dmitry)
2329
. Fixed bug #78296 (is_file fails to detect file). (cmb)
2430

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+
2537
- GD:
2638
. Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
2739

0 commit comments

Comments
 (0)