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

net: possible nil pointer deref. on ReadFrom for windows #10516

Closed
mikioh opened this issue Apr 21, 2015 · 2 comments
Closed

net: possible nil pointer deref. on ReadFrom for windows #10516

mikioh opened this issue Apr 21, 2015 · 2 comments
Milestone

Comments

@mikioh
Copy link
Contributor

mikioh commented Apr 21, 2015

See http://build.golang.org/log/3a328d1f4e0b6874c9092dc862efe00f93322ad6

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x5d12d4]

goroutine 276 [running]:
syscall.(*RawSockaddrAny).Sockaddr(0x0, 0x0, 0x0, 0x0, 0x0)
    C:/workdir/go/src/syscall/syscall_windows.go:657 +0x44
net.(*netFD).readFrom(0xc082246900, 0xc082237000, 0x400, 0x400, 0x0, 0x0, 0x0, 0x0, 0x0)
    C:/workdir/go/src/net/fd_windows.go:484 +0x239
net.(*UDPConn).ReadFromUDP(0xc082020380, 0xc082237000, 0x400, 0x400, 0x23bef0a0, 0x864be0, 0x0, 0x0)
    C:/workdir/go/src/net/udpsock_posix.go:61 +0x121
net.(*UDPConn).ReadFrom(0xc082020380, 0xc082237000, 0x400, 0x400, 0x0, 0x0, 0x0, 0x0, 0x0)
    C:/workdir/go/src/net/udpsock_posix.go:79 +0x120
net.runDatagramPacketConnServer(0xc082230870, 0x6f63b0, 0x3, 0x6faa10, 0xb, 0xc082282180, 0xc0822821e0)
    C:/workdir/go/src/net/server_test.go:324 +0x582
created by net.TestTimeoutUDP
    C:/workdir/go/src/net/timeout_test.go:313 +0xc6
@mikioh mikioh added this to the Go1.5 milestone Apr 21, 2015
@alexbrainman
Copy link
Member

How can I reproduce this?

Alex

@mikioh mikioh closed this as completed in 0f6a3ba Apr 21, 2015
@mikioh
Copy link
Contributor Author

mikioh commented Apr 21, 2015

Not sure, perhaps, 1) zero-byte read/write ops, 2) timeout ops, 3) combo of (1)+(2). I'm working on polishing (4-yrs old) test cases and will add above cases.

@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

3 participants