Actions
Bug #10730
closeddprov: NULL pointer errors
Start date:
2019-04-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
NULL pointer errors:
../../common/crypto/io/dprov.c: In function 'dprov_attach': ../../common/crypto/io/dprov.c:1782:24: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] softc->ds_prov_handle = NULL; ^ ../../common/crypto/io/dprov.c: In function 'dprov_detach': ../../common/crypto/io/dprov.c:1879:28: error: comparison between pointer and integer [-Werror] if (softc->ds_prov_handle != NULL) ^~ cc1: all warnings being treated as errors
Actions