The Samba-Bugzilla – Attachment 12563 Details for
Bug 12373
Micro-Clone in libcli/security/sddl.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for likely solution
0001-libcli-Remove-code-clone.patch (text/plain), 1.04 KB, created by
Moritz Beller
on 2016-10-11 13:53:45 UTC
(
hide
)
Description:
Patch for likely solution
Filename:
MIME Type:
Creator:
Moritz Beller
Created:
2016-10-11 13:53:45 UTC
Size:
1.04 KB
patch
obsolete
>From 3b04827287e9e648db30c17251ac9eb88f802fc3 Mon Sep 17 00:00:00 2001 >From: Moritz Beller <moritzbeller@gmx.de> >Date: Tue, 11 Oct 2016 15:39:55 +0200 >Subject: [PATCH] libcli: Remove code clone > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12373 >Signed-off-by: Moritz Beller <moritzbeller@gmx.de> >--- > libcli/security/sddl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/libcli/security/sddl.c b/libcli/security/sddl.c >index 47e5934..9a5a250 100644 >--- a/libcli/security/sddl.c >+++ b/libcli/security/sddl.c >@@ -529,7 +529,7 @@ static char *sddl_encode_ace(TALLOC_CTX *mem_ctx, const struct security_ace *ace > if (ace->type == SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT || > ace->type == SEC_ACE_TYPE_ACCESS_DENIED_OBJECT || > ace->type == SEC_ACE_TYPE_SYSTEM_AUDIT_OBJECT || >- ace->type == SEC_ACE_TYPE_SYSTEM_AUDIT_OBJECT) { >+ ace->type == SEC_ACE_TYPE_SYSTEM_ALARM_OBJECT) { > if (ace->object.object.flags & SEC_ACE_OBJECT_TYPE_PRESENT) { > sddl_object = GUID_string( > tmp_ctx, &ace->object.object.type.type); >-- >2.7.4 >
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 12373
: 12563