HomeFreeBSD

stack(9): Disable KASAN in stack_capture()

Description

stack(9): Disable KASAN in stack_capture()

When unwinding the stack, we may encounter a stack frame in a poisoned
region of the stack, triggering a false positive.

Reviewed by: andrew, kib
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D30126

Details

Provenance
markjAuthored on May 7 2021, 6:20 PM
Reviewer
andrew
Differential Revision
D30126: KASAN: Disable the sanitizer in stack_capture()
Parents
rGcfad8bd24f03: cdefs: Make __nosanitizeaddress work for KASAN as well
Branches
Unknown
Tags
Unknown