Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuzzing: Also run input that previously caused crashes | Tobias Brunner | 2017-08-15 | 1 | -0/+2 |
| | |||||
* | fuzzing: Run local fuzz targets on given corpora during `make check` | Tobias Brunner | 2017-08-15 | 1 | -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 files | Tobias Brunner | 2017-08-15 | 2 | -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 built | Tobias Brunner | 2017-05-23 | 1 | -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 configurable | Tobias Brunner | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | fuzz: Add fuzzing boilerplate | Tobias Brunner | 2017-05-23 | 3 | -0/+53 |