File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ PHP NEWS
10
10
- Exif:
11
11
. Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
12
12
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)
13
17
14
18
- Iconv:
15
19
. Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
@@ -18,6 +22,12 @@ PHP NEWS
18
22
- Opcache:
19
23
. Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita)
20
24
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
+
21
31
- Standard:
22
32
. Fixed bug #78326 (improper memory deallocation on stream_get_contents()
23
33
with fixed length buffer). (Albert Casademont)
You can’t perform that action at this time.
0 commit comments