Task #118740 - fixed.err
back to task #118740download
Error: GCC_ANALYZER_WARNING (CWE-457): coreutils-9.10/separate/parse-datetime.c:1829:3: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value '*<unknown>' coreutils-9.10/separate/parse-datetime.y:2389:1: enter_function: entry to 'parse_datetime' coreutils-9.10/separate/parse-datetime.y:2394:6: branch_false: following 'false' branch... coreutils-9.10/separate/parse-datetime.y:2396:13: branch_false: ...to here coreutils-9.10/separate/parse-datetime.y:2396:13: call_function: calling 'parse_datetime_body' from 'parse_datetime' # 1827| unconditionally makes the parser a bit smaller, and it avoids a # 1828| GCC warning that YYVAL may be used uninitialized. */ # 1829|-> yyval = yyvsp[1-yylen]; # 1830| # 1831| Error: GCC_ANALYZER_WARNING (CWE-457): coreutils-9.10/single/parse-datetime.c:1829:3: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value '*<unknown>' coreutils-9.10/single/parse-datetime.y:2389:1: enter_function: entry to 'parse_datetime' coreutils-9.10/single/parse-datetime.y:2394:6: branch_false: following 'false' branch... coreutils-9.10/single/parse-datetime.y:2396:13: branch_false: ...to here coreutils-9.10/single/parse-datetime.y:2396:13: call_function: calling 'parse_datetime_body' from 'parse_datetime' # 1827| unconditionally makes the parser a bit smaller, and it avoids a # 1828| GCC warning that YYVAL may be used uninitialized. */ # 1829|-> yyval = yyvsp[1-yylen]; # 1830| # 1831|