Actions
Bug #10612
closedllc1: NULL pointer errors
Start date:
2019-03-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Build error with NULL pointer:
../../common/io/llc1.c: In function 'llc1_inforeq': ../../common/io/llc1.c:1294:24: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] dlp->dl_addr_offset = NULL; ^ cc1: all warnings being treated as errors
Updated by Electric Monk about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit f19498e319015f647b7092df33c9f6a4e2b606ec
commit f19498e319015f647b7092df33c9f6a4e2b606ec Author: Toomas Soome <tsoome@me.com> Date: 2019-03-31T19:03:23.000Z 10612 llc1: NULL pointer errors Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions