summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2018-12-29 17:56:36 -0800
committerChristoph M. Becker <cmbecker69@gmx.de>2019-01-07 13:18:57 +0100
commitba3d1956ebc838a191bdc31ba66a89c94cb98441 (patch)
tree1cbbd134137dd294b45ccffd479909bd0f468c73 /NEWS
parent4371c1a8b51f53afab99855983018ff0fbc38e7f (diff)
downloadphp-git-ba3d1956ebc838a191bdc31ba66a89c94cb98441.tar.gz
Fix bug #77242 (heap out of bounds read in xmlrpc_decode())
(cherry picked from commit 4fc0bceb7c39be206c73f69993e3936ef329f656)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cdee3d178a..621fd2f207 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,9 @@ PHP NEWS
- SQLite3:
. Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)
+- Xmlrpc:
+ . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
+
06 Dec 2018, PHP 7.3.0
- Core: