The Samba-Bugzilla – Attachment 2908 Details for
Bug 4917
High winbind memory usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Next memleak patch
4917-2.diff (text/plain), 687 bytes, created by
Volker Lendecke
on 2007-08-31 04:42:00 UTC
(
hide
)
Description:
Next memleak patch
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2007-08-31 04:42:00 UTC
Size:
687 bytes
patch
obsolete
>Index: nsswitch/idmap_cache.c >=================================================================== >--- nsswitch/idmap_cache.c (Revision 24825) >+++ nsswitch/idmap_cache.c (Revision 24826) >@@ -399,7 +399,8 @@ > > if (databuf.dptr == NULL) { > DEBUG(10, ("Cache entry with key = %s couldn't be found\n", sidkey)); >- return NT_STATUS_NONE_MAPPED; >+ ret = NT_STATUS_NONE_MAPPED; >+ goto done; > } > > t = strtol(databuf.dptr, &endptr, 10); >@@ -496,7 +497,8 @@ > > if (databuf.dptr == NULL) { > DEBUG(10, ("Cache entry with key = %s couldn't be found\n", idkey)); >- return NT_STATUS_NONE_MAPPED; >+ ret = NT_STATUS_NONE_MAPPED; >+ goto done; > } > > t = strtol(databuf.dptr, &endptr, 10);
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 Raw
Actions:
View
Attachments on
bug 4917
:
2880
|
2907
| 2908