From 939721e2cbcf14f0f9577575c09e16be2ced25fe Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 18 Dec 2019 11:14:12 +0100 Subject: v2.59c release --- llvm_mode/afl-clang-fast.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'llvm_mode') diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index c2b54a51..a262e998 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -358,7 +358,7 @@ static void edit_params(u32 argc, char** argv) { } -//#ifndef __ANDROID__ // not sure, we might need these ifdefs for Android + //#ifndef __ANDROID__ // not sure, we might need these ifdefs for Android switch (bit_mode) { case 0: @@ -382,7 +382,8 @@ static void edit_params(u32 argc, char** argv) { break; } -//#endif + + //#endif } @@ -443,9 +444,10 @@ int main(int argc, char** argv) { } -//#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment we rather keep this out + //#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment + //we rather keep this out find_obj(argv[0]); -//#endif + //#endif edit_params(argc, argv); -- cgit 1.4.1 From b91000fc9e2b86ffe96bef7a30d30b7e0f1f66fc Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 19 Dec 2019 01:53:32 +0100 Subject: llvm_mode for Android --- llvm_mode/afl-clang-fast.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'llvm_mode') diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index a262e998..6f6d55ed 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -444,10 +444,9 @@ int main(int argc, char** argv) { } - //#ifndef __ANDROID__ // not sure this is needed for Android, so at the moment - //we rather keep this out +#ifndef __ANDROID__ find_obj(argv[0]); - //#endif +#endif edit_params(argc, argv); -- cgit 1.4.1