summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2018-07-19 08:13:30 +0200
committerJoe Watkins <krakjoe@php.net>2018-07-19 08:13:30 +0200
commit1ceec3e87fa898ae09eb2d67353713f5bc0202bc (patch)
treea49ecc6cd5706fce64d3e0291e62b37922fe4ff0
parent8796a34995b0c4039ea3ec106163045241981dd2 (diff)
downloadphp-git-PHP-7.1.20.tar.gz
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47f2df7835..7b341d6eff 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,12 @@ PHP NEWS
- Date:
. Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)
+- exif:
+ . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
+ exif_thumbnail_extract of exif.c). (Stas)
+ . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
+ data). (Stas)
+
- FPM:
. Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
non-blocking). (Nikita)
@@ -44,6 +50,9 @@ PHP NEWS
(Laruence)
. Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)
+- Win32:
+ . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)
+
22 Jun 2019, PHP 7.1.19
- CLI Server: