The Samba-Bugzilla – Attachment 3503 Details for
Bug 5711
winbind dumped core during windows login test from 30 physical clients
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to resolve the winbindd core in winbindd_dual.c
winbindd_rel_core.diff (text/plain), 705 bytes, created by
Tukaram
on 2008-08-22 10:00:27 UTC
(
hide
)
Description:
Patch to resolve the winbindd core in winbindd_dual.c
Filename:
MIME Type:
Creator:
Tukaram
Created:
2008-08-22 10:00:27 UTC
Size:
705 bytes
patch
obsolete
>Author: Tukaram Laxmeshwar <tlaxmeshwar at novell dot com> >Subject: while updating child->requests in domain were not memset after memory allocation for state. This resulted in core. >Bugzilla: bnc#416598 > >Index: source/nsswitch/winbindd_dual.c >=================================================================== >--- source/nsswitch/winbindd_dual.c.orig 2008-08-21 16:55:53.000000000 +0530 >+++ source/nsswitch/winbindd_dual.c 2008-08-21 16:55:54.000000000 +0530 >@@ -117,7 +117,7 @@ > > SMB_ASSERT(continuation != NULL); > >- state = TALLOC_P(mem_ctx, struct winbindd_async_request); >+ state = TALLOC_ZERO_P(mem_ctx, struct winbindd_async_request); > > if (state == NULL) { > DEBUG(0, ("talloc failed\n"));
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 5711
:
3502
| 3503