We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a50ae commit 3302ca5Copy full SHA for 3302ca5
projects/mongo-go-driver/build.sh
@@ -16,12 +16,11 @@
16
################################################################################
17
18
go get github.com/AdamKorcz/go-118-fuzz-build/testing
19
-rm -rf $SRC/mongo-go-driver/vendor
20
-go run cmd/build-oss-fuzz-corpus/main.go $OUT/fuzz_decode_seed_corpus.zip
+go run internal/cmd/build-oss-fuzz-corpus/main.go $OUT/fuzz_decode_seed_corpus.zip
21
22
mv bson/fuzz_test.go bson/fuzz.go
23
mv bson/bson_corpus_spec_test.go bson/bson_corpus_spec.go
24
25
sed -i '/seedBSONCorpus/d' bson/fuzz.go
26
27
-compile_native_go_fuzzer go.mongodb.org/mongo-driver/bson FuzzDecode fuzz_decode
+compile_native_go_fuzzer go.mongodb.org/mongo-driver/v2/bson FuzzDecode fuzz_decode
0 commit comments