Skip to content

Commit

Permalink
Update afl-tmin.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cvspvr committed Apr 8, 2024
1 parent e70dd26 commit 8c95ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afl-tmin.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ static HANDLE child_handle,
child_thread_handle;
static char *dynamorio_dir;
static char *client_params;
static char *winafl_dll_path_default = "winafl.dll";
static char *winafl_dll_path;
static const char *winafl_dll_path_default = "winafl.dll";
int fuzz_iterations_max = 1, fuzz_iterations_current;

static CRITICAL_SECTION critical_section;
Expand Down

0 comments on commit 8c95ec4

Please sign in to comment.