Commit Graph

3 Commits

Author SHA1 Message Date
Evan Miller 7f94b5cf61 [readstat] Add dictionary files and update corpus location (#2498)
* Add fuzzing dictionaries for new ReadStat targets

They still need proper input corpuses, but this is a start.

* [readstat] Accommodate new file layout

corpus => fuzz/corpus

Dictionary files now included in source tree
2019-06-10 14:36:45 -07:00
Evan Miller bf8820fde8 [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.
2019-05-29 08:32:24 -07:00
Evan Miller d517d05ea0 Add fuzzing targets for ReadStat (#2093)
* Add ReadStat project

* Add fuzzing targets for new project ReadStat

Adding fuzzers for six file formats supported by ReadStat. A corpus
is generated in each case from example data in the test suite.

Tested locally on Linux, which check_build passing in all six cases.
2019-01-18 12:06:53 -08:00