Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report format error when order > frame length
A file where this happens is invalid. Instead of causing an index out of bounds, this should report an error. Fortunately this is Rust, which panics on out of bounds indexing, instead of C which would have had an out of bounds read. Found using libfuzzer and cargo-fuzz.
- Loading branch information