Merge branch 'stable' into dev

This commit is contained in:
van Hauser 2021-05-21 11:00:52 +02:00 committed by GitHub
commit 06d703bf66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,9 @@ AFL_COMPILER_RT_OBJ:=$(OBJ_DIR)afl-compiler-rt.o
all: $(FRIDA_TRACE)
32:
CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all
32:
CFLAGS="-m32" LDFLAGS="-m32" ARCH="x86" make all

View File

@ -70,6 +70,9 @@ __attribute__((constructor)) void __libqasan_init() {
__libqasan_init_hooks();
if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH"))
__libqasan_hotpatch();
if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH")) __libqasan_hotpatch();
#ifdef DEBUG