• Rob Pike's avatar
    gob: protect against pure recursive types. · c9b90c9d
    Rob Pike authored
    There are further changes required for things like
    recursive map types.  Recursive struct types work
    but the mechanism needs generalization.  The
    case handled in this CL is pathological since it
    cannot be represented at all by gob, so it should
    be handled separately. (Prior to this CL, encode
    would recur forever.)
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/4206041
    c9b90c9d
Name
Last commit
Last update
..
Makefile Loading commit data...
codec_test.go Loading commit data...
debug.go Loading commit data...
decode.go Loading commit data...
decoder.go Loading commit data...
doc.go Loading commit data...
dump.go Loading commit data...
encode.go Loading commit data...
encoder.go Loading commit data...
encoder_test.go Loading commit data...
error.go Loading commit data...
type.go Loading commit data...
type_test.go Loading commit data...