sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
https://docs.rs/libflate
MIT License
178 stars 35 forks source link

Fix #56 #57

Closed sile closed 3 years ago

sile commented 3 years ago

Currently, the deflate decoder could consume an extra byte at the end of a compressed stream. This PR fixes the potential problem and resolves #56.