History log of /php-src/ext/spl/tests/gh16464.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8820a103 16-Oct-2024 Ilija Tovilo

Fix uaf in SplDoublyLinkedList::offsetSet()

Write to the new offset before calling the destructor of the previous value.

Fixes GH-16464
Closes GH-16466