make travis happy

This commit is contained in:
Dominik Maier
2020-03-31 04:51:38 +02:00
parent 5a4d4ad736
commit b83a2c1a00
9 changed files with 13 additions and 22 deletions

View File

@ -60,10 +60,9 @@ static s32 child_pid; /* PID of the tested program */
u8 *trace_bits; /* SHM with instrumentation bitmap */
static u8 *in_file, /* Analyzer input test case */
*prog_in, /* Targeted program input file */
*doc_path; /* Path to docs */
*prog_in; /* Targeted program input file */
static u8 *in_data; /* Input data for analysis */
static u8 *in_data; /* Input data for analysis */
static u32 in_len, /* Input data length */
orig_cksum, /* Original checksum */
@ -77,7 +76,7 @@ static s32 dev_null_fd = -1; /* FD to /dev/null */
u8 edges_only, /* Ignore hit counts? */
use_hex_offsets, /* Show hex offsets? */
be_quiet, use_stdin = 1; /* Use stdin for program input? */
use_stdin = 1; /* Use stdin for program input? */
static volatile u8 stop_soon, /* Ctrl-C pressed? */
child_timed_out; /* Child timed out? */