]> Cypherpunks repositories - gostls13.git/commit
net: check 'ok' return in dnsmsg when initially packing rr.Header()
authorTarmigan Casebolt <tarmigan@gmail.com>
Mon, 24 Aug 2015 02:51:31 +0000 (19:51 -0700)
committerMinux Ma <minux@golang.org>
Sun, 20 Sep 2015 02:55:16 +0000 (02:55 +0000)
commite643dc79d4d9c9d6cd680351a8d3aab5de531903
tree79f4bb5f3a0e6e739ef7e154d7bbfacb79f75ce1
parent9172a1b5738bf55b4d2b6f045cf40cae24c081f1
net: check 'ok' return in dnsmsg when initially packing rr.Header()

In the present code, there is no way for ok to ever return false, but
it still a good idea to check it.

Change-Id: I8f360018b33a5d85dabbbbec0f89ffc81f77ecbb
Reviewed-on: https://go-review.googlesource.com/13956
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/dnsmsg.go