Closed
Description
lewton panics in residue_packet_decode_inner
given crafted input. Error message:
'index 21 out of range for slice of length 16' and similar with varying indices and lengths.
Steps to reproduce:
RUSTFLAGS='--cfg=fuzzing' cargo run --release --example perf /path/to/file.ogg
Sample files triggering the crash: oor-panic-in-residue_packet_decode_inner.zip
Found with AFL.rs.