Task #119232 - added.err
back to task #119232download
Error: GCC_ANALYZER_WARNING (CWE-476):
mdadm-4.6/bitmap.c:222:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘st’
mdadm-4.6/bitmap.c:244:5: enter_function: entry to ‘ExamineBitmap’
mdadm-4.6/bitmap.c:258:14: call_function: calling ‘bitmap_file_open’ from ‘ExamineBitmap’
# 220| }
# 221|
# 222|-> if (st->ss->locate_bitmap(st, fd, node_num)) {
# 223| pr_err("%s doesn't have bitmap\n", filename);
# 224| close(fd);