Guido U. Draheim
Guido U. Draheim
A change to dbk2man.py generates ".so man3/xx" pages. It should work as expected now.
That's quite some effort to wrap up things. Instead I'll take care that whenever someone adds a CVE to a github issue that the number gets shown in the issue...
I cant see how "off" affects the clamping operation but atleast I would like to make sure that the returned pointer has a full file_header available.
Well, if you're asking for a two stage option then it should actually work already. Run the test suite with some internet acess (ignore all the failures) and then save...
I took up @jtojnar idea to put the zziptestsdownload to cmake time. This will allow build managers to pack the tmp.download/ space if they want to run "make check" in...
Try to disable TESTCVE to have "make check" go without downloads. cmake -DZZIP_TESTCVE=OFF This is also the default for the azure-piplines now.
@flokli - well the zip files are just binaries for tests, not a code project. Having packagers to skip those tests is fine with me.
It seems that PKWARE has changed its published standards. > 4.3.9.2 When compressing files, compressed and uncompressed sizes SHOULD be stored in ZIP64 format (as 8 byte values) when a...
After a bit more debugging I can see that the ZIP64-trailer is not used but instead there is a ZIP64-locator (PK\6\7). The pkware appnote documentation says that it was introduced...
Yes, that's it - when pkware did create the first zip.exe they were shipping the package with a APPNOTE.TXT file which did describe (parts of) the file format. That name...