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

x/net/icmp: runtime error: slice bounds out of range #10951

Closed
mikioh opened this issue May 26, 2015 · 1 comment
Closed

x/net/icmp: runtime error: slice bounds out of range #10951

mikioh opened this issue May 26, 2015 · 1 comment

Comments

@mikioh
Copy link
Contributor

mikioh commented May 26, 2015

Good catch, go-fuzz!

panic: runtime error: slice bounds out of range [recovered]
    panic: runtime error: slice bounds out of range

goroutine 6 [running]:
golang.org/x/net/icmp.(*InterfaceInfo).parseName(0xc20800b1e0, 0xc20807a130, 0x4, 0x10, 0x0, 0x0, 0x0, 0x0, 0x0)
    /swdev/src/golang.org/x/net/icmp/interface.go:181 +0x2d8
golang.org/x/net/icmp.parseInterfaceInfo(0xc20807a130, 0x4, 0x10, 0x0, 0x0, 0x0, 0x0)
    /swdev/src/golang.org/x/net/icmp/interface.go:221 +0x450
golang.org/x/net/icmp.parseExtensions(0xc20807a12c, 0x8, 0x14, 0x80, 0x0, 0x0, 0x0, 0x371280, 0x0, 0x0)
    /swdev/src/golang.org/x/net/icmp/extension.go:78 +0x5f0
golang.org/x/net/icmp.parseMultipartMessageBody(0x1, 0xc20807a0a4, 0x90, 0x9c, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /swdev/src/golang.org/x/net/icmp/multipart.go:102 +0x154
golang.org/x/net/icmp.parseParamProb(0x1, 0xc20807a0a4, 0x90, 0x9c, 0x0, 0x0, 0x0, 0x0)
    /swdev/src/golang.org/x/net/icmp/paramprob.go:55 +0x36f
golang.org/x/net/icmp.ParseMessage(0x1, 0xc20807a0a0, 0x94, 0xa0, 0x94, 0x0, 0x0)
    /swdev/src/golang.org/x/net/icmp/message.go:142 +0x518
@gopherbot
Copy link

CL https://golang.org/cl/10378 mentions this issue.

@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants