Skip to content

Commit

Permalink
Fuzzing: Build fuzzers from other repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKorcz committed Apr 19, 2021
1 parent ba257d2 commit 18d14f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/fuzzing/oss_fuzz_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
compile_go_fuzzer ./libcontainer/system FuzzUIDMap id_map_fuzzer linux
compile_go_fuzzer ./libcontainer/user FuzzUser user_fuzzer
compile_go_fuzzer ./libcontainer/configs FuzzUnmarshalJSON configs_fuzzer

# Build fuzzers from an independent repository
git clone --depth 1 https://github.com/AdaLogics/runc-fuzzers $SRC/runc-fuzzers
$SRC/runc-fuzzers/build.sh

0 comments on commit 18d14f2

Please sign in to comment.