jdk/src/share/native/sun/security/pkcs11/wrapper/p11_sign.c
changeset 3321 fed33393bc52
parent 2180 9994f4f08a59
child 5506 202f599c92aa
--- a/jdk/src/share/native/sun/security/pkcs11/wrapper/p11_sign.c	Wed Jul 22 16:41:14 2009 +0800
+++ b/jdk/src/share/native/sun/security/pkcs11/wrapper/p11_sign.c	Wed Jul 22 17:52:21 2009 -0700
@@ -110,7 +110,7 @@
     CK_BYTE_PTR ckpSignature;
     CK_ULONG ckDataLength;
     CK_ULONG ckSignatureLength = 0;
-    jbyteArray jSignature;
+    jbyteArray jSignature = NULL;
     CK_RV rv;
 
     CK_FUNCTION_LIST_PTR ckpFunctions = getFunctionList(env, obj);