miniz-cpp
miniz-cpp copied to clipboard
Fix zip_file::remove_comment() length checks
The zip_file::remove_comment() member function is missing a few important length checks that can lead to crashes with invalid zip file input. As far as I can see, this is a potential security issue.
@cleeus thanks, this is helpful