diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-06-04 12:55:41 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-06-24 09:57:34 +0000 |
| commit | e16e2c9a4cb6937323e861b646792a6c4c978a3c (patch) | |
| tree | 6c513e98e5f465b44a98546d8984485d2c128582 /vm/adb/adb.go | |
| parent | 90d67044dab68568e8f35bc14b68055dbd166eff (diff) | |
executor: add runner mode
Move all syz-fuzzer logic into syz-executor and remove syz-fuzzer.
Also restore syz-runtest functionality in the manager.
Update #4917 (sets most signal handlers to SIG_IGN)
Diffstat (limited to 'vm/adb/adb.go')
| -rw-r--r-- | vm/adb/adb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/adb/adb.go b/vm/adb/adb.go index a1a3d7531..ed9fa56b7 100644 --- a/vm/adb/adb.go +++ b/vm/adb/adb.go @@ -323,7 +323,7 @@ func (inst *instance) adbWithTimeout(timeout time.Duration, args ...string) ([]b } func (inst *instance) waitForBootCompletion() { - // ADB connects to a phone and starts syz-fuzzer while the phone is still booting. + // ADB connects to a phone and starts syz-executor while the phone is still booting. // This enables syzkaller to create a race condition which in certain cases doesn't // allow the phone to finalize initialization. // To determine whether a system has booted and started all system processes and |
