summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2019-03-03 20:10:12 -0800
committerStanislav Malyshev <stas@php.net>2019-03-03 20:10:12 -0800
commit759e841b247691ca3e18fd08313db26a12a41007 (patch)
tree8ef0cca1a96a373a323d7e41ce4d5e464a07f43e
parent44f87fbf366661c22b0290e1001417fda6041be2 (diff)
downloadphp-git-759e841b247691ca3e18fd08313db26a12a41007.tar.gz
Update NEWS
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 587ed12ef1..640dd59a95 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,22 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2019, PHP 7.1.27
+- Core:
+ . Fixed bug #77630 (rename() across the device may allow unwanted access during
+ processing). (Stas)
+
+- EXIF:
+ . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
+ . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
+ . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
+ . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
+
+- PHAR:
+ . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
+ (bishop)
+
+- SPL:
+ . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)
10 Jan 2019, PHP 7.1.26