Disable custom execute_ex during function JIT fuzzing as well Having zend_execute_ex set is normally not a problem for the function JIT, but there is an edge case leak due to special
Disable custom execute_ex during function JIT fuzzing as well Having zend_execute_ex set is normally not a problem for the function JIT, but there is an edge case leak due to special RELEASE_THIS handling during generator creation. As this is an unsupported mode of operation, reset to the original handler for the function jit fuzzer as well.
show more ...
|