mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
code format
This commit is contained in:
@ -519,9 +519,8 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
|
|||||||
rlen = 0;
|
rlen = 0;
|
||||||
if (fsrv->exec_tmout) {
|
if (fsrv->exec_tmout) {
|
||||||
|
|
||||||
u32 time_ms =
|
u32 time_ms = read_s32_timed(fsrv->fsrv_st_fd, &status, fsrv->init_tmout,
|
||||||
read_s32_timed(fsrv->fsrv_st_fd, &status,
|
stop_soon_p);
|
||||||
fsrv->init_tmout, stop_soon_p);
|
|
||||||
|
|
||||||
if (!time_ms) {
|
if (!time_ms) {
|
||||||
|
|
||||||
|
@ -361,7 +361,7 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
|
|||||||
afl_environment_variable_len)) {
|
afl_environment_variable_len)) {
|
||||||
|
|
||||||
afl->afl_env.afl_forksrv_init_tmout =
|
afl->afl_env.afl_forksrv_init_tmout =
|
||||||
(u8 *) get_afl_env(afl_environment_variables[i]);
|
(u8 *)get_afl_env(afl_environment_variables[i]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -985,7 +985,6 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (afl->non_instrumented_mode == 2 && afl->no_forkserver) {
|
if (afl->non_instrumented_mode == 2 && afl->no_forkserver) {
|
||||||
|
|
||||||
FATAL("AFL_DUMB_FORKSRV and AFL_NO_FORKSRV are mutually exclusive");
|
FATAL("AFL_DUMB_FORKSRV and AFL_NO_FORKSRV are mutually exclusive");
|
||||||
|
Reference in New Issue
Block a user