]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.5] net: fix off by one error while counting interfaces on windows
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 6 Nov 2015 06:29:27 +0000 (17:29 +1100)
committerAustin Clements <austin@google.com>
Tue, 17 Nov 2015 02:24:40 +0000 (02:24 +0000)
commitecb9ce6a781717364697c298e1d4c13e93e1c949
tree76920099ed709e6fccb164e32aa322314fdb71df
parent5dda3bc2fd0616f8789cc7f2919d2af49fc64a66
[release-branch.go1.5] net: fix off by one error while counting interfaces on windows

Fixes #12301

Change-Id: I8d01ec9551c6cff7e6129e06a7deb36a3be9de41
Reviewed-on: https://go-review.googlesource.com/16751
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-on: https://go-review.googlesource.com/16984
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Russ Cox <rsc@golang.org>
src/net/interface_windows.go
src/net/net_windows_test.go