about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-12-29 14:19:35 +0100
committerhexcoder- <heiko@hexco.de>2020-12-29 14:19:35 +0100
commit83c1378fc1810d177d9cdfa2c00f62bbadd98f00 (patch)
tree8a363fd5a4117b5064d58d58bb0e362714e34d39
parent871d42e38971e4dc775551f9544d1deb28a34055 (diff)
downloadafl++-83c1378fc1810d177d9cdfa2c00f62bbadd98f00.tar.gz
fix afl-clang on 32-Bit systems
m---------qemu_mode/qemuafl0
-rw-r--r--src/afl-cc.c2
m---------unicorn_mode/unicornafl0
3 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl
deleted file mode 160000
-Subproject 21ff34383764a8c6f66509b3b8d5282468c721e
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 758b958b..e6a6718e 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -879,7 +879,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
 
 #ifndef __ANDROID__
 
-  if (compiler_mode != GCC) {
+  if (compiler_mode != GCC && compiler_mode != CLANG) {
 
     switch (bit_mode) {
 
diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl
deleted file mode 160000
-Subproject 8cca4801adb767dce7cf72202d7d25bdb420cf7