We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When given a malformed input lewton panics with the following error:
thread 'main' panicked at 'index out of bounds: the len is 256 but the index is 256', src/audio.rs:558:13
Testcase: minimized_panic2_testcase.gz (gzipped so that github would accept the upload)
Command to reproduce the crash: RUSTFLAGS='--cfg=fuzzing' cargo run --release --example perf /path/to/testcase
RUSTFLAGS='--cfg=fuzzing' cargo run --release --example perf /path/to/testcase
Tested on git commit ddd2408. Found using afl.rs
The text was updated successfully, but these errors were encountered:
Repacked version: 33_minimized_panic_testcase.ogg.zip
@Shnatsel btw, which are the license terms of the samples that were, will and are being submitted by you in the bug reports? Is cc0 okay?
Sorry, something went wrong.
Yeah, they're autogenerated by a tool I'm using, so I'm the copyright holder. I hereby release them under Creative Commons Zero 1.0.
@Shnatsel thanks!
Hmmm turns out the file was actually valid, not malformed. But the panic is a bug nontheless.
75e4c1c
No branches or pull requests
When given a malformed input lewton panics with the following error:
Testcase: minimized_panic2_testcase.gz (gzipped so that github would accept the upload)
Command to reproduce the crash:
RUSTFLAGS='--cfg=fuzzing' cargo run --release --example perf /path/to/testcase
Tested on git commit ddd2408. Found using afl.rs
The text was updated successfully, but these errors were encountered: