| commit | b77ba1babf147d50c7b50f064838e4a70032ad01 | [log] [tgz] |
|---|---|---|
| author | Huw Davies <huw@codeweavers.com> | Wed Aug 20 14:32:09 2008 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 21 11:36:09 2008 +0200 |
| tree | 7ece905af9faf87f6c7177e28612f60018895cef | |
| parent | 3b306c8d6eb216fd5a142b5618bf5407301436ec [diff] |
crypt32: Initialize the size to zero.
diff --git a/dlls/crypt32/serialize.c b/dlls/crypt32/serialize.c index f55302d..32a9ca0 100644 --- a/dlls/crypt32/serialize.c +++ b/dlls/crypt32/serialize.c
@@ -798,7 +798,7 @@ DWORD dwMsgAndCertEncodingType, void *handle) { CERT_BLOB *blob = (CERT_BLOB *)handle; - DWORD size; + DWORD size = 0; BOOL ret; ret = CRYPT_WriteSerializedStoreToStream(store, CRYPT_CountSerializedBytes,