History log of /PHP-8.4/ext/session/tests/gh16590.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# cc39bc21 29-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-16590: UAF in session_encode()

The `PS_ENCODE_LOOP` does not protect the session hash table that it
iterates over. Change it by temporarily creating a copy.

Closes GH-166

Fix GH-16590: UAF in session_encode()

The `PS_ENCODE_LOOP` does not protect the session hash table that it
iterates over. Change it by temporarily creating a copy.

Closes GH-16640.

show more ...