Actions
Bug #10719
closedeibnx: NULL pointer errors
Start date:
2019-04-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
NULL pointer errors:
../../common/io/ib/clients/eoib/enx_misc.c: In function 'eibnx_make_nodename': ../../common/io/ib/clients/eoib/enx_misc.c:619:24: error: comparison between pointer and integer [-Werror] if (info->ti_ident[0] == NULL) ^~ cc1: all warnings being treated as errors
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit dd26c2a4ed479de9278176640c3799952ea71ae2
commit dd26c2a4ed479de9278176640c3799952ea71ae2 Author: Toomas Soome <tsoome@me.com> Date: 2019-04-22T20:05:31.000Z 10719 eibnx: NULL pointer errors Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions