Lines Matching +full:oss +full:- +full:fuzz
3 Fuzzing support using [go-fuzz](https://github.com/dvyukov/go-fuzz).
8 $ go install github.com/dvyukov/go-fuzz/go-fuzz
9 $ go install github.com/mdempsky/go114-fuzz-build
10 $ cd internal/fuzz/{fuzzer}
11 $ go114-fuzz-build google.golang.org/protobuf/internal/fuzz/{fuzzer}
12 $ go-fuzz
15 ## OSS-Fuzz section in Fuzzing
18 [OSS-Fuzz](https://github.com/google/oss-fuzz).
20 The OSS-Fuzz
21 [configuration](https://github.com/google/oss-fuzz/blob/master/projects/golang-protobuf/build.sh)
22 currently builds fuzzers in every directory under internal/fuzz.
25 Fuzzing results are available at the [OSS-Fuzz console](https://oss-fuzz.com/),
26 under `golang-protobuf`.