History log of /PHP-7.2/ext/phar/tests/bug79797.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 7355ab81 14-Jul-2020 Christoph M. Becker

Fix #79797: Use of freed hash key in the phar_parse_zipfile function

We must not use heap memory after we freed it.