This commit is contained in:
van Hauser
2019-07-08 17:12:07 +02:00
parent 11251c77ca
commit 891ab3951b

View File

@ -12053,7 +12053,7 @@ int main(int argc, char** argv) {
gettimeofday(&tv, &tz);
init_seed = tv.tv_sec ^ tv.tv_usec ^ getpid();
while ((opt = getopt(argc, argv, "+i:o:f:m:t:T:dnCB:S:M:x:Qe:p:s:V:")) > 0)
while ((opt = getopt(argc, argv, "+i:o:f:m:t:T:dnCB:S:M:x:Qe:p:s:V:L:")) > 0)
switch (opt) {
@ -12512,6 +12512,9 @@ int main(int argc, char** argv) {
if (stop_soon) goto stop_fuzzing;
}
// real start time, we reset, so this works correctly with -V
start_time = get_cur_time();
while (1) {
u8 skipped_fuzz;