Fix memory leak on multiple call to zip_file_set_encryption
If password is set twice, the first allocation is never freed
Reported as https://github.com/php/php-src/issues/19932
PHP use as workaround to free the first password:
zip_file_set_encryption(intern, index, ZIP_EM_NONE, NULL)
合并状态:未合并 关闭于 2025-09-30 1 条评论