diff options
Diffstat (limited to 'pkg/report/linux.go')
| -rw-r--r-- | pkg/report/linux.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go index acf0d6f79..26cb5461f 100644 --- a/pkg/report/linux.go +++ b/pkg/report/linux.go @@ -126,11 +126,11 @@ func ctorLinux(cfg *config) (reporterImpl, []string, error) { "panic: failed to create temp dir", "fatal error: unexpected signal during runtime execution", // presubmably OOM turned into SIGBUS "signal SIGBUS: bus error", // presubmably OOM turned into SIGBUS - "Out of memory: Kill process .* \\(syz-fuzzer\\)", + "Out of memory: Kill process .* \\(syz-executor\\)", "Out of memory: Kill process .* \\(sshd\\)", - "Killed process .* \\(syz-fuzzer\\)", + "Killed process .* \\(syz-executor\\)", "Killed process .* \\(sshd\\)", - "lowmemorykiller: Killing 'syz-fuzzer'", + "lowmemorykiller: Killing 'syz-executor'", "lowmemorykiller: Killing 'sshd'", "INIT: PANIC: segmentation violation!", "\\*\\*\\* stack smashing detected \\*\\*\\*: terminated", |
