kubernetes/test/fuzz/cbor/cbor.go

var scheme

var serializers

// FuzzDecodeAllocations is a go-fuzz target that panics on inputs that cause an unreasonably large
// number of bytes to be allocated at decode time.
func FuzzDecodeAllocations(data []byte) (result int) {}