mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 03:49:45 +00:00
0e7547d77c
Sometimes race conditions are reproduced by syz-execprog and are not reproduced by the programs generated with syz-prog2c. In such cases it's very helpful to know when exactly the fuzzing syscalls are executed. Unfortunately, adding timestamps to the output of the original 'debug' mode doesn't work. This mode provides very verbose output, which slows down executor and breaks the repro. So let's make the executor debug output less verbose and add the timestamps. Signed-off-by: Alexander Popov <alex.popov@linux.com> |
||
---|---|---|
.. | ||
build.go | ||
common.go | ||
csource_test.go | ||
csource.go | ||
gen.go | ||
generated.go | ||
options_test.go | ||
options.go | ||
race_test.go |