code format

This commit is contained in:
vanhauser-thc
2024-10-07 13:43:19 +02:00
parent d6a2edb42a
commit 4a1cf0b9af
2 changed files with 1 additions and 3 deletions

View File

@ -249,7 +249,6 @@ void afl_fsrv_kill(afl_forkserver_t *fsrv);
void nyx_load_target_hash(afl_forkserver_t *fsrv); void nyx_load_target_hash(afl_forkserver_t *fsrv);
#endif #endif
#ifdef __APPLE__ #ifdef __APPLE__
#define MSG_FORK_ON_APPLE \ #define MSG_FORK_ON_APPLE \
" - On MacOS X, the semantics of fork() syscalls are non-standard and " \ " - On MacOS X, the semantics of fork() syscalls are non-standard and " \

View File

@ -580,11 +580,10 @@ __attribute__((constructor)) void __dislocator_init(void) {
__attribute__((destructor)) void __dislocator_fini(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 */ /* NetBSD fault handler specific api subset */
void (*esetfunc(void (*fn)(int, const char *, ...)))(int, const char *, ...) { void (*esetfunc(void (*fn)(int, const char *, ...)))(int, const char *, ...) {