aboutsummaryrefslogtreecommitdiff
path: root/utils/libdislocator
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-10-07 16:46:12 +0200
committerGitHub <noreply@github.com>2024-10-07 16:46:12 +0200
commit78b7e14c73baacf1d88b3c03955e78f5080d17ba (patch)
tree402d065bc2fed732f8a08c5b3b7f283c6952973d /utils/libdislocator
parentc1e40c5fb7de40dc5f598c609c907ea21e5a078a (diff)
parentf9a8b60b3b3eb508234e2303c208acdccc50333e (diff)
downloadafl++-78b7e14c73baacf1d88b3c03955e78f5080d17ba.tar.gz
Merge pull request #2222 from AFLplusplus/dev
push to stable
Diffstat (limited to 'utils/libdislocator')
-rw-r--r--utils/libdislocator/libdislocator.so.c3
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 *, ...) {