sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)

Home Page:https://docs.rs/libflate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panics on debug_assert failures

daniellockyer opened this issue · comments

I am able to trigger 3 debug_assert failures by passing inputs to this library. I found them using honggfuzz and through the usvg library.

I opened issues over there but they are caused by this library:

The inputs I gave to that library are given, along with the backtraces. I figure there should be some checks and handling added somewhere.

Thank you for reporting these problems.
I will investigate the causes.

I fixed the problems and released v0.1.16.

Excellent - thanks!