]> granicus.if.org Git - php/commit
Fix bug #76524 - ZipArchive memory leak
authortimurib <timok@ya.ru>
Mon, 25 Jun 2018 11:14:26 +0000 (14:14 +0300)
committerAnatol Belski <ab@php.net>
Tue, 10 Jul 2018 09:18:37 +0000 (11:18 +0200)
commit08f08858f3bc62fac9150ca5b669df060b5af5a5
tree1881036b6f672c47053e37212300b184b8437c93
parenta820aab9da3389e3df5711306d05660d8bf35ff0
Fix bug #76524 - ZipArchive memory leak

Bugfix #76524: Free up zip internal state and adjust the tests for Windows

Bugfix #76524: Fix possible use after free for libzip 1.3.1

Bugfix #76524: Make the test independent of platform
ext/zip/php_zip.c
ext/zip/tests/bug76524.phpt [new file with mode: 0644]