Reece Dunn : secur32: Fix the ntlm tests crashing on Vista.

Alexandre Julliard julliard at winehq.org
Fri Aug 1 05:34:00 CDT 2008


Module: wine
Branch: master
Commit: e413bbeea2664bdc15c1055aa8d42c4caeaa6ab4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e413bbeea2664bdc15c1055aa8d42c4caeaa6ab4

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Wed Jul 30 21:36:25 2008 +0100

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.




More information about the wine-cvs mailing list