/[base]
ViewVC logotype

Revision 323552


Jump to revision: Previous Next
Author: glebius
Date: Wed Sep 13 16:47:23 2017 UTC (6 years, 9 months ago)
Changed paths: 1
Log Message:
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 <kbowling llnw.com>
Tested by:	Kevin Bowling <kbowling llnw.com>
PR:		222259
Reported by:	Mark Martinec <Mark.Martinec ijs.si>
MFC after:	3 days


Changed paths

Path Details
Directoryhead/sys/kern/uipc_usrreq.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27