Skip to content

Commit 1210c3b

Browse files
committed
Update NEWS wrt. sec fixes
1 parent cb5af4e commit 1210c3b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ PHP NEWS
3131
. Fixed bug #77909 (DatePeriod::__construct() with invalid recurrence count
3232
value). (Ignace Nyamagana Butera)
3333

34+
- EXIF
35+
. Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
36+
(CVE-2019-11036) (Stas)
37+
3438
- Interbase:
3539
. Fixed bug #72175 (Impossibility of creating multiple connections to
3640
Interbase with php 7.x). (Nikita)
@@ -43,6 +47,9 @@ PHP NEWS
4347
. LiteSpeed SAPI 7.3.1, better process management, new API function
4448
litespeed_finish_request(). (George Wang)
4549

50+
- Mail
51+
. Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)
52+
4653
- PCRE:
4754
. Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
4855
cmb)
@@ -96,6 +103,12 @@ PHP NEWS
96103
. Fixed bug #75113 (Added DatePeriod::getRecurrences() method). (Ignace
97104
Nyamagana Butera)
98105

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+
99112
- FPM:
100113
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
101114
(Kevin Adler)

0 commit comments

Comments
 (0)