-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
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
OSS-Fuzz issue 40999 #2110
Comments
Exception handling in Simple reproducer based on the fuzzer data: JsonStreamParser parser = new JsonStreamParser("[");
assertTrue(parser.hasNext());
// Throws NoSuchElementException
parser.next(); |
OSS-Fuzz has closed this bug. Please see https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40999 for details. |
Reopening this because the code causing this was not fixed as far as I know, so it appears this issue was closed erroneously, see also https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40999#c6. |
OSS-Fuzz has closed this bug. Please see https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40999 for details. |
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5741446309740544 for details and reproducers.
This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40999 and will auto-close if the status changes there.
If you have trouble accessing this report, please file an issue at https://github.com/google/oss-fuzz/issues/new.
The text was updated successfully, but these errors were encountered: