Skip to content
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

Fix IndexOutOfBoundsException in TOML parser #412

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Fix IndexOutOfBoundsException in TOML parser #412

merged 1 commit into from
Apr 11, 2023

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Apr 11, 2023

Add a bounds check so that the proper error (EOF) is thrown.

Fixes #411

Add a bounds check so that the proper error (EOF) is thrown.
Fixes #411
@cowtowncoder cowtowncoder merged commit 190f49e into 2.15 Apr 11, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fuzzer-found issue #57237 (buffer boundary condition)
2 participants