mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
Fix to setting of entry_reached
This commit is contained in:
parent
baf4ae52c4
commit
cfbff436a5
@ -21,6 +21,7 @@ static void entry_launch(void) {
|
||||
__afl_manual_init();
|
||||
|
||||
/* Child here */
|
||||
entry_reached = TRUE;
|
||||
instrument_on_fork();
|
||||
stats_on_fork();
|
||||
|
||||
@ -59,7 +60,6 @@ void entry_prologue(GumStalkerIterator *iterator, GumStalkerOutput *output) {
|
||||
|
||||
if (persistent_start == 0) {
|
||||
|
||||
entry_reached = TRUE;
|
||||
ranges_exclude();
|
||||
stalker_trust();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user