]> Cypherpunks repositories - gostls13.git/commit
net: don't reject null mx records
authorRoland Shoemaker <roland@golang.org>
Wed, 30 Jun 2021 21:28:18 +0000 (14:28 -0700)
committerRoland Shoemaker <roland@golang.org>
Thu, 1 Jul 2021 19:09:57 +0000 (19:09 +0000)
commit03761ede028d811dd7d7cf8a2690d4bfa2771d85
treee26406bb33ecd064bdd9ed1ddb8460ccb233025c
parent877688c838c35c48f8c658891ead6c381e21f6fa
net: don't reject null mx records

Bypass hostname validity checking when a null mx record is returned as,
defined in RFC 7505.

Updates #46979

Change-Id: Ibe683bd6b47333a8ff30909fb2680ec8e10696ef
Reviewed-on: https://go-review.googlesource.com/c/go/+/332094
Trust: Roland Shoemaker <roland@golang.org>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/net/dnsclient_unix_test.go
src/net/lookup.go