Actions
Bug #12567
closedfd: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build errors with NULL pointer:
../../sun/io/fd.c: In function 'release_sb_dma': ../../sun/io/fd.c:6556: error: passing argument 3 of 'ddi_put8' makes integer from pointer without a cast ../../common/sys/sunddi.h:1916: note: expected 'uint8_t' 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 52c783061613842808f641364c51ebe598b482d4
commit 52c783061613842808f641364c51ebe598b482d4 Author: Toomas Soome <tsoome@me.com> Date: 2020-04-27T16:37:05.000Z 12567 fd: NULL pointer errors Reviewed by: Yuri Pankov <ypankov@fastmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions