mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
fix exploit, mmopt and rare schedule
This commit is contained in:
@ -246,7 +246,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
u64 prev_queued = 0;
|
||||
u32 sync_interval_cnt = 0, seek_to, show_help = 0, map_size = MAP_SIZE;
|
||||
u8 *extras_dir[4];
|
||||
u8 mem_limit_given = 0, exit_1 = 0, debug = 0, extras_dir_cnt = 0, have_p = 0;
|
||||
u8 mem_limit_given = 0, exit_1 = 0, debug = 0, extras_dir_cnt = 0/*, have_p = 0*/;
|
||||
char **use_argv;
|
||||
|
||||
struct timeval tv;
|
||||
@ -364,7 +364,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
|
||||
}
|
||||
|
||||
have_p = 1;
|
||||
//have_p = 1;
|
||||
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user