Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jan 1999 01:02:18 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern uipc_usrreq.c
Message-ID:  <199901210902.BAA18625@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/01/21 01:02:18 PST

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
      The code that reclaims descriptors from in-transit unix domain
      descriptor-passing messages was calling sorflush() without checking
      to see if the descriptor was actually a socket.  This can cause a
      crash by exiting programs that use the mechanism under certain
      circumstances.
  
  Revision  Changes    Path
  1.39      +1 -1      src/sys/kern/uipc_usrreq.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901210902.BAA18625>