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
Updated by Electric Monk about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 66feb664522a4aab90b9adec2e8c408b6da7ee17
commit 66feb664522a4aab90b9adec2e8c408b6da7ee17 Author: Toomas Soome <tsoome@me.com> Date: 2019-04-19T21:06:31.000Z 10730 dprov: NULL pointer errors Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions