History log of /PHP-7.4/ext/phar/tests/bug79797.phar (Results 1 – 2 of 2)
Revision Date Author Comments
# 9c3171f0 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.


# 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.