Skip to content

Commit a1457cf

Browse files
committed
Update NEWS
1 parent b88bd52 commit a1457cf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

NEWS

+16
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,29 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
19 Dec 2019, PHP 7.3.13
44

5+
- Bcmath:
6+
. Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046).
7+
(cmb)
8+
59
- Core:
10+
. Fixed bug #78862 (link() silently truncates after a null byte on Windows).
11+
(CVE-2019-11044). (cmb)
12+
. Fixed bug #78863 (DirectoryIterator class silently truncates after a null
13+
byte). (CVE-2019-11045). (cmb)
14+
. Fixed bug #78943 (mail() may release string with refcount==1 twice).
15+
(CVE-2019-11049). (cmb)
616
. Fixed bug #78787 (Segfault with trait overriding inherited private shadow
717
property). (Nikita)
818
. Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value).
919
(Antony Dovgal, Dmitry)
1020
. Fixed bug #78296 (is_file fails to detect file). (cmb)
1121

22+
- EXIF:
23+
. Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer).
24+
(CVE-2019-11050). (Nikita)
25+
. Fixed bug #78910 (Heap-buffer-overflow READ in exif). (CVE-2019-11047).
26+
(Nikita)
27+
1228
- GD:
1329
. Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
1430

0 commit comments

Comments
 (0)