File tree 1 file changed +13
-0
lines changed 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ PHP NEWS
31
31
. Fixed bug #77909 (DatePeriod::__construct() with invalid recurrence count
32
32
value). (Ignace Nyamagana Butera)
33
33
34
+ - EXIF
35
+ . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
36
+ (CVE-2019-11036) (Stas)
37
+
34
38
- Interbase:
35
39
. Fixed bug #72175 (Impossibility of creating multiple connections to
36
40
Interbase with php 7.x). (Nikita)
@@ -43,6 +47,9 @@ PHP NEWS
43
47
. LiteSpeed SAPI 7.3.1, better process management, new API function
44
48
litespeed_finish_request(). (George Wang)
45
49
50
+ - Mail
51
+ . Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)
52
+
46
53
- PCRE:
47
54
. Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
48
55
cmb)
@@ -96,6 +103,12 @@ PHP NEWS
96
103
. Fixed bug #75113 (Added DatePeriod::getRecurrences() method). (Ignace
97
104
Nyamagana Butera)
98
105
106
+ - EXIF:
107
+ . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
108
+ (Stas)
109
+ . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
110
+ (CVE-2019-11035) (Stas)
111
+
99
112
- FPM:
100
113
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
101
114
(Kevin Adler)
You can’t perform that action at this time.
0 commit comments