History log of /PHP-8.2/Zend/tests/exception_during_variance_autoload.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# c8fa4770 29-Sep-2021 Nikita Popov

Convert exception during delayed autoload to fatal error

Same as with other exceptions during inheritance, convert those
thrown during delayed class loading into fatal errors. We can't

Convert exception during delayed autoload to fatal error

Same as with other exceptions during inheritance, convert those
thrown during delayed class loading into fatal errors. We can't
properly deal with such exceptions, as inheritance cannot be
gracefully aborted at this point.

Fixes oss-fuzz #39405.

show more ...


# be821736 23-Sep-2021 Nikita Popov

Bail on exception during delayed autoload

We shouldn't try to load further classes if one autoload throws.

This fixes oss-fuzz #38881, though I believe there are still two
deepe

Bail on exception during delayed autoload

We shouldn't try to load further classes if one autoload throws.

This fixes oss-fuzz #38881, though I believe there are still two
deeper issues here: 1) Why do we allow autoloading with an active
exception? 2) Exception save & restore should probably also save
and restore the exception opline.

show more ...