Actions
Bug #11154
closedpkcs11_tpm: NULL pointer errors
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