FreeBSD Bugzilla – Attachment 5919 Details for
Bug 13742
inetd leaks filedescriptors to children +FIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 478 bytes, created by
operator
on 1999-09-14 00:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
operator
Created:
1999-09-14 00:50:00 UTC
Size:
478 bytes
patch
obsolete
>--- inetd.c.orig Wed Sep 8 04:52:30 1999 >+++ inetd.c Wed Sep 8 05:03:59 1999 >@@ -464,6 +464,11 @@ > syslog(LOG_ERR, "pipe: %%m"); > exit(EX_OSERR); > } >+ if (fcntl(signalpipe[0], F_SETFD, 1) || >+ fcntl(signalpipe[1], F_SETFD, 1)) { >+ syslog(LOG_ERR, "fcntl: %%m"); >+ exit(EX_OSERR); >+ } > FD_SET(signalpipe[0], &allsock); > nsock++; > if (signalpipe[0] > maxsock)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13742
: 5919