about summary refs log tree commit diff
path: root/llvm_mode/LLVMInsTrim.so.cc
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-28 09:31:30 +0100
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:06 +0200
commit23d9649aec7a7d74082debdb9f6fa2f5ffca7268 (patch)
tree5ec002b1390c85d60e9c581cd5be8ca0cb4df7bd /llvm_mode/LLVMInsTrim.so.cc
parent738a245c3eed6ad360591e58cce757c90fb3f490 (diff)
downloadafl++-23d9649aec7a7d74082debdb9f6fa2f5ffca7268.tar.gz
making 'CFLAGS="-m32" make source-only tests' work
Diffstat (limited to 'llvm_mode/LLVMInsTrim.so.cc')
-rw-r--r--llvm_mode/LLVMInsTrim.so.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/LLVMInsTrim.so.cc b/llvm_mode/LLVMInsTrim.so.cc
index c4033523..8b23942c 100644
--- a/llvm_mode/LLVMInsTrim.so.cc
+++ b/llvm_mode/LLVMInsTrim.so.cc
@@ -509,7 +509,7 @@ struct InsTrim : public ModulePass {
     if (!be_quiet) {
 
       char modeline[100];
-      snprintf(modeline, sizeof(modeline), "%s%s%s%s",
+      snprintf(modeline, sizeof(modeline), "%s%s%s%s%s",
                getenv("AFL_HARDEN") ? "hardened" : "non-hardened",
                getenv("AFL_USE_ASAN") ? ", ASAN" : "",
                getenv("AFL_USE_MSAN") ? ", MSAN" : "",