Task #108678 - fixed.err
back to task #108678download
Error: GCC_ANALYZER_WARNING (CWE-476): util-linux-2.43.devel/disk-utils/cfdisk.c: scope_hint: In function ‘ui_create_label’ util-linux-2.43.devel/disk-utils/cfdisk.c:2181:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xcalloc(fdisk_get_nlabels(*cf.cxt) + 1, 32)’ util-linux-2.43.devel/include/debug.h:118:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’ util-linux-2.43.devel/disk-utils/cfdisk.c:270:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’ util-linux-2.43.devel/include/debug.h:118:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’ util-linux-2.43.devel/disk-utils/cfdisk.c:270:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’ util-linux-2.43.devel/include/debug.h:82:9: note: in expansion of macro ‘__UL_DBG_CALL’ util-linux-2.43.devel/include/debug.h:88:9: note: in expansion of macro ‘__UL_DBG_OBJ’ util-linux-2.43.devel/disk-utils/cfdisk.c:266:25: note: in expansion of macro ‘__UL_DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:2169:9: note: in expansion of macro ‘DBG’ # 2179| fdisk_label_get_type(lb) == FDISK_DISKLABEL_BSD) # 2180| continue; # 2181|-> cm[i++].name = fdisk_label_get_name(lb); # 2182| } # 2183|