sudo/logsrvd/regress/fuzz
Todd C. Miller a27b989c9c Check for negative return value of read, write and lseek instead of -1
The return values are used in ways that assume they are positive.
In practice, it is not possible to have a negative return value
other than -1 due to the size of the buffers being read from or
written to.  Also add overflow checks when updating the buffer len.
Quiets several coverity warnings.
2025-01-16 19:46:15 -07:00
..
fuzz_logsrvd_conf.c Check for negative return value of read, write and lseek instead of -1 2025-01-16 19:46:15 -07:00
fuzz_logsrvd_conf.dict Sync fuzzing dictionary with current configuration keyword list. 2022-01-29 10:30:37 -07:00