Skip to content

Commit 75aed98

Browse files
authored
Merge pull request #410 from filecoin-project/feat/corpus
Add fuzzing corpus
2 parents 9c2b735 + 4c5b204 commit 75aed98

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "testing/conformance/test-vectors"]
22
path = testing/conformance/test-vectors
33
url = https://github.com/filecoin-project/fvm-test-vectors
4+
[submodule "testing/fuzz-corpora"]
5+
path = testing/fuzz-corpora
6+
url = https://github.com/filecoin-project/ref-fvm-fuzz-corpora.git

ipld/amt/fuzz/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
target
33
corpus
44
artifacts
5-
Cargo.lock
5+
Cargo.lock
6+
/fuzz-*

ipld/amt/fuzz/corpus

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../testing/fuzz-corpora/amt

ipld/hamt/fuzz/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
target
33
corpus
44
artifacts
5-
Cargo.lock
5+
Cargo.lock
6+
/fuzz-*

ipld/hamt/fuzz/corpus

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../testing/fuzz-corpora/hamt/

testing/fuzz-corpora

Submodule fuzz-corpora added at 61fc4f5

0 commit comments

Comments
 (0)