mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
code format
This commit is contained in:
@ -62,7 +62,7 @@ u8 *trace_bits; /* SHM with instrumentation bitmap */
|
||||
static u8 *in_file, /* Analyzer input test case */
|
||||
*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 */
|
||||
|
@ -325,11 +325,8 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv) {
|
||||
kill(fsrv->fsrv_pid, SIGKILL);
|
||||
|
||||
}
|
||||
if (!time) {
|
||||
|
||||
kill(fsrv->fsrv_pid, SIGKILL);
|
||||
|
||||
}
|
||||
if (!time) { kill(fsrv->fsrv_pid, SIGKILL); }
|
||||
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user