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
Running this fuzzer script for a few seconds returns
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: Overflow }', /checkout/src/libcore/result.rs:860
which according to the backtrace is from this code here.
This input it crashed on was this:
4444444444444444444444444444444444444444444444444444444444!
or, as base64:
NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NDQ0NCEK
The text was updated successfully, but these errors were encountered:
Ignore list items that overflow the int limit
2d2a706
Fixes pulldown-cmark#49
No branches or pull requests
Running this fuzzer script for a few seconds returns
which according to the backtrace is from this code here.
This input it crashed on was this:
or, as base64:
The text was updated successfully, but these errors were encountered: