We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extern crate brotli; use std::io::Read; use brotli::Decompressor; fn main() { let mut input = vec![]; let _ = Decompressor::new(&b"\x5b\xff\x00\x01\x40\x0a\x00\xab\x16\x7b\xac\x14\x48\x4e\x73\xed\x01\x92\x03".to_vec() as &[u8]).read_to_end(&mut input); }
Crash discovered using afl.rs
The text was updated successfully, but these errors were encountered:
FIX: caught non-positive distances #11
425d5f7
ende76
No branches or pull requests
Crash discovered using afl.rs
The text was updated successfully, but these errors were encountered: