From 1a653549a0cbba65e137926cf381bdce1d1f1f20 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Fri, 7 May 2021 17:54:37 +0800 Subject: [PATCH] mtail: Fuzz target renamed (#5727) Upstream is renaming the path in https://github.com/google/mtail/pull/515 --- projects/mtail/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtail/build.sh b/projects/mtail/build.sh index 2c769ad33..9e6eff2e3 100755 --- a/projects/mtail/build.sh +++ b/projects/mtail/build.sh @@ -15,6 +15,6 @@ # ################################################################################ -compile_go_fuzzer github.com/google/mtail/internal/vm Fuzz vm-fuzzer +compile_go_fuzzer github.com/google/mtail/internal/runtime Fuzz vm-fuzzer # Make the dictionary and seed corpus. make --debug $OUT/vm-fuzzer.dict $OUT/vm-fuzzer_seed_corpus.zip