]> Cypherpunks repositories - gostls13.git/commit
fix bug in decoders: got indirection wrong when allocation not required.
authorRob Pike <r@golang.org>
Thu, 2 Jul 2009 15:21:42 +0000 (08:21 -0700)
committerRob Pike <r@golang.org>
Thu, 2 Jul 2009 15:21:42 +0000 (08:21 -0700)
commitc0271c4bc2127ca13ceb30ef7331290df9ffdec8
treeb90359ef6e78f94b17179b1451755c1f0109b1c9
parentb1e64585b63536c783d04174431c017495a36884
fix bug in decoders: got indirection wrong when allocation not required.
write indirection test.

next step: cut down scalar tests since indirection is centralized.

R=rsc
DELTA=114  (83 added, 3 deleted, 28 changed)
OCL=31020
CL=31037
src/pkg/gob/codec_test.go
src/pkg/gob/decode.go