From 124ec8d297269b6b3066123782a7e92c802d2248 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Mon, 2 Dec 2019 14:34:21 +0100 Subject: code format (contributors, do it!) --- qemu_mode/patches/afl-qemu-cpu-inl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qemu_mode/patches/afl-qemu-cpu-inl.h') diff --git a/qemu_mode/patches/afl-qemu-cpu-inl.h b/qemu_mode/patches/afl-qemu-cpu-inl.h index 7c6d3341..70f5ef9d 100644 --- a/qemu_mode/patches/afl-qemu-cpu-inl.h +++ b/qemu_mode/patches/afl-qemu-cpu-inl.h @@ -83,8 +83,8 @@ __thread abi_ulong afl_prev_loc; /* Set in the child process in forkserver mode: */ -static int forkserver_installed = 0; -static int disable_caching = 0; +static int forkserver_installed = 0; +static int disable_caching = 0; unsigned char afl_fork_child; unsigned int afl_forksrv_pid; @@ -207,7 +207,7 @@ static void afl_setup(void) { behaviour, and seems to work alright? */ rcu_disable_atfork(); - + disable_caching = getenv("AFL_QEMU_DISABLE_CACHE") != NULL; is_persistent = getenv("AFL_QEMU_PERSISTENT_ADDR") != NULL; -- cgit 1.4.1