Actions
Bug #11321
closedeeprom: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Build errors with NULL pointer:
benv.c: In function 'add_comm': benv.c:363:11: error: assignment makes integer from pointer without a cast [-Werror=int-conversion] *(p - 1) = 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 619456cb54d66ca9736dc29a93b6bb375f41db14
commit 619456cb54d66ca9736dc29a93b6bb375f41db14 Author: Toomas Soome <tsoome@me.com> Date: 2019-07-06T14:39:58.000Z 11321 eeprom: NULL pointer errors Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions