CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2025/01/24 02:16:55

Modified files:
        sys/net        : rtsock.c 

Log message:
Move copyout(9) out of netlock within sysctl_source().

Netlock required only to store data to local variable, the rest could be
done lockless. Use union of sockaddr_in and sockaddr_in6 as temporary
buffer.

ok bluhm

Reply via email to