summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-08-13 11:39:16 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-08-13 11:40:33 +0200
commitae3b2078eac226c61bc325527e607ad275936d22 (patch)
tree89eb5814718b9c47805c986b895977f7504dde43 /NEWS
parent7938ebf6c1b302d3d1b1bfb798f1cf6f07e1e178 (diff)
downloadphp-git-ae3b2078eac226c61bc325527e607ad275936d22.tar.gz
Fix #72823: strtr out-of-bound access
If php_strtr_array_prepare_repls() reports pattern_len == 0, we return early to avoid OOB accesses, and because there is nothing to replace anyway.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 90215cdbfc..7bf6fbf3f7 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ PHP NEWS
. Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY
returns false). (cmb)
+- Standard:
+ . Fixed bug #72823 (strtr out-of-bound access). (cmb)
+
18 Aug 2016, PHP 5.6.25
- Core: