Task #3354 - fixed.err

back to task #3354
download
Error: GCC_ANALYZER_WARNING (CWE-401):
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c: scope_hint: In function ‘menu_set_title’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:954:1: warning[-Wanalyzer-malloc-leak]: leak of ‘str’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:68: included_from: Included from here.
util-linux-2.41.devel-build/util-linux-2.41.devel/include/debug.h:109:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:274:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’
util-linux-2.41.devel-build/util-linux-2.41.devel/include/debug.h:109:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:274:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’
util-linux-2.41.devel-build/util-linux-2.41.devel/include/c.h:22: included_from: Included from here.
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:60: included_from: Included from here.
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:270:25: note: in expansion of macro ‘__UL_DBG’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:2172:9: note: in expansion of macro ‘DBG’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:64: included_from: Included from here.
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:270:25: note: in expansion of macro ‘__UL_DBG’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:906:9: note: in expansion of macro ‘DBG’
#  952|   	}
#  953|   	m->title = str;
#  954|-> }
#  955|   
#  956|   

Error: GCC_ANALYZER_WARNING (CWE-476):
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c: scope_hint: In function ‘ui_create_label’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:2183:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xcalloc(fdisk_get_nlabels(*cf.cxt) + 1, 32) + i * 32’
util-linux-2.41.devel-build/util-linux-2.41.devel/include/debug.h:109:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:274:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’
util-linux-2.41.devel-build/util-linux-2.41.devel/include/debug.h:109:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:274:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:270:25: note: in expansion of macro ‘__UL_DBG’
util-linux-2.41.devel-build/util-linux-2.41.devel/disk-utils/cfdisk.c:2172:9: note: in expansion of macro ‘DBG’
# 2181|   		    fdisk_label_get_type(lb) == FDISK_DISKLABEL_BSD)
# 2182|   			continue;
# 2183|-> 		cm[i++].name = fdisk_label_get_name(lb);
# 2184|   	}
# 2185|