summaryrefslogtreecommitdiff
path: root/lib/fuzzstub/fuzzstub.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* We can now rely on LLVMFuzzerTestOneInput to flush stdout.Todd C. Miller2021-03-181-1/+0
* Print "running" and "executed" lines to stderr like libfuzzer does.Todd C. Miller2021-02-221-1/+11
* Fix CID 217123, size check always false on 64-bit systems.Todd C. Miller2021-02-081-7/+10
* Add stub library that just feeds files to the fuzzing target.Todd C. Miller2021-02-071-0/+106