History log of /PHP-8.1/Zend/tests/weakrefs/weakrefs_006.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 241bd3f4 20-Nov-2021 Tyson Andre

Fix use after free when WeakMap is modified during field write

(When a value's destructor triggers a resizing or rehashing of the WeakMap)

Closes GH-7671