diff --git a/compress/decompress.go b/compress/decompress.go index 9c12be1a0..f4feb67c6 100644 --- a/compress/decompress.go +++ b/compress/decompress.go @@ -217,6 +217,9 @@ func (d *Decompressor) MakeGetter() *Getter { func (g *Getter) Reset(offset uint64) { g.dataP = offset + g.offset = 0 + g.mask = 0 + g.b = 0 } func (g *Getter) HasNext() bool {