summaryrefslogtreecommitdiff
path: root/sys/src/libflate
AgeCommit message (Collapse)Author
2017-12-09libflate: force non-empty huffman table in mkzprecode() for deflatecinap_lenrek
busybox gunzip fails on empty (offset) huffman tables, so force one entry. gzip states in a comment: The pkzip format requires that at least one distance code exists, and that at least one bit should be sent even if there is only one possible code.
2016-08-15libflate: add bounds checking on decode array, add sanity checks in hufftab()cinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> ↵cinap_lenrek
intptr on amd64)
2014-12-20flate: fix wrong adler32() length calculation (thanks qrstuv)cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen