sudo/logsrvd/regress
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
..
corpus/seed/logsrvd_conf Work around a glibc regcomp() bug with repeated '+' operators. 2022-02-01 13:12:19 -07:00
fuzz Check for negative return value of read, write and lseek instead of -1 2025-01-16 19:46:15 -07:00
logsrvd_conf Use #include <foo.h> instead of #include "foo.h" in most cases. 2023-09-25 10:13:28 -06:00