You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The infinite loop is caused by classwords_per_codeword
being zero, which makes partition_count never increase
so the while partition_count < partitions_to_read loop
never terminates.
Lewton enters an apparently infinite loop on decoding this file: lewton-infinite-loop.ogg.zip
Steps to reproduce:
RUSTFLAGS='--cfg=fuzzing' cargo run --release --example perf /path/to/file.ogg
Tested on commit 9078060. Found with AFL.rs
The text was updated successfully, but these errors were encountered: