CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/09/11 05:15:52
Modified files: sys/kern : uipc_socket.c Log message: Coverty complains that the return value of sblock() is not checked in sorflush(), but in other places it is. See CID 1453099. The flags SB_NOINTR and M_WAITOK should avoid failure. Put an assert there to be sure. OK visa@ mpi@