]> granicus.if.org Git - php/commit
Fix use-after-free when nullsafe used with constant LHS
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 28 Jul 2020 07:48:13 +0000 (09:48 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 28 Jul 2020 07:48:13 +0000 (09:48 +0200)
commit5303bcdd32e8171399c2c60bf431e5304a66c39a
tree0a58cd196698a3a3499f96cefe211e6550b4cb55
parent2dbb4ecfa1d7e32ccce6591158391a62cf4cbe2f
Fix use-after-free when nullsafe used with constant LHS

Fixes oss-fuzz #24436.
Zend/tests/nullsafe_operator/029.phpt [new file with mode: 0644]
Zend/zend_compile.c