History log of /PHP-8.1/Zend/tests/nullsafe_operator/029.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# ee7eecf3 29-Jul-2020 Nikita Popov

Fix leak with nullsafe operator with constant LHS

Followup to 5303bcdd32e8171399c2c60bf431e5304a66c39a. We need to
perform the addref after emitting the opline, because that might
in

Fix leak with nullsafe operator with constant LHS

Followup to 5303bcdd32e8171399c2c60bf431e5304a66c39a. We need to
perform the addref after emitting the opline, because that might
intern the string.

Fixes oss-fuzz #24479.

show more ...


# 5303bcdd 28-Jul-2020 Nikita Popov

Fix use-after-free when nullsafe used with constant LHS

Fixes oss-fuzz #24436.