Task #123765 - added.err
back to task #123765download
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:2174:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xcalloc(fdisk_get_nlabels(*cf.cxt) + 1, 32) + i * 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:2162:9: note: in expansion of macro ‘DBG’
# 2172| fdisk_label_get_type(lb) == FDISK_DISKLABEL_BSD)
# 2173| continue;
# 2174|-> cm[i++].name = fdisk_label_get_name(lb);
# 2175| }
# 2176|
Error: GCC_ANALYZER_WARNING (CWE-476):
util-linux-2.43.devel/disk-utils/fdformat.c: scope_hint: In function ‘verify_disk’
util-linux-2.43.devel/disk-utils/fdformat.c:129:49: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘xmalloc(track_size)’
util-linux-2.43.devel/disk-utils/fdformat.c:28: included_from: Included from here.
# 127| }
# 128| for (count = 0; count < track_size; count++)
# 129|-> if (data[count] != FD_FILL_BYTE) {
# 130| if (retries_left) {
# 131| format_begin(ctrl);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:83:33: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:83:33: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 81| | '(' expr ')' { $$ = $2; }
# 82| | expr T_AND expr {
# 83|-> $$ = filter_new_expr(fltr, F_EXPR_AND, $1, $3);
# 84| if (!$$) {
# 85| filter_unref_node($1);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:85:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:85:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 83| $$ = filter_new_expr(fltr, F_EXPR_AND, $1, $3);
# 84| if (!$$) {
# 85|-> filter_unref_node($1);
# 86| filter_unref_node($3);
# 87| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:91:33: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:91:33: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 89| }
# 90| | expr T_OR expr {
# 91|-> $$ = filter_new_expr(fltr, F_EXPR_OR, $1, $3);
# 92| if (!$$) {
# 93| filter_unref_node($1);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:93:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:93:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 91| $$ = filter_new_expr(fltr, F_EXPR_OR, $1, $3);
# 92| if (!$$) {
# 93|-> filter_unref_node($1);
# 94| filter_unref_node($3);
# 95| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:106:33: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:106:33: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 104| }
# 105| | expr T_EQ expr {
# 106|-> $$ = filter_new_expr(fltr, F_EXPR_EQ, $1, $3);
# 107| if (!$$) {
# 108| filter_unref_node($1);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:108:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:108:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 106| $$ = filter_new_expr(fltr, F_EXPR_EQ, $1, $3);
# 107| if (!$$) {
# 108|-> filter_unref_node($1);
# 109| filter_unref_node($3);
# 110| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:114:33: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:114:33: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 112| }
# 113| | expr T_NE expr {
# 114|-> $$ = filter_new_expr(fltr, F_EXPR_NE, $1, $3);
# 115| if (!$$) {
# 116| filter_unref_node($1);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:116:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:116:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 114| $$ = filter_new_expr(fltr, F_EXPR_NE, $1, $3);
# 115| if (!$$) {
# 116|-> filter_unref_node($1);
# 117| filter_unref_node($3);
# 118| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:122:33: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:122:33: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 120| }
# 121| | expr T_LE expr {
# 122|-> $$ = filter_new_expr(fltr, F_EXPR_LE, $1, $3);
# 123| if (!$$) {
# 124| filter_unref_node($1);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:124:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:124:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 122| $$ = filter_new_expr(fltr, F_EXPR_LE, $1, $3);
# 123| if (!$$) {
# 124|-> filter_unref_node($1);
# 125| filter_unref_node($3);
# 126| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:130:33: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:130:33: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 128| }
# 129| | expr T_LT expr {
# 130|-> $$ = filter_new_expr(fltr, F_EXPR_LT, $1, $3);
# 131| if (!$$) {
# 132| filter_unref_node($1);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:132:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:132:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 130| $$ = filter_new_expr(fltr, F_EXPR_LT, $1, $3);
# 131| if (!$$) {
# 132|-> filter_unref_node($1);
# 133| filter_unref_node($3);
# 134| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:138:33: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:138:33: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 136| }
# 137| | expr T_GE expr {
# 138|-> $$ = filter_new_expr(fltr, F_EXPR_GE, $1, $3);
# 139| if (!$$) {
# 140| filter_unref_node($1);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:140:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:140:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 138| $$ = filter_new_expr(fltr, F_EXPR_GE, $1, $3);
# 139| if (!$$) {
# 140|-> filter_unref_node($1);
# 141| filter_unref_node($3);
# 142| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:146:33: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:146:33: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 144| }
# 145| | expr T_GT expr {
# 146|-> $$ = filter_new_expr(fltr, F_EXPR_GT, $1, $3);
# 147| if (!$$) {
# 148| filter_unref_node($1);
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:148:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:148:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 146| $$ = filter_new_expr(fltr, F_EXPR_GT, $1, $3);
# 147| if (!$$) {
# 148|-> filter_unref_node($1);
# 149| filter_unref_node($3);
# 150| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:159:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:159:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 157| $$ = filter_new_expr(fltr, F_EXPR_REG, $1, $3);
# 158| if (!$$) {
# 159|-> filter_unref_node($1);
# 160| filter_unref_node($3);
# 161| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-127):
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:170:25: warning[-Wanalyzer-out-of-bounds]: stack-based buffer under-read
util-linux-2.43.devel/libsmartcols/src/filter-parser.c:1358:17: note: in expansion of macro 'YYTRANSLATE'
util-linux-2.43.devel/libsmartcols/src/filter-parser.y:170:25: note: valid subscripts for 'yyvsa' are '[0]' to '[199]'
# 168| $$ = filter_new_expr(fltr, F_EXPR_NREG, $1, $3);
# 169| if (!$$) {
# 170|-> filter_unref_node($1);
# 171| filter_unref_node($3);
# 172| YYERROR;
Error: GCC_ANALYZER_WARNING (CWE-476):
util-linux-2.43.devel/misc-utils/blkid.c: scope_hint: In function ‘main’
util-linux-2.43.devel/misc-utils/blkid.c:886:43: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xcalloc((long unsigned int)(argc - optind), 8) + (long unsigned int)numdev * 8’
util-linux-2.43.devel/misc-utils/blkid.c:49: included_from: Included from here.
util-linux-2.43.devel/misc-utils/blkid.c:18: included_from: Included from here.
# 884| continue;
# 885|
# 886|-> devices[numdev++] = dev;
# 887| }
# 888|