gunzip: fix incorrect decoding of "fixed" inflate blocks
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 26 Oct 2019 18:04:34 +0000 (20:04 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 26 Oct 2019 18:04:34 +0000 (20:04 +0200)
commitcaf5ee0dd9250a4ca913691bcdc247f8fe814e22
treee65eae8ef6aec65f1e9662ad489048fc8e580a12
parent122a8cbd4a3053e32bb76e6aa081deb890b10b11
gunzip: fix incorrect decoding of "fixed" inflate blocks

function                                             old     new   delta
huft_build                                          1008    1022     +14
inflate_block                                       1253    1256      +3
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 17/0)               Total: 17 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/libarchive/decompress_gunzip.c