History log of /PHP-8.2/sapi/fuzzer/fuzzer-function-jit.c (Results 1 – 4 of 4)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a12aee5c 24-Sep-2021 Nikita Popov

Fix opcache path determination, again

We shouldn't be appending to the executable path, but rather to
the directory of the executable.

# 831a2b3c 22-Sep-2021 Nikita Popov

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

# 9d0c0186 22-Sep-2021 Nikita Popov

Make sure dummy file for fuzzing exists

# 06a25c77 21-Sep-2021 Nikita Popov

Add fuzzer for tracing jit