File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,29 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
19 Dec 2019, PHP 7.3.13
4
4
5
+ - Bcmath:
6
+ . Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046).
7
+ (cmb)
8
+
5
9
- 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)
6
16
. Fixed bug #78787 (Segfault with trait overriding inherited private shadow
7
17
property). (Nikita)
8
18
. Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value).
9
19
(Antony Dovgal, Dmitry)
10
20
. Fixed bug #78296 (is_file fails to detect file). (cmb)
11
21
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
+
12
28
- GD:
13
29
. Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW). (cmb)
14
30
You can’t perform that action at this time.
0 commit comments