diff options
| author | Gary Lin <glin@suse.com> | 2016-07-21 12:32:45 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2016-09-06 15:05:36 -0400 |
| commit | 04d581c303064d1c2d0dc6ff1bb30c7399a72f16 (patch) | |
| tree | d330326c629f3cc17f0a9d3ae2343fc5838f4980 | |
| parent | 8dcfecc6c76effa8afe0d4b6eca95023d51f1e03 (diff) | |
| download | efi-boot-shim-04d581c303064d1c2d0dc6ff1bb30c7399a72f16.tar.gz efi-boot-shim-04d581c303064d1c2d0dc6ff1bb30c7399a72f16.zip | |
Update the CryptLib
Update to the edk2 commit 8ff7187cfd998d2b6db43075a4a7908281b6da00
Signed-off-by: Gary Lin <glin@suse.com>
| -rw-r--r-- | Cryptlib/Pk/CryptPkcs7Verify.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cryptlib/Pk/CryptPkcs7Verify.c b/Cryptlib/Pk/CryptPkcs7Verify.c index 559610d7..efa3796a 100644 --- a/Cryptlib/Pk/CryptPkcs7Verify.c +++ b/Cryptlib/Pk/CryptPkcs7Verify.c @@ -10,7 +10,7 @@ WrapPkcs7Data(), Pkcs7GetSigners(), Pkcs7Verify() will get UEFI Authenticated
Variable and will do basic check for data structure.
-Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -489,6 +489,8 @@ Pkcs7GetCertificatesList ( OldBuf = NULL;
Signers = NULL;
+ ZeroMem (&CertCtx, sizeof (CertCtx));
+
//
// Parameter Checking
//
|
