summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-07-29 00:55:18 -0700
committerStanislav Malyshev <stas@php.net>2019-07-29 13:16:53 -0700
commit42e8b85d94ba11db13ca90b2dd53c17b2d6938df (patch)
tree5ca08a573343eee221d4df21e4bfaf785dfd6746
parentaeb6d13185a2ea4f1496ede2697469faed98ce05 (diff)
downloadphp-git-42e8b85d94ba11db13ca90b2dd53c17b2d6938df.tar.gz
Update NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d9c8771670..f2e22b62b6 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ PHP NEWS
- SQLite:
. Upgraded to SQLite 3.28.0. (cmb)
+- EXIF:
+ . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
+ (CVE-2019-11042) (Stas)
+ . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
+ (CVE-2019-11041) (Stas)
+
30 May 2019, PHP 7.1.30
- EXIF: