...
Package textfuzz
import "google.golang.org/protobuf/internal/fuzz/textfuzz"
- Overview
- Index
Package textfuzz includes fuzzers for prototext.Marshal and prototext.Unmarshal.
func Fuzz(data []byte) (score int)
Fuzz is a fuzzer for proto.Marshal and proto.Unmarshal.