From 683c988493920e033f0c7f5455ebfc3825c38887 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 7 Oct 2020 15:03:12 +0200 Subject: Fixed bug #80194 We should strip NOPs from unreachable_free blocks as well, to make sure that the free really is the first op. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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) -- cgit v1.2.1