Skip to content

Commit e2251f9

Browse files
committed
Update instrumentation fuzzer with new flag
Signed-off-by: Phil Estes <[email protected]>
1 parent 29a6ab8 commit e2251f9

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)