Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow wrapping when shifting wasted bits
Rust panics when a shift overflows in debug mode, so we explictly allow this. It is not a vulnerability, it just means we decode garbage. Found by libfuzzer with cargo-fuzz.
- Loading branch information