workaround for MOpt bug with -S

This commit is contained in:
vanhauser-thc
2024-02-08 14:31:36 +01:00
parent 038fef962c
commit c23bbddde9

View File

@ -1236,6 +1236,7 @@ int main(int argc, char **argv_orig, char **envp) {
}
afl->old_seed_selection = 1;
u64 limit_time_puppet2 = afl->limit_time_puppet * 60 * 1000;
if ((s32)limit_time_puppet2 < afl->limit_time_puppet) {