summaryrefslogtreecommitdiff
path: root/fuzzers/config_file_fuzzer.c
Commit message (Collapse)AuthorAgeFilesLines
* fuzzers: declare static functions as staticEdward Thomson2021-11-111-1/+1
|
* fuzzers: declare standalone functionsEdward Thomson2021-11-111-0/+2
|
* fuzzers: clean up header includesPatrick Steinhardt2019-07-051-7/+1
| | | | | | There's multiple headers included in our fuzzers that aren't required at all. Furthermore, some of them are not available on Win32, causing builds to fail. Remove them to fix this.
* Apply code review feedbackNelson Elhage2018-10-111-7/+4
|
* fuzzers: Port config_file_fuzzer to the new in-memory backendNelson Elhage2018-10-091-25/+18
|
* Add a proper write loopNelson Elhage2018-08-161-2/+10
|
* Add a copyright header.Nelson Elhage2018-08-141-0/+9
|
* Further review comments, fix the buildNelson Elhage2018-08-141-11/+27
|
* ReformatNelson Elhage2018-08-141-27/+28
|
* Add a config file fuzzerNelson Elhage2018-08-051-0/+41