CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/09/27 12:41:11
Modified files: sys/net : rtsock.c Log message: Protect sbappendaddr() and sorwakeup() with splsoftnet in rt_senddesync(). This fixes a splassert warning seen by sthen@. Problem found by David Hill; OK sthen@