]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
thread: Add a missing include of asan.h
authorMark Johnston <markj@FreeBSD.org>
Mon, 22 Apr 2024 17:07:53 +0000 (13:07 -0400)
committerMark Johnston <markj@FreeBSD.org>
Mon, 22 Apr 2024 17:07:53 +0000 (13:07 -0400)
commit7a7063cc54274a44192fb65c71360a5e72c171b9
treeadab0807be588af49d572a62e7e336a84f7c8a48
parentef84dd8f4926304306d5989ca9afdbf760c6d813
thread: Add a missing include of asan.h

I didn't notice this during testing because invariants-enabled kernels
implicitly include asan.h via kassert.h.

Reported by: Lexi Winter <lexi@le-Fay.org>
Fixes: 800da341bc4a ("thread: Simplify sanitizer integration with thread creation")
sys/kern/kern_thread.c