summaryrefslogtreecommitdiff
path: root/lib/fuzzstub
Commit message (Expand)AuthorAgeFilesLines
* Add missing PVS Studio Open Source comments.Todd C. Miller2022-06-291-5/+3
* Rename SSP_(C|LD)FLAGS -> HARDENING_(C|LD)FLAGSTodd C. Miller2022-04-011-4/+4
* Add check-verbose Makefile target that runs tests in verbose mode.Todd C. Miller2022-03-021-0/+2
* Make fuzzer stub main() quiet by default.Todd C. Miller2022-02-281-11/+23
* Change ms from size_t to long.Todd C. Miller2021-06-211-2/+3
* Make sure we link with libsudo_util *after* libfuzzstub.Todd C. Miller2021-06-071-0/+2
* Add a new "fuzz" target that executes the fuzzers for 8192 runs each.Todd C. Miller2021-03-181-0/+2
* We can now rely on LLVMFuzzerTestOneInput to flush stdout.Todd C. Miller2021-03-181-1/+0
* Rename "fuzz" makefile target to "check-fuzzer".Todd C. Miller2021-03-181-2/+2
* regen Makefile.inTodd C. Miller2021-02-261-2/+4
* Print "running" and "executed" lines to stderr like libfuzzer does.Todd C. Miller2021-02-221-1/+11
* Add clean rules to .PHONY target.Todd C. Miller2021-02-191-0/+2
* Add install-fuzz Makefile target to install the fuzzers and seed corpus.Todd C. Miller2021-02-181-0/+2
* Fix CID 217123, size check always false on 64-bit systems.Todd C. Miller2021-02-081-7/+10
* Add fuzz Makefile target and run fuzzer corpus in make check.Todd C. Miller2021-02-081-0/+2
* Add stub library that just feeds files to the fuzzing target.Todd C. Miller2021-02-072-0/+272