diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-09-19 10:18:19 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-20 11:17:25 +0200 |
| commit | 8eb14a0057bd21ffe60a8a8935c17b81f18a6348 (patch) | |
| tree | ca539fd29bd09f881b5e5d1fbc0d5d90a534f083 /executor/executor.cc | |
| parent | 5f78ab4b8149c28d68103911a7fc22a9ee79d811 (diff) | |
syz-fuzzer: fix retry logic on executor failures
I guess the condition was always meant to be "!ok || try > 10".
So we always ignored non-executor failures, and failed on executor ones.
I think now it's better to just retry always. If the error is something
persistent we will fail after 10 tries anyway.
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions
