mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Wrap cleanup function call with zend_try.
This commit is contained in:
@@ -281,7 +281,9 @@ int fuzzer_do_request_from_buffer(
|
||||
|
||||
CG(compiled_filename) = NULL; /* ??? */
|
||||
if (before_shutdown) {
|
||||
before_shutdown();
|
||||
zend_try {
|
||||
before_shutdown();
|
||||
} zend_end_try();
|
||||
}
|
||||
fuzzer_request_shutdown();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user