mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 03:49:45 +00:00
pkg/report: don't treat CONFIG_DEBUG_OBJECTS debug output as bugs
This commit is contained in:
parent
0019344752
commit
342feda2bf
@ -590,6 +590,8 @@ var linuxOopses = []*oops{
|
||||
},
|
||||
},
|
||||
[]*regexp.Regexp{
|
||||
// CONFIG_DEBUG_OBJECTS output.
|
||||
compile("ODEBUG:"),
|
||||
// Android prints this sometimes during boot.
|
||||
compile("Boot_DEBUG:"),
|
||||
},
|
||||
|
2
pkg/report/testdata/linux/report/144
vendored
Normal file
2
pkg/report/testdata/linux/report/144
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
[ 404.700173] ODEBUG: Out of memory. ODEBUG disabled
|
Loading…
Reference in New Issue
Block a user