Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312854 Details for
Bug 457024
pam_tally file handler leak, causing DOS
[?]
New
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.rh83 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 for the unclosed file handler
Linux-PAM-0.99.6.2_pam_tally-file-close.patch (text/plain), 340 bytes, created by
John Lau
on 2008-07-29 09:53:31 UTC
(
hide
)
Description:
Patch for the unclosed file handler
Filename:
MIME Type:
Creator:
John Lau
Created:
2008-07-29 09:53:31 UTC
Size:
340 bytes
patch
obsolete
>--- Linux-PAM-0.99.6.2/modules/pam_tally/pam_tally.c 2008-07-29 16:54:59.000000000 +0800 >+++ Linux-PAM-0.99.6.2_tally-close-file/modules/pam_tally/pam_tally.c 2008-07-29 16:59:07.000000000 +0800 >@@ -550,6 +550,11 @@ > } > } > >+ if (TALLY != NULL) { >+ fclose(TALLY); >+ TALLY=NULL; >+ } >+ > return PAM_SUCCESS; > } >
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 457024
: 312854