summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-04-22 19:38:26 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-04-22 19:38:26 +0300
commitb35c02e2df8d3aa2004ed4fafdbeaf6e7676fb87 (patch)
treec7c78109edea65e068bcf1a22a23fdd05bfbd9df
parent59f6d7cd4ff39a0025fe1538eac05caaa61fa7f9 (diff)
downloadphp-git-b35c02e2df8d3aa2004ed4fafdbeaf6e7676fb87.tar.gz
Add entry for bug #69152 in 5.5.24
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cb899ce9bd..6c9d4f69c1 100644
--- a/NEWS
+++ b/NEWS
@@ -108,6 +108,8 @@ PHP NEWS
. Fixed bug #68741 (Null pointer dereference). (CVE-2015-1352) (Laruence)
- SOAP:
+ . Fixed bug #69152 (Type Confusion Infoleak Vulnerability in unserialize()
+ with SoapFault). (Dmitry)
. Fixed bug #69293 (NEW segfault when using SoapClient::__setSoapHeader
(bisected, regression)). (thomas at shadowweb dot org, Laruence)