Skip to content

Commit 6a6bd97

Browse files
emaxx-googlejackpot51
authored andcommitted
Add redoxfs fuzzer for FUSE interface
1 parent af3032d commit 6a6bd97

File tree

8 files changed

+1136
-4
lines changed

8 files changed

+1136
-4
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ std = [
6969
fuser = { version = "0.12.0", optional = true }
7070
libc = { version = "0.2", optional = true }
7171
time = { version = "0.1", optional = true }
72+
73+
[lints.rust]
74+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }

fuzz/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
target
2+
corpus
3+
artifacts
4+
coverage

0 commit comments

Comments
 (0)