Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2003 08:54:19 -0800 (PST)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/inetd inetd.c
Message-ID:  <200302231654.h1NGsJAf077535@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2003/02/23 08:54:19 PST

  Modified files:
    usr.sbin/inetd       inetd.c 
  Log:
  Under some unusual conditions, inetd can leak a open file discriptor
  into a child process. Rather than closing the discriptors manually,
  mark all discriptors as close-on-exec.
  
  PR:             47694
  Submitted by:   Max Okumoto <okumoto@ucsd.edu>
  Obtained from:  NetBSD
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.119     +23 -7     src/usr.sbin/inetd/inetd.c

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




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