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 mp4parse; use std::io::Cursor; fn main() { let mut c = Cursor::new(b"\x00\x00\x00\x13\x66\x74\x79\x70\x30\x30\x30\x30\x30\x30\x30\x30".to_vec()); let mut context = mp4parse::MediaContext::new(); let _ = mp4parse::read_box(&mut c, &mut context); }
panic discovered using afl.rs
The text was updated successfully, but these errors were encountered:
Tighten calculation of compatible_brands count.
55d38ac
Addresses the assert discovered via afl.rs and reported in mozilla#6
Pushed a fix here: kinetiknz@55d38ac
Sorry, something went wrong.
Merged in 55d38ac. Thanks!
No branches or pull requests
panic discovered using afl.rs
The text was updated successfully, but these errors were encountered: