sudo/lib/iolog/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 Add some addition entries for the I/O log fuzzer seed corpus. 2022-12-30 11:10:40 -07:00
fuzz Use #include <foo.h> instead of #include "foo.h" in most cases. 2023-09-25 10:13:28 -06:00
host_port Use #include <foo.h> instead of #include "foo.h" in most cases. 2023-09-25 10:13:28 -06:00
iolog_filter Check for negative return value of read, write and lseek instead of -1 2025-01-16 19:46:15 -07:00
iolog_mkpath Use #include <foo.h> instead of #include "foo.h" in most cases. 2023-09-25 10:13:28 -06:00
iolog_path Add missing checks for strdup() failure. 2023-12-21 16:55:08 -07:00
iolog_timing Use #include <foo.h> instead of #include "foo.h" in most cases. 2023-09-25 10:13:28 -06:00