The Samba-Bugzilla – Attachment 4302 Details for
Bug 6397
use of unintialised data in smbtorture
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
acls.patch (text/plain), 559 bytes, created by
Matthias Dieter Wallnöfer
on 2009-06-17 15:53:28 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Matthias Dieter Wallnöfer
Created:
2009-06-17 15:53:28 UTC
Size:
559 bytes
patch
obsolete
>diff --git a/libcli/security/security_descriptor.c b/libcli/security/security_descriptor.c >index 59d82b8..f18a326 100644 >--- a/libcli/security/security_descriptor.c >+++ b/libcli/security/security_descriptor.c >@@ -373,7 +373,7 @@ static struct security_descriptor *security_descriptor_appendv(struct security_d > > while ((sidstr = va_arg(ap, const char *))) { > struct dom_sid *sid; >- struct security_ace *ace = talloc(sd, struct security_ace); >+ struct security_ace *ace = talloc_zero(sd, struct security_ace); > NTSTATUS status; > > if (ace == NULL) {
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 6397
: 4302