The Samba-Bugzilla – Attachment 11282 Details for
Bug 10823
winbind frequently dumps core.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.2.next, 4.1.next.
0001-s3-winbindd-Fix-TALLOC_FREE-of-uninitialized-groups-.patch (text/plain), 987 bytes, created by
Jeremy Allison
on 2015-07-23 18:04:23 UTC
(
hide
)
Description:
git-am fix for 4.2.next, 4.1.next.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2015-07-23 18:04:23 UTC
Size:
987 bytes
patch
obsolete
>From 51eafb32bc8c4e445007af1db5acaa9d5fdc1088 Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Thu, 23 Jul 2015 10:52:43 -0700 >Subject: [PATCH] s3: winbindd: Fix TALLOC_FREE of uninitialized groups > variable. > >Fix created by by: wei zhong <wweyeww@gmail.com> > >Only for 4.2.x and below, master code already fixed. > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > source3/winbindd/winbindd_dual_srv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c >index c19179d..bff310a 100644 >--- a/source3/winbindd/winbindd_dual_srv.c >+++ b/source3/winbindd/winbindd_dual_srv.c >@@ -381,7 +381,7 @@ NTSTATUS _wbint_QueryGroupList(struct pipes_struct *p, > { > struct winbindd_domain *domain = wb_child_domain(); > uint32_t i, num_groups; >- struct wb_acct_info *groups; >+ struct wb_acct_info *groups = NULL; > struct wbint_Principal *result; > NTSTATUS status; > >-- >2.4.3.573.g4eafbef >
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 10823
:
11282
|
11283