The Samba-Bugzilla – Attachment 14065 Details for
Bug 13350
Valgrind error in winbindd namemap_cache_set_sid2name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for master
0001-s3-lib-Fix-probably-a-copy-paste-error-in-namemap_ca.patch (text/plain), 917 bytes, created by
Andrew Bartlett
on 2018-03-22 01:18:10 UTC
(
hide
)
Description:
patch for master
Filename:
MIME Type:
Creator:
Andrew Bartlett
Created:
2018-03-22 01:18:10 UTC
Size:
917 bytes
patch
obsolete
>From ec9cf2e93641ef752be662d4cc9d422d0472821c Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Wed, 21 Mar 2018 20:25:09 +0100 >Subject: [PATCH] s3:lib: Fix probably a copy&paste error in > namemap_cache_set_sid2name() > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13350 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Andrew Bartlett <abartlet@samba.org> >--- > source3/lib/namemap_cache.c | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/source3/lib/namemap_cache.c b/source3/lib/namemap_cache.c >index 0d6ed32abc5..38f7a2ddc88 100644 >--- a/source3/lib/namemap_cache.c >+++ b/source3/lib/namemap_cache.c >@@ -53,7 +53,6 @@ bool namemap_cache_set_sid2name(const struct dom_sid *sid, > } > > snprintf(typebuf, sizeof(typebuf), "%d", (int)type); >- snprintf(keybuf, sizeof(keybuf), "SID2NAME/%s", sidbuf); > > ret = strv_add(talloc_tos(), &val, domain); > if (ret != 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
Actions:
View
Attachments on
bug 13350
: 14065