Skip to content

Commit 8413df5

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Add security related NEWS entries [ci skip]
2 parents 88cc70e + ef439ab commit 8413df5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ PHP NEWS
1010
- Exif:
1111
. Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
1212
invalid cast). (Nikita)
13+
. Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
14+
(CVE-2019-11042) (Stas)
15+
. Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
16+
(CVE-2019-11041) (Stas)
1317

1418
- Iconv:
1519
. Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
@@ -18,6 +22,12 @@ PHP NEWS
1822
- Opcache:
1923
. Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita)
2024

25+
- PCRE:
26+
. Fixed bug #78338 (Array cross-border reading in PCRE). (cmb)
27+
28+
- Phar:
29+
. Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)
30+
2131
- Standard:
2232
. Fixed bug #78326 (improper memory deallocation on stream_get_contents()
2333
with fixed length buffer). (Albert Casademont)

0 commit comments

Comments
 (0)