CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/05 15:41:43
Modified files:
sys/netinet : udp_usrreq.c
Log message:
Try harder to avoid (very unlikely) NULL pointer de-ref by tweaking
code to use sotopf() like tcp_usrreq() does. Also following
tcp_usrreq(), put more stuff under splsoftnet. And as a result
in-line code in udp_detach() and nuke udp_detach().
Most ideas from and ok mikeb@
