Skip to content

Commit

Permalink
make libafl_dump_core_hook global again for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Aug 13, 2024
1 parent 31ee26f commit b1d6079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "libafl/user.h"

static void (*libafl_dump_core_hook)(int host_sig) = NULL;
void (*libafl_dump_core_hook)(int host_sig) = NULL;
static struct image_info libafl_image_info;

extern abi_ulong target_brk, initial_target_brk;
Expand Down

0 comments on commit b1d6079

Please sign in to comment.