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 283181 Details for
Bug 417961
Update CIFS for RHEL5.2
[?]
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 9 -- Fix memory leak in statfs to very old servers
0009-BZ-417961-CIFS-Fix-memory-leak-in-statfs-to-very.patch (text/plain), 892 bytes, created by
Jeff Layton
on 2007-12-10 20:21:53 UTC
(
hide
)
Description:
patch 9 -- Fix memory leak in statfs to very old servers
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2007-12-10 20:21:53 UTC
Size:
892 bytes
patch
obsolete
>From 9b95c78380588586dfff7632bd282fb6301681f4 Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@redhat.com> >Date: Mon, 10 Dec 2007 11:15:29 -0500 >Subject: [RHEL5.2 PATCH 09/16] BZ#417961: [CIFS] Fix memory leak in statfs to very old servers > >We were allocating request buffers twice in the statfs >path when mounted to very old (Windows 9x) servers. > >Signed-off-by: Steve French <sfrench@us.ibm.com> >--- > fs/cifs/cifssmb.c | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) > >diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c >index d6e503d..ecd8cd0 100644 >--- a/fs/cifs/cifssmb.c >+++ b/fs/cifs/cifssmb.c >@@ -4072,10 +4072,6 @@ oldQFSInfoRetry: > (void **) &pSMBr); > if (rc) > return rc; >- rc = smb_init(SMB_COM_TRANSACTION2, 15, tcon, (void **) &pSMB, >- (void **) &pSMBr); >- if (rc) >- return rc; > > params = 2; /* level */ > pSMB->TotalDataCount = 0; >-- >1.5.3.3 >
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 417961
:
283091
|
283101
|
283111
|
283121
|
283131
|
283141
|
283151
|
283161
|
283171
| 283181 |
283191
|
283201
|
283211
|
283221
|
283231
|
283241
|
283251