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"\x1b\x3f\x00\xff\xff\xb0\xe2\x99\x80\x12".to_vec() as &[u8]).read_to_end(&mut input); }
coreyf@frewbook-pro /t/meow (master)> cargo run Running `target/debug/meow` thread '<main>' panicked at 'arithmetic operation overflowed', /Users/coreyf/.cargo/git/checkouts/brotli-rs-33811c30552ad7ba/master/src/lib.rs:577 Process didn't exit successfully: `target/debug/meow` (exit code: 101)
Crash discovered using afl.rs
The text was updated successfully, but these errors were encountered:
FIX: arithmetic overflow on block type #6
65e7013
ende76
No branches or pull requests
Crash discovered using afl.rs
The text was updated successfully, but these errors were encountered: