mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-03 16:19:01 -04:00
[misc] fix VS2017 code analysis warnings
* Also set rufus-next to 2.18
This commit is contained in:
parent
44c9cb0b82
commit
13ba3e75b3
8 changed files with 34 additions and 34 deletions
|
@ -258,7 +258,7 @@ out:
|
|||
static uint64_t GetRFC3161TimeStamp(PCMSG_SIGNER_INFO pSignerInfo)
|
||||
{
|
||||
BOOL r, found = FALSE;
|
||||
DWORD n, dwSize;
|
||||
DWORD n, dwSize = 0;
|
||||
PCRYPT_CONTENT_INFO pCounterSignerInfo = NULL;
|
||||
uint64_t ts = 0ULL;
|
||||
uint8_t *timestamp_token;
|
||||
|
@ -318,7 +318,7 @@ static uint64_t GetRFC3161TimeStamp(PCMSG_SIGNER_INFO pSignerInfo)
|
|||
static uint64_t GetNestedRFC3161TimeStamp(PCMSG_SIGNER_INFO pSignerInfo)
|
||||
{
|
||||
BOOL r, found = FALSE;
|
||||
DWORD n, dwSize;
|
||||
DWORD n, dwSize = 0;
|
||||
PCRYPT_CONTENT_INFO pNestedSignature = NULL;
|
||||
PCMSG_SIGNER_INFO pNestedSignerInfo = NULL;
|
||||
HCRYPTMSG hMsg = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue