K 10 svn:author V 7 glebius K 8 svn:date V 27 2017-09-13T16:47:23.136713Z K 7 svn:log V 471 Fix two issues with not ready data in sockets (read: sendfile) in UNIX sockets. o Check that socket is still connected in uipc_ready(). If not we are responsible to free mbufs. o In uipc_send() if socket appears to be disconnected, but we are sending data with pending I/Os, don't free mbufs. Reported by: Kevin Bowling Tested by: Kevin Bowling PR: 222259 Reported by: Mark Martinec MFC after: 3 days END