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 ...
|