CVSROOT:        /cvs
Module name:    src
Changes by:     an...@cvs.openbsd.org   2019/05/24 12:35:41

Modified files:
        sys/kern       : subr_kubsan.c 

Log message:
The latest inteldrm update brought along code making use of
__attribute__((nonnull)); which the undefined behavior sanitizer in
clang is aware of. A new handler is therefore needed in order to compile
a kernel with kubsan enabled.

ok visa@

Reply via email to