History log of /PHP-8.1/Zend/tests/gc_043.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 50c87e92 12-Jun-2020 Nikita Popov

Use GC stack in nested data removal

We should be doing this anyway to prevent stack overflow, but on
master this is important for an additional reason: The temporary
GC buffer provid

Use GC stack in nested data removal

We should be doing this anyway to prevent stack overflow, but on
master this is important for an additional reason: The temporary
GC buffer provided for get_gc handlers may get reused if the scan
is performed recursively instead of indirected via the GC stack.

This fixes oss-fuzz #23350.

show more ...