Home
last modified time | relevance | path

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

/Linux-v5.4/mm/kasan/
Dgeneric_report.c48 const char *bug_type = "unknown-crash"; in get_shadow_bug_type() local
66 bug_type = "out-of-bounds"; in get_shadow_bug_type()
70 bug_type = "slab-out-of-bounds"; in get_shadow_bug_type()
73 bug_type = "global-out-of-bounds"; in get_shadow_bug_type()
79 bug_type = "stack-out-of-bounds"; in get_shadow_bug_type()
83 bug_type = "use-after-free"; in get_shadow_bug_type()
87 bug_type = "alloca-out-of-bounds"; in get_shadow_bug_type()
91 return bug_type; in get_shadow_bug_type()
96 const char *bug_type = "unknown-crash"; in get_wild_bug_type() local
99 bug_type = "null-ptr-deref"; in get_wild_bug_type()
[all …]
/Linux-v5.4/arch/arm/kernel/
Dtraps.c349 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die() local
354 bug_type = report_bug(regs->ARM_pc, regs); in die()
355 if (bug_type != BUG_TRAP_TYPE_NONE) in die()