git.samba.org
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
r4308: [out,ref] pointer needs to set (don't corrupt the stack and segfault)
[samba.git]
/
source4
/
torture
/
rpc
/
lsa.c
diff --git
a/source4/torture/rpc/lsa.c
b/source4/torture/rpc/lsa.c
index 9fe6541dabc4e7a2a878ac75aeea3e27ccd431f0..fd672699772eb7ac66356eb58359efe99f696208 100644
(file)
--- a/
source4/torture/rpc/lsa.c
+++ b/
source4/torture/rpc/lsa.c
@@
-324,9
+324,11
@@
static BOOL test_LookupPrivValue(struct dcerpc_pipe *p,
{
NTSTATUS status;
struct lsa_LookupPrivValue r;
+ struct lsa_LUID luid;
r.in.handle = handle;
r.in.name = name;
+ r.out.luid = &luid;
status = dcerpc_lsa_LookupPrivValue(p, mem_ctx, &r);
if (!NT_STATUS_IS_OK(status)) {