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 @@ -37,6 +37,12 @@ PHP NEWS
37
37
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
38
38
. Updated timelib to 2018.02. (Derick)
39
39
40
+ - EXIF:
41
+ . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
42
+ (CVE-2019-11042) (Stas)
43
+ . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
44
+ (CVE-2019-11041) (Stas)
45
+
40
46
- FTP:
41
47
. Fixed bug #78039 (FTP with SSL memory leak). (Nikita)
42
48
@@ -67,11 +73,15 @@ PHP NEWS
67
73
- PCRE:
68
74
. Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx"
69
75
version strings). (pgnet, Peter Kokot)
76
+ . Fixed bug #78338 (Array cross-border reading in PCRE). (cmb)
70
77
71
78
- PDO_Sqlite:
72
79
. Fixed bug #78192 (SegFault when reuse statement after schema has changed).
73
80
(Vincent Quatrevieux)
74
81
82
+ - Phar:
83
+ . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)
84
+
75
85
- Phpdbg:
76
86
. Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
77
87
You can’t perform that action at this time.
0 commit comments