[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Nov 12 19:21:03 UTC 2018


The branch, master has been updated
       via  751c0cc7c44 winbindd: Fix crash when taking profiles
      from  c10d70c43c9 pam_winbind: Set the request type as client name

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 751c0cc7c4482b0546329b9aac49e76b529f0302
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Nov 12 16:21:55 2018 +0100

    winbindd: Fix crash when taking profiles
    
    Bug: https://bugzilla.samba.org/show_bug.cgi?id=13629
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Björn Baumbach <bbaumbach at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Mon Nov 12 20:20:52 CET 2018 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 86c3cd95244..d2c005bc8ff 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -1065,7 +1065,8 @@ static void winbind_client_processed(struct tevent_req *req)
 		DBG_ERR("request took %u.%.6u seconds\n",
 			(unsigned)diff.tv_sec, (unsigned)diff.tv_usec);
 
-		str = tevent_req_profile_string(profile, talloc_tos(), 0, depth);
+		str = tevent_req_profile_string(
+			talloc_tos(), profile, 0, depth);
 		if (str != NULL) {
 			/* No "\n", already contained in "str" */
 			DEBUGADD(0, ("%s", str));


-- 
Samba Shared Repository



More information about the samba-cvs mailing list