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: some test maybe has bug #5785

Closed
chai2010 opened this issue Jun 26, 2013 · 2 comments
Closed

net: some test maybe has bug #5785

chai2010 opened this issue Jun 26, 2013 · 2 comments

Comments

@chai2010
Copy link
Contributor

In net/timeout_test.go, some Close() called twice [1].
In net/unix_test.go, some defer closure in the loop use the same variable `laddr` [2].

---

[1]
http://golang.org/src/pkg/net/timeout_test.go?s=2897:2907#L74

[2]
http://golang.org/src/pkg/net/unix_test.go?s=3935:4020#L142
@chai2010
Copy link
Contributor Author

Comment 1:

the patch has been sent as https://golang.org/cl/10587043/

@davecheney
Copy link
Contributor

Comment 2:

This issue was closed by revision 6ab49fb.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
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