Actions
Bug #12610
closedrmcadm: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build errors on SPARC with NULL pointer:
../../sun4u/io/rmcadm.c: In function 'rmcadm_attach': ../../sun4u/io/rmcadm.c:236: error: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast ../../common/sys/sunddi.h:1571: note: expected 'int' but argument is of type 'void *'
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 725953abcc30bcf6f15d7b8a313ab0749275d95f
commit 725953abcc30bcf6f15d7b8a313ab0749275d95f Author: Toomas Soome <tsoome@me.com> Date: 2020-05-11T18:03:51.000Z 12610 rmcadm: NULL pointer errors Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions