mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +00:00
Fix initialization in non-persistent mode
This commit is contained in:
@ -78,6 +78,12 @@ void entry_init(void) {
|
|||||||
|
|
||||||
void entry_start(void) {
|
void entry_start(void) {
|
||||||
|
|
||||||
|
if (persistent_start == 0) {
|
||||||
|
|
||||||
|
ranges_exclude();
|
||||||
|
stalker_trust();
|
||||||
|
|
||||||
|
}
|
||||||
if (entry_point == 0) { entry_launch(); }
|
if (entry_point == 0) { entry_launch(); }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user