Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream
This commit is contained in:
parent
fe0585ec91
commit
c28e15c682
@ -210,6 +210,7 @@ static enum {
|
||||
return GZIP_UNDERFLOW;
|
||||
|
||||
len -= (extra_len + 2);
|
||||
data += (extra_len + 2);
|
||||
}
|
||||
|
||||
if (flags & ORIG_NAME) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user