sile / libflate

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

Fix a bug that could crash program if input data contains invalid dynamic Huffman codes #65

Closed sile closed 2 years ago

sile commented 2 years ago

Fixes #64