]> Cypherpunks repositories - gostls13.git/commit
gob: when decoding a string, allocate a string, not a []byte.
authorIan Lance Taylor <iant@golang.org>
Fri, 15 Apr 2011 13:49:39 +0000 (06:49 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 15 Apr 2011 13:49:39 +0000 (06:49 -0700)
commita696da10e0e65bb839d5a4a1c173b179f76def62
tree64008a43cc627edbc2e30e2057de4cef5c75ecf9
parentbdcc0437f61d9ef7df356003c2f594b2c52edc6e
gob: when decoding a string, allocate a string, not a []byte.

R=r, r2
CC=golang-dev
https://golang.org/cl/4430042
src/pkg/gob/decode.go