Skip to content

libzip 1.10.1

Compare
Choose a tag to compare
@dillof dillof released this 23 Aug 10:58
· 190 commits to main since this release
  • Add ZIP_LENGTH_TO_END and ZIP_LENGTH_UNCHECKED. Unless ZIP_LENGTH_UNCHECKED is used as length, it is an error for a file to shrink between the time when the source is created and when its data is read.
  • Fix test on Windows.