diff options
author | vanhauser-thc <vh@thc.org> | 2024-10-07 13:43:19 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-10-07 13:43:19 +0200 |
commit | 4a1cf0b9af5f14b5899520ef9abc442c8f1087b6 (patch) | |
tree | 654d4ff1ecd39a677054fc8e44b99dda75a13026 /utils/libdislocator/libdislocator.so.c | |
parent | d6a2edb42a680b999256d5b78082975713973db7 (diff) | |
download | afl++-4a1cf0b9af5f14b5899520ef9abc442c8f1087b6.tar.gz |
code format
Diffstat (limited to 'utils/libdislocator/libdislocator.so.c')
-rw-r--r-- | utils/libdislocator/libdislocator.so.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/libdislocator/libdislocator.so.c b/utils/libdislocator/libdislocator.so.c index f41491b1..b125f628 100644 --- a/utils/libdislocator/libdislocator.so.c +++ b/utils/libdislocator/libdislocator.so.c @@ -580,11 +580,10 @@ __attribute__((constructor)) void __dislocator_init(void) { __attribute__((destructor)) void __dislocator_fini(void) { - alloc_canary = ALLOC_CANARY; // restore to default canary value + alloc_canary = ALLOC_CANARY; // restore to default canary value } - /* NetBSD fault handler specific api subset */ void (*esetfunc(void (*fn)(int, const char *, ...)))(int, const char *, ...) { |