summaryrefslogtreecommitdiff
path: root/archival/libarchive/decompress_gunzip.c
Commit message (Expand)AuthorAgeFilesLines
* decompress_gunzip: simplify ERR_RET bit clearingDenys Vlasenko2021-05-031-3/+2
* decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski2021-03-121-2/+10
* decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-2/+2
* gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko2019-10-261-10/+20
* gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko2019-10-201-1/+2
* gzip: code shrinkDenys Vlasenko2019-10-191-29/+26
* gzip: code shrinkDenys Vlasenko2019-10-191-27/+26
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-7/+7
* bzip2: fix two crashes on corrupted archivesDenys Vlasenko2018-04-081-1/+0
* gunzip: fix from gzip-1.3.12 for gzip file with all zero length codesDenys Vlasenko2018-02-041-4/+11
* libbb: commonalize a bit of little-endian CRC32 table generation codeDenys Vlasenko2018-02-011-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* libarchive: fix xmalloc_open_zipped_read_close() on NOMMUDenys Vlasenko2016-06-201-2/+2
* [g]unzip: fix recent breakage.Denys Vlasenko2015-10-301-12/+21
* unzip: test for bad archive SEGVingDenys Vlasenko2015-10-261-4/+7
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-3/+2
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-071-16/+14
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-071-13/+13
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-2/+2
* fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko2012-03-061-1/+1
* Move seamless .Z support into unpack_gz_streamDenys Vlasenko2012-03-061-0/+18
* update seamless uncompression codeDenys Vlasenko2012-03-061-15/+12
* archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko2012-03-061-0/+1256