mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
1a2fb90bf4
In this case zend_exception_set_previous() would destroy the fast_call exception and further accesses on ex would be invalid. We should only update ex if we update EG(exception). Fixes oss-fuzz #40464.