diff options
author | van Hauser <vh@thc.org> | 2020-04-25 17:53:38 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-25 17:53:38 +0200 |
commit | 0c3d06c41e2848f53db5caa881d624df87cec0d2 (patch) | |
tree | e91f65c47afe18e9c78f2b603ed59342fc191e64 /libdislocator/libdislocator.so.c | |
parent | 07db922024a1faf5543f9d83ce683024e99526ce (diff) | |
download | afl++-0c3d06c41e2848f53db5caa881d624df87cec0d2.tar.gz |
refactored whitelist and blacklist in llvm_mode
Diffstat (limited to 'libdislocator/libdislocator.so.c')
-rw-r--r-- | libdislocator/libdislocator.so.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index 2a9c94f8..6c8916d6 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -500,3 +500,4 @@ __attribute__((constructor)) void __dislocator_init(void) { align_allocations = !!getenv("AFL_ALIGNED_ALLOC"); } + |