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
I let this fuzzer run for a while (> 250k iterations), and it discovered:
thread '<unnamed>' panicked at 'attempt to add with overflow' […] jpeg_decoder::huffman::derive_huffman_codes in src/huffman.rs:277
jpeg_decoder::huffman::derive_huffman_codes
src/huffman.rs:277
You can find the full log as well as the used input here: https://gist.github.com/killercup/d836f174582ee5d90403e9920d893be2
The text was updated successfully, but these errors were encountered:
Thanks for fuzzing and reporting, I'll take a look at it over the weekend.
Sorry, something went wrong.
No branches or pull requests
I let this fuzzer run for a while (> 250k iterations), and it discovered:
You can find the full log as well as the used input here: https://gist.github.com/killercup/d836f174582ee5d90403e9920d893be2
The text was updated successfully, but these errors were encountered: