History log of /PHP-8.4/Zend/tests/gh14969.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8c312ba7 16-Jul-2024 Ilija Tovilo

Fix use-after-free in property coercion with __toString()

This was only partially fixed in PHP-8.3. Backports and fixes the case for both
initialized and uninitialized property writes.

Fix use-after-free in property coercion with __toString()

This was only partially fixed in PHP-8.3. Backports and fixes the case for both
initialized and uninitialized property writes.

Fixes GH-14969
Closes GH-14971

show more ...