CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/04 10:51:22
Modified files:
sys/kern : init_main.c subr_kubsan.c
Log message:
Regularly poll and report kubsan findings using the timeout(9) API
instead of task(9). Undefined behavior can potentially be present in any
context and calling task_add() isn't always safe.
ok visa@
