summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-07-16 15:38:37 -0700
committerStanislav Malyshev <stas@php.net>2013-07-16 15:38:37 -0700
commiteb8c15b57375ec6755c406aa9ce7a5d9145ab1c1 (patch)
tree41febec7aeb111daee61661b7c9f41592aa37d95
parentbb6d74918ea66099cf36c5509e844df0f15a7515 (diff)
downloadphp-git-eb8c15b57375ec6755c406aa9ce7a5d9145ab1c1.tar.gz
add news for xml fix
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52eab40b0e..fff15a7440 100644
--- a/NEWS
+++ b/NEWS
@@ -87,6 +87,9 @@ PHP NEWS
. Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0,
keys are strings). (Adam)
+- XML:
+ . Fixed bug #65236 (heap corruption in xml parser, CVE-2013-4113). (Rob)
+
04 Jul 2013, PHP 5.4.17
- Core: