-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
x/net/html: panic: runtime error: index out of range #27846
Comments
I think @dvyukov / go-fuzz (It's quite an awesome project BTW) seems perfect to do that. I'd like to help, but I don't know much about this fuzz thing. |
What do you want to know?
I am no not.
What exactly do you mean? |
I just learned about go-fuzz project and wrote some ugly code tr3ee/net@a59147a but it works fine for me and already found a crasher.
|
Working as expected :) |
Change https://golang.org/cl/159397 mentions this issue: |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.10.3 windows/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?NOTE: there are two different issues below
BUG 1
What did you do?
What did you expect to see?
No panic exit
What did you see instead?
BUG 2
What did you do?
What did you expect to see?
No panic exit
What did you see instead?
The text was updated successfully, but these errors were encountered: