]> Cypherpunks repositories - gostls13.git/commit
net: fix bugs in packStructValue
authorMichael Hoisie <hoisie@gmail.com>
Sun, 18 Apr 2010 21:46:24 +0000 (14:46 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 18 Apr 2010 21:46:24 +0000 (14:46 -0700)
commit13f81feb31ab54fabc95b38764fd2d55079edd1f
treebc34c19c0bbde84f64943224527483a1e842d25c
parent3cfa2c3ddfb688c9db08ebb4547a8ba4665062d6
net: fix bugs in packStructValue

packStructValue was cutting off last byte of uint32
in _Dns_msg.Unpack, use packRR for rr types

R=rsc
CC=golang-dev
https://golang.org/cl/844048
src/pkg/net/dnsmsg.go