-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: invalid memory address or nil pointer dereference #27704
Comments
Hello @tr3ee, thank you for reporting this issue and welcome to Go! I noticed that you already filed #27702 with a somewhat similar repro but different crash stacktrace. I believe the common issue in both of them is incomplete tags? In the meantime, I'll page @nigeltao @namusyaka |
CVE-2018-17143 has been assigned to this. |
Hello @odeke-em , |
Change https://golang.org/cl/136575 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 linux/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?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: