Age | Commit message (Collapse) | Author |
|
|
|
and Makefile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cmplog routines for LLVM mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lines with '#' like in
ifeq "$(shell echo '\#include <sys/ipc.h> ...
Now make v 4.3 wants
ifeq "$(shell echo '#include <sys/ipc.h> ...
In order to get it working with all GNU makes, we use a make
variable for '#' called HASH
|
|
|
|
add AFL_USE_UBSAN
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3.7.1 works with the exception of InsTrim, 3.8.1 and above is ok
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
llvm_mode little update proposal (avoid instrumenting llvm intrinsic functions).
|
|
|