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 315826 Details for
Bug 461101
CVE-2008-3915 kernel: nfsd: fix buffer overrun decoding NFSv4 acl
[?]
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]
Proposed backported patch for MRG kernel
patch (text/plain), 583 bytes, created by
Eugene Teo (Security Response)
on 2008-09-05 04:15:51 UTC
(
hide
)
Description:
Proposed backported patch for MRG kernel
Filename:
MIME Type:
Creator:
Eugene Teo (Security Response)
Created:
2008-09-05 04:15:51 UTC
Size:
583 bytes
patch
obsolete
>diff -uprN linux-2.6.24.7.noarch.default/fs/nfsd/nfs4acl.c linux-2.6.24.7.noarch/fs/nfsd/nfs4acl.c >--- linux-2.6.24.7.noarch.default/fs/nfsd/nfs4acl.c 2008-01-24 17:58:37.000000000 -0500 >+++ linux-2.6.24.7.noarch/fs/nfsd/nfs4acl.c 2008-09-05 00:08:40.057807000 -0400 >@@ -443,7 +443,7 @@ init_state(struct posix_acl_state *state > * enough space for either: > */ > alloc = sizeof(struct posix_ace_state_array) >- + cnt*sizeof(struct posix_ace_state); >+ + cnt*sizeof(struct posix_user_ace_state); > state->users = kzalloc(alloc, GFP_KERNEL); > if (!state->users) > return -ENOMEM;
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 461101
:
315754
| 315826