Todd C. Miller
|
f5ac1317c4
|
Make sudo pass -Wmissing-prototypes
|
2022-06-27 12:48:03 -06:00 |
|
Todd C. Miller
|
41bc52302b
|
Do not disable fuzzer output if SUDO_FUZZ_VERBOSE env variable is set.
|
2022-02-22 12:04:10 -07:00 |
|
Todd C. Miller
|
eefb7b0d54
|
Use a consistent version of fuzz_conversation() with all fuzzers.
Also undo a change to fuzz_sudoers.c that snuck in to the last commit.
|
2021-09-28 20:20:28 -06:00 |
|
Todd C. Miller
|
7d964875df
|
Fuzzers should not produce output.
Excessive output makes the fuzzer runs much less efficient.
|
2021-09-28 18:53:49 -06:00 |
|
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
|
03e610dab5
|
Strings in dictionary files need to be quoted.
|
2021-02-23 12:38:02 -07:00 |
|
Todd C. Miller
|
081e219e23
|
Add dictionary files for fuzzers where possible.
|
2021-02-23 11:28:47 -07:00 |
|
Todd C. Miller
|
25f50e2f07
|
Add simple fuzzer for sudo.conf parser.
|
2021-02-15 13:17:26 -07:00 |
|