]> Cypherpunks repositories - gostls13.git/commit
net: fix nil deref in testTimeout when Dial fails
authorRuss Cox <rsc@golang.org>
Thu, 4 Mar 2010 01:30:29 +0000 (17:30 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Mar 2010 01:30:29 +0000 (17:30 -0800)
commit74b131c0abf977a4ee94aec42412b16f30f4549c
tree8f4e24a53b0f6321f21a65ff035abcba6457b012
parentf1550482fa382baf529f285897c2f0fb2ab39def
net: fix nil deref in testTimeout when Dial fails
Pointed out by Scott Schwartz.

Fixes #637.

R=scotts
CC=golang-dev
https://golang.org/cl/225042
src/pkg/net/timeout_test.go