The Samba-Bugzilla – Attachment 11782 Details for
Bug 11682
smbcacl may print numeric ACLs without the -n parameter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for 4.3.next and 4.2.next
smbcacls-numeric-43.patch (text/plain), 1.21 KB, created by
Uri Simchoni
on 2016-01-20 12:53:13 UTC
(
hide
)
Description:
git-am fix for 4.3.next and 4.2.next
Filename:
MIME Type:
Creator:
Uri Simchoni
Created:
2016-01-20 12:53:13 UTC
Size:
1.21 KB
patch
obsolete
>From 1095ac839019b0dd861b9a86541586955f835a87 Mon Sep 17 00:00:00 2001 >From: Uri Simchoni <uri@samba.org> >Date: Wed, 20 Jan 2016 09:34:26 +0200 >Subject: [PATCH] smbcacls: fix uninitialized variable >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >An uninitialized variable causes "numeric" mode to be >used without the -n option. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=11682 > >Signed-off-by: Uri Simchoni <uri@samba.org> >Reviewed-by: Ralph Boehme <slow@samba.org> > >Autobuild-User(master): Ralph Böhme <slow@samba.org> >Autobuild-Date(master): Wed Jan 20 12:12:12 CET 2016 on sn-devel-144 > >(cherry picked from commit 6cff00954763a7b266db5bab229b989e89abcee0) >--- > source3/utils/smbcacls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c >index 2596069..d50219c 100644 >--- a/source3/utils/smbcacls.c >+++ b/source3/utils/smbcacls.c >@@ -791,7 +791,7 @@ int main(int argc, char *argv[]) > poptContext pc; > /* numeric is set when the user wants numeric SIDs and ACEs rather > than going via LSA calls to resolve them */ >- int numeric; >+ int numeric = 0; > > struct poptOption long_options[] = { > POPT_AUTOHELP >-- >2.4.3 >
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:
slow
:
review+
Actions:
View
Attachments on
bug 11682
: 11782