Home
last modified time | relevance | path

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

/Linux-v4.19/mm/kasan/
Dreport.c62 const char *bug_type = "unknown-crash"; in get_shadow_bug_type() local
83 bug_type = "out-of-bounds"; in get_shadow_bug_type()
87 bug_type = "slab-out-of-bounds"; in get_shadow_bug_type()
90 bug_type = "global-out-of-bounds"; in get_shadow_bug_type()
96 bug_type = "stack-out-of-bounds"; in get_shadow_bug_type()
100 bug_type = "use-after-free"; in get_shadow_bug_type()
103 bug_type = "use-after-scope"; in get_shadow_bug_type()
107 bug_type = "alloca-out-of-bounds"; in get_shadow_bug_type()
111 return bug_type; in get_shadow_bug_type()
116 const char *bug_type = "unknown-crash"; in get_wild_bug_type() local
[all …]
/Linux-v4.19/arch/arm/kernel/
Dtraps.c352 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die() local
357 bug_type = report_bug(regs->ARM_pc, regs); in die()
358 if (bug_type != BUG_TRAP_TYPE_NONE) in die()