]> Cypherpunks repositories - gostls13.git/commit
Fix a proto encoding crasher whereby a nil in a repeated group field would crash...
authorDavid Symonds <dsymonds@golang.org>
Tue, 16 Jun 2009 01:35:04 +0000 (18:35 -0700)
committerDavid Symonds <dsymonds@golang.org>
Tue, 16 Jun 2009 01:35:04 +0000 (18:35 -0700)
commitd4e57ff248bdca4896aca537ba92a329af986e07
treea280240b25a3ccb80cefd22ec158c90cc96c33cd
parenta893db8767e0857fffe3d8ae64d2b4b2dd2c22fe
Fix a proto encoding crasher whereby a nil in a repeated group field would crash the server.

Also fix the reflect bug that was exposed by this bug.

R=r
APPROVED=rsc
DELTA=162  (103 added, 32 deleted, 27 changed)
OCL=30125
CL=30319
src/pkg/reflect/all_test.go
src/pkg/reflect/deepequal.go
src/pkg/reflect/value.go