mirror of
https://github.com/php/php-src.git
synced 2026-04-11 18:13:00 +02:00
This is what we normally do for fatal errors. The reason why this became necessary now, is that a bailout can switch from a fiber back to the main stack. In that case we do not want to try destroying the fiber. Fixes oss-fuzz #33917.