Fuzz filter package with Go 1.18's fuzzer#6819
Conversation
Signed-off-by: Kazuyoshi Kato <[email protected]>
|
@AdamKorcz Is there a way to use Go 1.18's native fuzzing support with OSS-fuzz's infrastructure? Seems it is supported already according to https://google.github.io/oss-fuzz/getting-started/new-project-guide/go-lang/, but I couldn't figure out the way to modify https://github.com/containerd/containerd/blob/main/contrib/fuzz/oss_fuzz_build.sh. |
|
Build succeeded.
|
Yes, there is. If you just merge in the fuzzer here, then I can update the build script. |
Signed-off-by: Kazuyoshi Kato [email protected]