CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/08/01 16:34:18

Modified files:
        sys/kern       : Tag: OPENBSD_6_1 uipc_socket.c 

Log message:
If pool_get() sleeps while allocating additional memory for socket
splicing, another process may allocate it in the meantime.  Then
one of the splicing structures leaked in sosplice().  Recheck that
no struct sosplice exists after a protential sleep.
reported by Ilja Van Sprundel
errata 025

Reply via email to