]> Cypherpunks repositories - gostls13.git/commit
net: prevent races during windows lookup calls
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 4 Feb 2013 02:05:20 +0000 (13:05 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 4 Feb 2013 02:05:20 +0000 (13:05 +1100)
commitbc9999337b0c54a8035c4f9e6ea13b1fe3f34706
treeeddd0a56b2533468d0fa6f3237fc90c15a11f56f
parent97916f11548110b282c460aa9f939bac139ca99c
net: prevent races during windows lookup calls

This only affects code (with exception of lookupProtocol)
that is only executed on older versions of Windows.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/7293043
src/pkg/net/lookup_windows.go