Skip to content

Commit 1bed3e9

Browse files
authored
Merge pull request containerd#10219 from estesp/update-fuzz-instrument
Update instrumentation fuzzer with new flag
2 parents 29a6ab8 + e2251f9 commit 1bed3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/fuzz/oss_fuzz_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ compile_fuzzers() {
3939

4040
# This is from https://github.com/AdamKorcz/instrumentation
4141
cd $SRC/instrumentation
42-
go run main.go $SRC/containerd/images
42+
go run main.go --target_dir $SRC/containerd/images
4343

4444
apt-get update && apt-get install -y wget
4545
cd $SRC

0 commit comments

Comments
 (0)