Actions
Bug #12556
closedsbusmem: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build error with NULL pointer:
cc1: warnings being treated as errors ../../sun/io/sbusmem.c: In function 'sbmem_attach': ../../sun/io/sbusmem.c:209: error: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast ../../common/sys/sunddi.h:1577: 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 78d71c09ff583b38d95e01afefe0faf5a10b8e36
commit 78d71c09ff583b38d95e01afefe0faf5a10b8e36 Author: Toomas Soome <tsoome@me.com> Date: 2020-05-09T15:21:51.000Z 12556 sbusmem: NULL pointer errors Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions