Actions
Bug #10800
closedevtchn: NULL pointer errors
Start date:
2019-04-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
NULL pointer errors:
In file included from ../../common/sys/param.h:48:0, from ../../common/sys/t_lock.h:38, from ../../common/sys/signal.h:249, from ../../common/sys/procset.h:40, from ../../common/sys/processor.h:38, from ../../intel/sys/hypervisor.h:71, from ../../common/xen/io/evtchn_dev.c:60: ../../common/xen/io/evtchn_dev.c: In function 'evtchndrv_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/xen/io/evtchn_dev.c:623:18: note: in expansion of macro 'NULL' DDI_PSEUDO, NULL); ^~~~ In file included from ../../i86pc/sys/smp_impldefs.h:31:0, from ../../common/xen/io/evtchn_dev.c:67: ../../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 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit dba471f4100e039b518abed314526d822234f8cc
commit dba471f4100e039b518abed314526d822234f8cc Author: Toomas Soome <tsoome@me.com> Date: 2019-04-22T05:26:51.000Z 10800 evtchn: NULL pointer errors Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions