]> granicus.if.org Git - php/commit
Fixed bug #78341
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 11:02:01 +0000 (13:02 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 29 Jul 2019 11:02:01 +0000 (13:02 +0200)
commit8e63bb5e465620f27de93dea82e0d84be72da7f3
tree5127a72a4b71eda8c17dad4ad848811f8f943185
parent552ce9c763bd3e250ebe96277817a243a94b203c
Fixed bug #78341

The smart branch logic assumed b->start refers to the old offsets,
while b->start was already adjusted to the new offsets at this
point. Delay the change until later.
NEWS
ext/opcache/Optimizer/dfa_pass.c
ext/opcache/tests/bug78341.phpt [new file with mode: 0644]