History log of /PHP-7.2/ext/session/tests/bug79091.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# f79c7742 20-Jan-2020 Christoph M. Becker

Fix #79091: heap use-after-free in session_create_id()

If the `new_id` is released, we must not use it again.