History log of /PHP-8.0/ext/zip/tests/bug81490.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 4d442714 30-Sep-2021 Christoph M. Becker

Fix #81490: ZipArchive::extractTo() may leak memory

We always need to free the CWD state.

Closes GH-7536.