summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-02-01 18:44:33 -0800
committerStanislav Malyshev <stas@php.net>2016-02-01 18:44:33 -0800
commit0d86a98c3167958462f52dea7779dde46f93967f (patch)
tree47c43dd52028db66ad4c42a861da011b97782d0c
parentb5ef8ed168a7b84ca6e66676c28a290368b8777d (diff)
downloadphp-git-0d86a98c3167958462f52dea7779dde46f93967f.tar.gz
update NEWS
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f08e7cba2..2a23f7d60d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,18 @@ PHP NEWS
- Core:
. Fixed bug #71039 (exec functions ignore length but look for NULL termination).
(Anatol)
+ . Fixed bug #71323 (Output of stream_get_meta_data can be falsified by its
+ input). (Leo Gaspard)
+ . Fixed bug #71459 (Integer overflow in iptcembed()). (Stas)
+- WDDX:
+ . Fixed bug #71335 (Type Confusion in WDDX Packet Deserialization). (Stas)
+
+- Phar:
+ . Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (Stas)
+ . Fixed bug #71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
+ (Stas)
+ . Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)
07 Jan 2015, PHP 5.5.31