From 80ed91ef39891efc683722c8923a94b196640054 Mon Sep 17 00:00:00 2001 From: Reece Dunn Date: Wed, 30 Jul 2008 21:36:25 +0100 Subject: [PATCH] secur32: fix the ntlm tests crashing on Vista. --- dlls/secur32/tests/ntlm.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/secur32/tests/ntlm.c b/dlls/secur32/tests/ntlm.c index b1f6c3f..4667ef0 100644 --- a/dlls/secur32/tests/ntlm.c +++ b/dlls/secur32/tests/ntlm.c @@ -927,6 +927,8 @@ static void testSignSeal(void) workgroup[] = "WORKGROUP", test_pass[] = "testpass"; + complex_data[1].pvBuffer = complex_data[3].pvBuffer = NULL; + /**************************************************************** * This is basically the same as in testAuth with a fake server, * as we need a valid, authenticated context. -- 1.5.6.1.1071.g76fb