aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz
Commit message (Collapse)AuthorAgeFilesLines
* fuzzing: Also run input that previously caused crashesTobias Brunner2017-08-151-0/+2
|
* fuzzing: Run local fuzz targets on given corpora during `make check`Tobias Brunner2017-08-151-0/+7
| | | | The base directory of the corpora must be set in FUZZING_CORPORA.
* fuzzing: Add driver to run fuzz targets on a given list of filesTobias Brunner2017-08-152-5/+68
| | | | | This is enabled if the path to libFuzzer.a is not specified when running the configure script.
* fuzz: Change how fuzz_certs is builtTobias Brunner2017-05-231-5/+11
| | | | | | We mainly do this because we have to create a self-contained executable and it isn't so easy to actually get libtool to link e.g. libgmp statically.
* fuzz: Make path to libFuzzer.a configurableTobias Brunner2017-05-231-1/+1
|
* fuzz: Add fuzzing boilerplateTobias Brunner2017-05-233-0/+53