Skip to content

Commit 058b846

Browse files
authored
lima: run upstream fuzzers (google#12265)
Run recent upstream fuzzers. Signed-off-by: Adam Korczynski <[email protected]>
1 parent 717bdb2 commit 058b846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/lima/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
printf "package store\nimport _ \"github.com/AdamKorcz/go-118-fuzz-build/testing\"\n" > $SRC/lima/pkg/store/register.go
1919
go mod tidy
2020
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/store FuzzLoadYAMLByFilePath FuzzLoadYAMLByFilePath
21+
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/store FuzzInspect FuzzInspect
22+
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/nativeimgutil FuzzConvertToRaw FuzzConvertToRaw
2123
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/cidata FuzzSetupEnv FuzzSetupEnv
2224
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/iso9660util FuzzIsISO9660 FuzzIsISO9660
2325
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/guestagent/procnettcp FuzzParse FuzzParse

0 commit comments

Comments
 (0)