Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 360008 Details for
Bug 521682
setfiles leaks descriptors
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch fixing problems described herein
policycoreutils-2.0.62-leak.patch (text/plain), 474 bytes, created by
Steve Grubb
on 2009-09-07 17:11:46 UTC
(
hide
)
Description:
patch fixing problems described herein
Filename:
MIME Type:
Creator:
Steve Grubb
Created:
2009-09-07 17:11:46 UTC
Size:
474 bytes
patch
obsolete
>diff -urp policycoreutils-2.0.62.orig/setfiles/setfiles.c policycoreutils-2.0.62/setfiles/setfiles.c >--- policycoreutils-2.0.62.orig/setfiles/setfiles.c 2009-09-07 12:57:30.000000000 -0400 >+++ policycoreutils-2.0.62/setfiles/setfiles.c 2009-09-07 12:59:51.000000000 -0400 >@@ -683,6 +683,8 @@ static int process_one(char *name) > progname, name, strerror(errno)); > goto err; > } >+ close(pipe_fds[0]); >+ pipe_fds[0] = -1; > } else { > rc = restore(name); > if (rc)
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 521682
: 360008