From 6730b6a15ad102ee988614202147bf606e1b7fd5 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 29 Feb 2020 14:23:44 +0100 Subject: code-format, env.md fixes and adding -hh for env usage display into afl-fuzz and Makefile --- src/afl-analyze.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/afl-analyze.c') diff --git a/src/afl-analyze.c b/src/afl-analyze.c index f566d3fe..bee78519 100644 --- a/src/afl-analyze.c +++ b/src/afl-analyze.c @@ -728,9 +728,11 @@ static void set_up_environment(void) { } if (qemu_preload) - buf = alloc_printf("%s,LD_PRELOAD=%s,DYLD_INSERT_LIBRARIES=%s", qemu_preload, afl_preload, afl_preload); + buf = alloc_printf("%s,LD_PRELOAD=%s,DYLD_INSERT_LIBRARIES=%s", + qemu_preload, afl_preload, afl_preload); else - buf = alloc_printf("LD_PRELOAD=%s,DYLD_INSERT_LIBRARIES=%s", afl_preload, afl_preload); + buf = alloc_printf("LD_PRELOAD=%s,DYLD_INSERT_LIBRARIES=%s", + afl_preload, afl_preload); setenv("QEMU_SET_ENV", buf, 1); -- cgit 1.4.1