mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 21:25:43 +00:00
code format
This commit is contained in:
@ -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 " \
|
||||||
|
@ -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 *, ...) {
|
||||||
|
Reference in New Issue
Block a user