ziparchive: add a corpus for the fuzzer.

Reuse the existing test data.

Test: ran fuzzer on host, saw a lot more log spam
Change-Id: If57e4b8708832d7296b118e6926d41951d4a3ca9
This commit is contained in:
Elliott Hughes 2019-11-07 14:24:04 -08:00
parent 57292aa684
commit 9e63ba787d
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/*"],
}