Project

General

Profile

Actions

Bug #11154

closed

pkcs11_tpm: NULL pointer errors

Added by Toomas Soome almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
lib - userland libraries
Start date:
Due date:
% Done:

100%

Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:

Description

NULL pointer errors:

    ../common/new_host.c: In function 'SC_SeedRandom':
    ../common/new_host.c:2320:33: error: comparison between pointer and integer [-Werror]
      if (pSeed == NULL || ulSeedLen == NULL)
                                     ^~

    ../common/tpm_specific.c: In function 'token_rsa_load_key':
    ../common/tpm_specific.c:2278:9: error: assignment makes integer from pointer without a cast [-Werror=int-conversion]
      *phKey = NULL;
             ^
    ../common/tpm_specific.c:2309:14: error: comparison between pointer and integer [-Werror]
       if (*phKey != NULL) {
                  ^~
    cc1: all warnings being treated as errors

Actions

Also available in: Atom PDF