You don't need __AFL_INIT if you have __AFL_LOOP. Signed-off-by: George Dunlap <george.dun...@citrix.com> --- CC: Ian Jackson <ian.jack...@citrix.com> CC: Wei Liu <wei.l...@citrix.com> CC: Andrew Cooper <andrew.coop...@citrix.com> CC: Jan Beulich <jbeul...@suse.com> --- tools/fuzz/x86_instruction_emulator/afl-harness.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/tools/fuzz/x86_instruction_emulator/afl-harness.c b/tools/fuzz/x86_instruction_emulator/afl-harness.c index 154869336a..1a79ff228e 100644 --- a/tools/fuzz/x86_instruction_emulator/afl-harness.c +++ b/tools/fuzz/x86_instruction_emulator/afl-harness.c @@ -63,8 +63,6 @@ int main(int argc, char **argv) exit(-1); #ifdef __AFL_HAVE_MANUAL_CONTROL - __AFL_INIT(); - while ( __AFL_LOOP(1000) ) #endif { -- 2.14.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel