mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
fixed alloc errors, code format
This commit is contained in:
@ -1327,9 +1327,11 @@ int main(int argc, char **argv, char **envp) {
|
||||
"filename\n");
|
||||
|
||||
#if LLVM_MAJOR < 9
|
||||
#define COUNTER_BEHAVIOUR " AFL_LLVM_NOT_ZERO: use cycling trace counters that skip zero\n"
|
||||
#define COUNTER_BEHAVIOUR \
|
||||
" AFL_LLVM_NOT_ZERO: use cycling trace counters that skip zero\n"
|
||||
#else
|
||||
#define COUNTER_BEHAVIOUR " AFL_LLVM_SKIP_NEVERZERO: do not skip zero on trace counters\n"
|
||||
#define COUNTER_BEHAVIOUR \
|
||||
" AFL_LLVM_SKIP_NEVERZERO: do not skip zero on trace counters\n"
|
||||
#endif
|
||||
if (have_llvm)
|
||||
SAYF(
|
||||
|
Reference in New Issue
Block a user