Merge "ziparchive: add a corpus for the fuzzer."

This commit is contained in:
Treehugger Robot 2019-11-08 16:22:41 +00:00 committed by Gerrit Code Review
commit 16366e36d5
1 changed files with 1 additions and 0 deletions

View File

@ -196,4 +196,5 @@ cc_fuzz {
srcs: ["libziparchive_fuzzer.cpp"],
static_libs: ["libziparchive", "libbase", "libz", "liblog"],
host_supported: true,
corpus: ["testdata/*"],
}