History log of /php-src/Zend/tests/new_oom.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# bf431132 16-Mar-2024 Arnaud Le Blanc

Skip new_oom.phpt if ZMM is disabled

Test requires ZMM


# 1f2cfd80 31-Aug-2023 Remi Collet

ensure displays_errors is off (default)


# ee000ea1 08-Aug-2023 Ilija Tovilo

Fix uouv on oom on object allocation

We may OOM during object initialization. In this case, free_obj needs to guard
against NULL values. There may be more cases where this is an issue, t

Fix uouv on oom on object allocation

We may OOM during object initialization. In this case, free_obj needs to guard
against NULL values. There may be more cases where this is an issue, these were
the ones I was able to discover via script.

Fixes GH-11734

show more ...