CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/07/13 10:19:38
Modified files: sys/kern : uipc_socket.c Log message: Do not unlock the netlock in the goto out error path before it has been acquired in sosend(). Fixes a kernel lock assertion panic. OK visa@ mpi@