Skip to content

net.ParseIP does not parse IP v6 Loopback address #34205

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

Closed
comradequinn opened this issue Sep 10, 2019 · 1 comment
Closed

net.ParseIP does not parse IP v6 Loopback address #34205

comradequinn opened this issue Sep 10, 2019 · 1 comment

Comments

@comradequinn
Copy link

$ go version
go version go1.11.2 linux/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GOARCH="amd64"
GOBIN="/home/***/workspace/github/go/bin"
GOCACHE="/home/***/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/***/workspace/github/go"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build736203175=/tmp/go-build -gno-record-gcc-switches"

What did you do?

IP v6 Loopback does not parse using net.ParseIP(string)

https://play.golang.org/p/Buqei8G3zLl

What did you expect to see?

A parsed IP address as a byte slice

What did you see instead?

nil

@comradequinn
Copy link
Author

PICNIC - the source port needs removing

@golang golang locked and limited conversation to collaborators Sep 9, 2020
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

2 participants