merge #4562 into opencontainers/runc:main

Adam Korczynski (1):
  remove broken fuzzer from oss-fuzz build script

LGTMs: kolyshkin cyphar
This commit is contained in:
Aleksa Sarai
2024-12-20 22:53:52 +11:00
-1
View File
@@ -8,6 +8,5 @@
# OSS-fuzz environment.
# More info about compile_go_fuzzer() can be found here:
# https://google.github.io/oss-fuzz/getting-started/new-project-guide/go-lang/#buildsh
compile_go_fuzzer github.com/opencontainers/runc/libcontainer/userns FuzzUIDMap id_map_fuzzer linux,gofuzz
compile_go_fuzzer github.com/opencontainers/runc/libcontainer/user FuzzUser user_fuzzer
compile_go_fuzzer github.com/opencontainers/runc/libcontainer/configs FuzzUnmarshalJSON configs_fuzzer