Actions
Bug #10707
closedtclient: NULL pointer errors
Start date:
2019-04-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
NULL pointer errors:
In file included from ../../common/sys/param.h:48:0, from ../../common/io/tclient.c:31: ../../common/io/tclient.c: In function 'tcli_attach': ../../common/sys/null.h:32:14: error: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast [-Werror=int-conversion] #define NULL ((void *)0) ^ ../../common/io/tclient.c:169:45: note: in expansion of macro 'NULL' (INST_TO_MINOR(instance)), DDI_PSEUDO, NULL); ^~~~ In file included from ../../common/io/tclient.c:42:0: ../../common/sys/sunddi.h:1564:1: note: expected 'int' but argument is of type 'void *' ddi_create_minor_node(dev_info_t *dip, char *name, int spec_type, ^~~~~~~~~~~~~~~~~~~~~ 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 a76903e2dbae880f33aa6440903bb4d29ecd3f52
commit a76903e2dbae880f33aa6440903bb4d29ecd3f52 Author: Toomas Soome <tsoome@me.com> Date: 2019-04-18T05:21:11.000Z 10707 tclient: NULL pointer errors Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions