The Samba-Bugzilla – Attachment 12816 Details for
Bug 12501
Fix flakey winbind autobuild
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 4.6
12501-4.6.patch (text/plain), 1.11 KB, created by
Volker Lendecke
on 2017-01-10 14:05:06 UTC
(
hide
)
Description:
Patch for 4.6
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2017-01-10 14:05:06 UTC
Size:
1.11 KB
patch
obsolete
>From 2fee0434d78f56f883087de33f8d16c3d1900ff0 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Tue, 10 Jan 2017 09:48:33 +0100 >Subject: [PATCH] s3:winbindd: talloc_steal the extra_data in > winbindd_list_users_recv() > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12501 > >Pair-Programmed-With: Andreas Schneider <asn@samba.org> > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >Signed-off-by: Andreas Schneider <asn@samba.org> >(cherry picked from commit dde30ab89c276474d19b584c6def6f25ed5cc678) >--- > source3/winbindd/winbindd_list_users.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/winbindd/winbindd_list_users.c b/source3/winbindd/winbindd_list_users.c >index 4a4343e6658..9a751a75c5b 100644 >--- a/source3/winbindd/winbindd_list_users.c >+++ b/source3/winbindd/winbindd_list_users.c >@@ -174,7 +174,7 @@ NTSTATUS winbindd_list_users_recv(struct tevent_req *req, > > len = talloc_get_size(result); > >- response->extra_data.data = result; >+ response->extra_data.data = talloc_steal(response, result); > response->length += len; > response->data.num_entries = 0; > >-- >2.11.0 >
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
Flags:
vl
:
review+
metze
:
review+
Actions:
View
Attachments on
bug 12501
: 12816