about summary refs log tree commit diff
path: root/src/afl-fuzz-cmplog.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-14 11:44:21 +0100
committerhexcoder- <heiko@hexco.de>2020-03-14 11:44:21 +0100
commitc616fcafe8e5321ae247c3dc316aa7f2dbd97f7c (patch)
tree09b6609bc49c2f727d7736f81b62970e10b9f69c /src/afl-fuzz-cmplog.c
parentd2787519e33b339f4f2b03bdba32719a60a663a3 (diff)
downloadafl++-c616fcafe8e5321ae247c3dc316aa7f2dbd97f7c.tar.gz
fix some compiler warnings from Open/FreeBSD
Diffstat (limited to 'src/afl-fuzz-cmplog.c')
-rw-r--r--src/afl-fuzz-cmplog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-cmplog.c b/src/afl-fuzz-cmplog.c
index d74f4536..aa217a93 100644
--- a/src/afl-fuzz-cmplog.c
+++ b/src/afl-fuzz-cmplog.c
@@ -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;