OpenBSD cvs log

created 2023-08-04T19:49:09Z
begin 2023-07-29T00:00:00Z
end 2023-07-30T00:00:00Z
path src/sys
commits 3

date 2023-07-29T06:52:08Z
author anton
files src/sys/kern/kern_task.c log diff annotate
src/sys/kern/kern_timeout.c log diff annotate
src/sys/sys/kcov.h log diff annotate
message Avoid accessing curproc early during boot when kcov is enabled as it
might be unassigned until all secondary processors are up and running.

date 2023-07-29T06:52:50Z
author anton
files src/sys/dev/kcov.c log diff annotate
message Read curcpu once in kcov code hot paths.

date 2023-07-29T15:59:27Z
author krw
files src/sys/netinet6/nd6_nbr.c log diff annotate
message Check for NULL before de-referencing a pointer, not after.

Coverity CID #1566406

ok phessler@