From 9d45ae8d34a800f6503222320cd72003a27fa55c Mon Sep 17 00:00:00 2001 From: TTFISH Date: Thu, 23 Mar 2023 03:21:17 +0800 Subject: [PATCH] tests: Fix fuzzer location in oss-fuzz config Signed-off-by: TTFISH --- tests/fuzzing/oss_fuzz_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzzing/oss_fuzz_build.sh b/tests/fuzzing/oss_fuzz_build.sh index 6072dd9ba..5da59e798 100755 --- a/tests/fuzzing/oss_fuzz_build.sh +++ b/tests/fuzzing/oss_fuzz_build.sh @@ -8,6 +8,6 @@ # 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/system FuzzUIDMap id_map_fuzzer linux,gofuzz +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