summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-03-17 21:59:56 -0700
committerStanislav Malyshev <stas@php.net>2015-03-17 21:59:56 -0700
commitef8fc4b53d92fbfcd8ef1abbd6f2f5fe2c4a11e5 (patch)
tree7b306530ab0bcc179be89d79fe9144948f21837e /NEWS
parentfb04dcf6dbb48aecd8d2dc986806cb58c8ae5282 (diff)
downloadphp-git-ef8fc4b53d92fbfcd8ef1abbd6f2f5fe2c4a11e5.tar.gz
Fix bug #69253 - ZIP Integer Overflow leads to writing past heap boundary
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06857ccf01..0ce25d00f6 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
. Fixed bug #69085 (SoapClient's __call() type confusion through
unserialize()). (Dmitry)
+- ZIP:
+ . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
+ boundary). (Stas)
+
19 Feb 2015 PHP 5.4.38
- Core: