Commit 9196337e authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

rpcrt4: Clear a hole in the ps1 structure in test_simple_struct.

parent c82ffcec
......@@ -896,6 +896,9 @@ static void test_simple_struct(void)
test_pointer_marshal(fmtstr_simple_struct, &s1, 24, wiredata, 28, NULL, 0, "struct");
}
/* zero the entire structure, including the hole */
memset(&ps1, 0, sizeof(&ps1));
/* FC_PSTRUCT */
ps1.l1 = 0xdeadbeef;
l = 0xcafebabe;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment