Home
last modified time | relevance | path

Searched refs:ExecutorFailure (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/pkg/ipc/
Dipc.go58 type ExecutorFailure string type
60 func (err ExecutorFailure) Error() string {
632 err = ExecutorFailure(err.Error())
743 err0 = ExecutorFailure(fmt.Sprintf("executor %v: failed: %s", c.pid, output))
/external/syzkaller/syz-fuzzer/
Dproc.go273 if _, ok := err.(ipc.ExecutorFailure); ok || try > 10 {