Skip to content

Commit 8446fbb

Browse files
report: add "BUG on" oops entry for gVisor
Following google/gvisor@b47d21e syzkaller should look for this message type.
1 parent 6baddfc commit 8446fbb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pkg/report/gvisor.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,15 @@ var gvisorOopses = append([]*oops{
173173
},
174174
[]*regexp.Regexp{},
175175
},
176+
{
177+
[]byte("WARNING: BUG on"),
178+
[]oopsFormat{
179+
{
180+
title: compile("WARNING: BUG on (.*)"),
181+
fmt: "WARNING: BUG on %[1]v",
182+
noStackTrace: true,
183+
},
184+
},
185+
[]*regexp.Regexp{},
186+
},
176187
}, commonOopses...)

0 commit comments

Comments
 (0)