]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.15] 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, 8 Jul 2021 16:45:40 +0000 (16:45 +0000)
commit0579cf14060179a51300c157f3952528a6d25997
treef1d3701924b5a7894b5d1ae191548dd01770d7f1
parentb51bf4febc32dfa6bb3c1cf467f1513a1d6d8b75
[release-branch.go1.15] 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
Updates #47012

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>
(cherry picked from commit 03761ede028d811dd7d7cf8a2690d4bfa2771d85)
Reviewed-on: https://go-review.googlesource.com/c/go/+/332372
Run-TryBot: Katie Hockman <katie@golang.org>
src/net/dnsclient_unix_test.go
src/net/lookup.go