Project

General

Profile

Actions

Bug #11434

closed

stmsboot: NULL pointer errors

Added by Toomas Soome over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
cmd - userland programs
Start date:
Due date:
% Done:

100%

Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:

Description

Build errors with NULL pointer:

    stmsboot_util.c: In function 'parse_args':
    stmsboot_util.c:414:36: error: comparison between pointer and integer [-Werror]
        if ((strncmp(drvlimit, "fp", 2) == NULL) &&
                                        ^~
    stmsboot_util.c:415:37: error: comparison between pointer and integer [-Werror]
            (strncmp(drvlimit, "mpt", 3) == NULL) &&
                                         ^~
    stmsboot_util.c:416:41: error: comparison between pointer and integer [-Werror]
            (strncmp(drvlimit, "mpt_sas", 7) == NULL) &&
                                             ^~
    stmsboot_util.c:417:38: error: comparison between pointer and integer [-Werror]
            (strncmp(drvlimit, "pmcs", 4) == NULL)) {
                                          ^~
    cc1: all warnings being treated as errors

Actions

Also available in: Atom PDF