Skip to content

Commit 5f40aff

Browse files
committed
merge corpus
1 parent 5fbad53 commit 5f40aff

226 files changed

Lines changed: 2 additions & 67 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fuzz/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ task :clean do
3333
end
3434
end
3535

36-
desc "minimize corpus deduplicates and keeps only coverage-contributing inputs"
36+
desc "minimize corpus ??? deduplicates and keeps only coverage-contributing inputs"
3737
task :corpus_merge => :compile do
3838
fuzzer = File.expand_path("mruby/build/host/bin/mruby-cbor-fuzzer")
3939
corpus = File.expand_path("corpus")
@@ -46,7 +46,7 @@ task :corpus_merge => :compile do
4646
dirs = [corpus]
4747
dirs << findings if File.directory?(findings)
4848

49-
sh fuzzer, "-merge=1", merged, *dirs
49+
sh fuzzer, "-rss_limit_mb=3072", "-merge=1", merged, *dirs
5050

5151
removed = Dir[File.join(corpus, "*")].count
5252
kept = Dir[File.join(merged, "*")].count
-57 Bytes
Binary file not shown.
-3.12 KB
Binary file not shown.

fuzz/corpus/05ea3562e321168605998195b20867db4e9da060

Lines changed: 0 additions & 1 deletion
This file was deleted.
-22 Bytes
Binary file not shown.
-23 Bytes
Binary file not shown.
-18 Bytes
Binary file not shown.
-117 Bytes
Binary file not shown.

fuzz/corpus/094d98b399bf4ace7b8899ab7081e867fb03f869

Lines changed: 0 additions & 1 deletion
This file was deleted.

fuzz/corpus/095ee1adca1e55f6f973a3c83aed8670a5de190a

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)