HomeFreeBSD

KASAN: Disable checking before triggering a panic

Description

KASAN: Disable checking before triggering a panic

KASAN hooks will not generate reports if panicstr != NULL, but then
there is a window after the initial panic() call where another report
may be raised. This can happen if a false positive occurs; to simplify
debugging of such problems, avoid recursing.

Sponsored by: The FreeBSD Foundation

Details

Provenance
markjAuthored on Jul 23 2021, 2:41 PM
Parents
rG0dcef81de991: Add required sysctl name length checks to various handlers
Branches
Unknown
Tags
Unknown