Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject overflows of zip header fields in minizip compat
This checks the lengths of the file name, and comment that would be put in the zip headers, and rejects them if they are too long. They are each limited to 65535 bytes in length by the zip format. This also avoids possible buffer overflows if the provided fields are too long. See #736.
- Loading branch information