fix some compiler warnings from Open/FreeBSD

This commit is contained in:
hexcoder-
2020-03-14 11:44:21 +01:00
parent d2787519e3
commit c616fcafe8
3 changed files with 4 additions and 2 deletions

View File

@ -182,6 +182,7 @@ void init_cmplog_forkserver(afl_state_t *afl) {
/* Wait for the fork server to come up, but don't wait too long. */
rlen = 0;
if (afl->fsrv.exec_tmout) {
fd_set readfds;