You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danielrh
We have been using this crate with Suricata.
And Fuzzing Suricata found a way to panic with a (mis)-use of its API.
After a first failure, a try to decompress more data results in
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', ~/.cargo/registry/src/github.com-1ecc6299db9ec823/brotli-decompressor-2.3.1/src/reader.rs:316:58
This is getting fixed in Suricata by not trying to decompress more data cf OISF/suricata#6025
But you may want to produce a more friendly error than just panic...
The text was updated successfully, but these errors were encountered:
@danielrh
We have been using this crate with Suricata.
And Fuzzing Suricata found a way to panic with a (mis)-use of its API.
After a first failure, a try to decompress more data results in
This is getting fixed in Suricata by not trying to decompress more data cf OISF/suricata#6025
But you may want to produce a more friendly error than just panic...
The text was updated successfully, but these errors were encountered: