mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The stack limit is checked when entering execute_ex(), but the fuzzer has its own execute function and does not call execute_ex(). Add a stack limit check in the fuzzer's execute function. Closes GH-19391