Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return "unsupported" on header without bps data
There was a to do for this already, but an option unwrap, instead of returning an error. Panics are for bugs in code. This case is not a programming error, it is just not implemented. So return the "unsupported" error. This issue was discovered by libfuzzer with cargo-fuzz.
- Loading branch information