summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-07 15:03:12 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-07 15:03:12 +0200
commit683c988493920e033f0c7f5455ebfc3825c38887 (patch)
treea9ce111a6920e85860e8234ef4a01c381edb9136 /NEWS
parent9dddfbe755e308d47e1c1c9349b778abed52cd3c (diff)
downloadphp-git-683c988493920e033f0c7f5455ebfc3825c38887.tar.gz
Fixed bug #80194
We should strip NOPs from unreachable_free blocks as well, to make sure that the free really is the first op.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 85110a9f50..5907cc864f 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ PHP NEWS
- OPcache:
. Fixed bug #80083 (Optimizer pass 6 removes variables used for ibm_db2 data
binding). (Nikita)
+ . Fixed bug #80194 (Assertion failure during block assembly of unreachable
+ free with leading nop). (Nikita)
- PCRE:
. Updated to PCRE 10.35. (cmb)