-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Panic when parsing "! !00 \xf6" string #833
Comments
Same with |
Zenithar
added a commit
to Zenithar/yaml
that referenced
this issue
May 10, 2022
Handle yaml_NO_EVENT event type to raise a parsing error vs panic. ref go-yaml#833 Signed-off-by: Thibault Normand <me@zenithar.org>
Zenithar
added a commit
to Zenithar/yaml
that referenced
this issue
May 23, 2022
Handle yaml_NO_EVENT event type to raise a parsing error vs panic. ref go-yaml#833 Signed-off-by: Thibault Normand <me@zenithar.org>
I think this issue is fixed already. |
#666 fixed it |
@prymitive Could you submit your fuzzing code? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found via fuzzing tests added to Go 1.18
https://go.dev/play/p/28Dlf2ncCct
The text was updated successfully, but these errors were encountered: