Todd C. Miller
|
95bfd65fec
|
Flush stdout before successful return from LLVMFuzzerTestOneInput().
Fixes a problem with diag lines from libFuzzer being interspersed
with test output.
|
2021-03-18 13:08:30 -06:00 |
|
Todd C. Miller
|
a3f38fac0c
|
Set program name in fuzzers so we get consisten warnings.
|
2021-02-24 15:14:58 -07:00 |
|
Todd C. Miller
|
30d9497eb6
|
Add stub library that just feeds files to the fuzzing target.
This will allow the fuzzers to be run as part of "make check".
|
2021-02-07 15:43:51 -07:00 |
|
Todd C. Miller
|
a72d743ec8
|
Fall back to a temp file if fmemopen() is not available().
|
2021-02-07 13:56:15 -07:00 |
|
Todd C. Miller
|
4480e26972
|
Build (but don't run) fuzzers as part of "make check".
Uses a stub to make it possible to link w/o libfuzzer.
The goal is to ensure the fuzzers are always buildable and avoid bit rot.
|
2021-02-06 08:38:38 -07:00 |
|
Todd C. Miller
|
20b3904f4f
|
Add missing fclose(3) of fmemopen(3) stream; it does not modify the data.
|
2021-02-02 13:58:31 -07:00 |
|
Todd C. Miller
|
1e3cecc608
|
Add initial fuzzers to be used by oss-fuzz.
These are not yet hooked up to the sudo build.
|
2021-02-01 15:17:57 -07:00 |
|