Actions
Bug #10796
closedpcplusmp: NULL pointer errors
Start date:
2019-04-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
NULL pointer errors:
../../i86pc/io/mp_platform_misc.c: In function 'apic_init_common': ../../i86pc/io/mp_platform_misc.c:244:11: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] *iptr++ = 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 c91bd91c0a8eda47d54422d3c3bf96241e43b582
commit c91bd91c0a8eda47d54422d3c3bf96241e43b582 Author: Toomas Soome <tsoome@me.com> Date: 2019-04-19T19:27:13.000Z 10796 pcplusmp: NULL pointer errors Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Dan McDonald <danmcd@joyent.com>
Actions