aboutsummaryrefslogtreecommitdiff
path: root/projects/readstat
diff options
context:
space:
mode:
authorEvan Miller <emmiller@gmail.com>2019-05-29 11:32:24 -0400
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-05-29 08:32:24 -0700
commitbf8820fde8e7a2adbcd0729a27c1aa16a40d605e (patch)
tree790bc5cc65f993cb26c06a47ad1e135789fb9a87 /projects/readstat
parent4963f6ed93485f81982bb78bf202f01dfd68210b (diff)
downloadoss-fuzz-bf8820fde8e7a2adbcd0729a27c1aa16a40d605e.tar.gz
[ReadStat] Enable more fuzzers (#2472)
These additional fuzzers all pass the existing check_build heuristics. In the future, they would probably benefit from an input grammar file or corpus.
Diffstat (limited to 'projects/readstat')
-rw-r--r--projects/readstat/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/readstat/build.sh b/projects/readstat/build.sh
index c6d5822a9..d9ebfbc55 100644
--- a/projects/readstat/build.sh
+++ b/projects/readstat/build.sh
@@ -32,6 +32,11 @@ zip $OUT/fuzz_format_sas7bdat_seed_corpus.zip corpus/sas7bdat*/test-case-*
zip $OUT/fuzz_format_xport_seed_corpus.zip corpus/xpt*/test-case-*
READSTAT_FUZZERS="
+ fuzz_compression_sav \
+ fuzz_grammar_spss_format \
+ fuzz_format_sas_commands \
+ fuzz_format_spss_commands \
+ fuzz_format_stata_dictionary \
fuzz_format_dta \
fuzz_format_por \
fuzz_format_sav \