readline-8.2-11.fc42
List of Findings
Error: SHELLCHECK_WARNING (CWE-563): [#def1]
/usr/share/doc/readline-devel/rlfe/configure:21:3: warning[SC2034]: NULLCMD appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-398): [#def2]
/usr/share/doc/readline-devel/rlfe/configure:24:12: error[SC2142]: Aliases can't use positional parameters. Use a function.
Error: SHELLCHECK_WARNING: [#def3]
/usr/share/doc/readline-devel/rlfe/configure:29:12: warning[SC3040]: In POSIX sh, set option posix is undefined.
Error: SHELLCHECK_WARNING: [#def4]
/usr/share/doc/readline-devel/rlfe/configure:53:29: warning[SC3037]: In POSIX sh, echo flags are undefined.
Error: SHELLCHECK_WARNING (CWE-569): [#def5]
/usr/share/doc/readline-devel/rlfe/configure:57:18: warning[SC2089]: Quotes/backslashes will be treated literally. Rewrite using set/"$@" or functions.
Error: SHELLCHECK_WARNING (CWE-569): [#def6]
/usr/share/doc/readline-devel/rlfe/configure:58:20: warning[SC2089]: Quotes/backslashes will be treated literally. Rewrite using set/"$@" or functions.
Error: SHELLCHECK_WARNING (CWE-569): [#def7]
/usr/share/doc/readline-devel/rlfe/configure:67:12: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-569): [#def8]
/usr/share/doc/readline-devel/rlfe/configure:70:10: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-563): [#def9]
/usr/share/doc/readline-devel/rlfe/configure:78:24: warning[SC2034]: FPATH appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-569): [#def10]
/usr/share/doc/readline-devel/rlfe/configure:121:17: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def11]
/usr/share/doc/readline-devel/rlfe/configure:121:29: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-563): [#def12]
/usr/share/doc/readline-devel/rlfe/configure:251:1: warning[SC2034]: CLICOLOR_FORCE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-480): [#def13]
/usr/share/doc/readline-devel/rlfe/configure:251:16: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-563): [#def14]
/usr/share/doc/readline-devel/rlfe/configure:251:17: warning[SC2034]: GREP_OPTIONS appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def15]
/usr/share/doc/readline-devel/rlfe/configure:264:1: warning[SC2034]: as_unset appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-456): [#def16]
/usr/share/doc/readline-devel/rlfe/configure:385:3: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING (CWE-456): [#def17]
/usr/share/doc/readline-devel/rlfe/configure:391:3: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING (CWE-456): [#def18]
/usr/share/doc/readline-devel/rlfe/configure:397:3: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING (CWE-563): [#def19]
/usr/share/doc/readline-devel/rlfe/configure:429:3: warning[SC2034]: as_lineno_1 appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def20]
/usr/share/doc/readline-devel/rlfe/configure:429:23: warning[SC2034]: as_lineno_1a appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def21]
/usr/share/doc/readline-devel/rlfe/configure:430:3: warning[SC2034]: as_lineno_2 appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def22]
/usr/share/doc/readline-devel/rlfe/configure:430:23: warning[SC2034]: as_lineno_2a appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def23]
/usr/share/doc/readline-devel/rlfe/configure:431:29: warning[SC2154]: as_run is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-480): [#def24]
/usr/share/doc/readline-devel/rlfe/configure:460:8: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-480): [#def25]
/usr/share/doc/readline-devel/rlfe/configure:460:16: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING: [#def26]
/usr/share/doc/readline-devel/rlfe/configure:461:12: warning[SC3037]: In POSIX sh, echo flags are undefined.
Error: SHELLCHECK_WARNING (CWE-563): [#def27]
/usr/share/doc/readline-devel/rlfe/configure:465:8: warning[SC2034]: ECHO_C appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def28]
/usr/share/doc/readline-devel/rlfe/configure:466:13: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def29]
/usr/share/doc/readline-devel/rlfe/configure:467:8: warning[SC2034]: ECHO_T appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def30]
/usr/share/doc/readline-devel/rlfe/configure:470:3: warning[SC2034]: ECHO_N appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-456): [#def31]
/usr/share/doc/readline-devel/rlfe/configure:490:5: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING (CWE-563): [#def32]
/usr/share/doc/readline-devel/rlfe/configure:495:3: warning[SC2034]: as_ln_s appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-697): [#def33]
/usr/share/doc/readline-devel/rlfe/configure:507:14: warning[SC2065]: This is interpreted as a shell file redirection, not a comparison.
Error: SHELLCHECK_WARNING (CWE-569): [#def34]
/usr/share/doc/readline-devel/rlfe/configure:516:17: warning[SC2089]: Quotes/backslashes will be treated literally. Rewrite using set/"$@" or functions.
Error: SHELLCHECK_WARNING (CWE-563): [#def35]
/usr/share/doc/readline-devel/rlfe/configure:528:1: warning[SC2034]: as_executable_p appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-569): [#def36]
/usr/share/doc/readline-devel/rlfe/configure:531:12: warning[SC2089]: Quotes/backslashes will be treated literally. Rewrite using set/"$@" or functions.
Error: SHELLCHECK_WARNING (CWE-569): [#def37]
/usr/share/doc/readline-devel/rlfe/configure:534:11: warning[SC2089]: Quotes/backslashes will be treated literally. Rewrite using set/"$@" or functions.
Error: SHELLCHECK_WARNING (CWE-563): [#def38]
/usr/share/doc/readline-devel/rlfe/configure:543:1: warning[SC2034]: ac_hostname appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def39]
/usr/share/doc/readline-devel/rlfe/configure:550:1: warning[SC2034]: ac_config_libobj_dir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def40]
/usr/share/doc/readline-devel/rlfe/configure:553:1: warning[SC2034]: subdirs appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def41]
/usr/share/doc/readline-devel/rlfe/configure:554:1: warning[SC2034]: MFLAGS appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def42]
/usr/share/doc/readline-devel/rlfe/configure:555:1: warning[SC2034]: MAKEFLAGS appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def43]
/usr/share/doc/readline-devel/rlfe/configure:747:5: warning[SC2034]: bindir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def44]
/usr/share/doc/readline-devel/rlfe/configure:800:5: warning[SC2034]: dvidir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def45]
/usr/share/doc/readline-devel/rlfe/configure:829:5: warning[SC2034]: with_gas appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def46]
/usr/share/doc/readline-devel/rlfe/configure:847:5: warning[SC2034]: htmldir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def47]
/usr/share/doc/readline-devel/rlfe/configure:854:5: warning[SC2034]: includedir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def48]
/usr/share/doc/readline-devel/rlfe/configure:864:5: warning[SC2034]: libdir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def49]
/usr/share/doc/readline-devel/rlfe/configure:871:5: warning[SC2034]: libexecdir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def50]
/usr/share/doc/readline-devel/rlfe/configure:883:5: warning[SC2034]: localstatedir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def51]
/usr/share/doc/readline-devel/rlfe/configure:892:5: warning[SC2034]: with_fp appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def52]
/usr/share/doc/readline-devel/rlfe/configure:900:5: warning[SC2034]: no_recursion appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def53]
/usr/share/doc/readline-devel/rlfe/configure:909:5: warning[SC2034]: oldincludedir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def54]
/usr/share/doc/readline-devel/rlfe/configure:921:5: warning[SC2034]: program_prefix appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def55]
/usr/share/doc/readline-devel/rlfe/configure:928:5: warning[SC2034]: program_suffix appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def56]
/usr/share/doc/readline-devel/rlfe/configure:945:5: warning[SC2034]: program_transform_name appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def57]
/usr/share/doc/readline-devel/rlfe/configure:950:5: warning[SC2034]: pdfdir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def58]
/usr/share/doc/readline-devel/rlfe/configure:955:5: warning[SC2034]: psdir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def59]
/usr/share/doc/readline-devel/rlfe/configure:965:5: warning[SC2034]: sbindir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def60]
/usr/share/doc/readline-devel/rlfe/configure:976:5: warning[SC2034]: sharedstatedir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def61]
/usr/share/doc/readline-devel/rlfe/configure:981:5: warning[SC2034]: site appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def62]
/usr/share/doc/readline-devel/rlfe/configure:993:5: warning[SC2034]: sysconfdir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def63]
/usr/share/doc/readline-devel/rlfe/configure:1001:5: warning[SC2034]: verbose appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def64]
/usr/share/doc/readline-devel/rlfe/configure:1040:5: warning[SC2034]: with_x appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def65]
/usr/share/doc/readline-devel/rlfe/configure:1047:5: warning[SC2034]: x_includes appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def66]
/usr/share/doc/readline-devel/rlfe/configure:1054:5: warning[SC2034]: x_libraries appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-398): [#def67]
/usr/share/doc/readline-devel/rlfe/configure:1068:12: warning[SC2163]: This does not export 'ac_envvar'. Remove $/${} for that, or use ${var?} to quiet.
Error: SHELLCHECK_WARNING (CWE-457): [#def68]
/usr/share/doc/readline-devel/rlfe/configure:1087:8: warning[SC2154]: enable_option_checking is referenced but not assigned.
Error: SHELLCHECK_WARNING: [#def69]
/usr/share/doc/readline-devel/rlfe/configure:1089:24: warning[SC2319]: This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING (CWE-563): [#def70]
/usr/share/doc/readline-devel/rlfe/configure:1118:1: warning[SC2034]: build appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def71]
/usr/share/doc/readline-devel/rlfe/configure:1119:1: warning[SC2034]: host appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def72]
/usr/share/doc/readline-devel/rlfe/configure:1120:1: warning[SC2034]: target appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING: [#def73]
/usr/share/doc/readline-devel/rlfe/configure:1144:15: warning[SC2319]: This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING (CWE-569): [#def74]
/usr/share/doc/readline-devel/rlfe/configure:1200:31: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def75]
/usr/share/doc/readline-devel/rlfe/configure:1200:45: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def76]
/usr/share/doc/readline-devel/rlfe/configure:1202:34: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def77]
/usr/share/doc/readline-devel/rlfe/configure:1202:48: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-457): [#def78]
/usr/share/doc/readline-devel/rlfe/configure:1302:19: warning[SC2154]: ac_subdirs_all is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-563): [#def79]
/usr/share/doc/readline-devel/rlfe/configure:1306:5: warning[SC2034]: ac_builddir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-480): [#def80]
/usr/share/doc/readline-devel/rlfe/configure:1309:18: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-563): [#def81]
/usr/share/doc/readline-devel/rlfe/configure:1319:1: warning[SC2034]: ac_abs_top_builddir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def82]
/usr/share/doc/readline-devel/rlfe/configure:1320:1: warning[SC2034]: ac_abs_builddir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def83]
/usr/share/doc/readline-devel/rlfe/configure:1322:1: warning[SC2034]: ac_top_builddir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def84]
/usr/share/doc/readline-devel/rlfe/configure:1335:5: warning[SC2034]: ac_top_srcdir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def85]
/usr/share/doc/readline-devel/rlfe/configure:1338:1: warning[SC2034]: ac_abs_srcdir appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-569): [#def86]
/usr/share/doc/readline-devel/rlfe/configure:1474:3: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-569): [#def87]
/usr/share/doc/readline-devel/rlfe/configure:1543:11: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def88]
/usr/share/doc/readline-devel/rlfe/configure:1543:16: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def89]
/usr/share/doc/readline-devel/rlfe/configure:1610:13: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def90]
/usr/share/doc/readline-devel/rlfe/configure:1610:18: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def91]
/usr/share/doc/readline-devel/rlfe/configure:1613:11: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def92]
/usr/share/doc/readline-devel/rlfe/configure:1613:16: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def93]
/usr/share/doc/readline-devel/rlfe/configure:1676:11: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def94]
/usr/share/doc/readline-devel/rlfe/configure:1676:16: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def95]
/usr/share/doc/readline-devel/rlfe/configure:1698:11: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def96]
/usr/share/doc/readline-devel/rlfe/configure:1698:16: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-457): [#def97]
/usr/share/doc/readline-devel/rlfe/configure:1829:6: warning[SC2154]: exit_status is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-569): [#def98]
/usr/share/doc/readline-devel/rlfe/configure:2000:3: warning[SC2188]: This redirection doesn't have a command. Move to its command (or use 'true' as no-op).
Error: SHELLCHECK_WARNING (CWE-457): [#def99]
/usr/share/doc/readline-devel/rlfe/configure:2011:8: warning[SC2154]: ac_old_set is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def100]
/usr/share/doc/readline-devel/rlfe/configure:2011:20: warning[SC2154]: ac_new_set is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def101]
/usr/share/doc/readline-devel/rlfe/configure:2013:79: warning[SC2154]: ac_old_val is referenced but not assigned (did you mean 'ac_old_val_w'?).
Error: SHELLCHECK_WARNING (CWE-457): [#def102]
/usr/share/doc/readline-devel/rlfe/configure:2022:35: warning[SC2154]: ac_new_val is referenced but not assigned (did you mean 'ac_new_val_w'?).
Error: SHELLCHECK_WARNING (CWE-563): [#def103]
/usr/share/doc/readline-devel/rlfe/configure:2073:1: warning[SC2034]: VERSION appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def104]
/usr/share/doc/readline-devel/rlfe/configure:2077:1: warning[SC2034]: old_CFLAGS appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-456): [#def105]
/usr/share/doc/readline-devel/rlfe/configure:2085:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-457): [#def106]
/usr/share/doc/readline-devel/rlfe/configure:2099:27: warning[SC2154]: ac_executable_extensions is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-569): [#def107]
/usr/share/doc/readline-devel/rlfe/configure:2100:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-456): [#def108]
/usr/share/doc/readline-devel/rlfe/configure:2125:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def109]
/usr/share/doc/readline-devel/rlfe/configure:2140:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-456): [#def110]
/usr/share/doc/readline-devel/rlfe/configure:2178:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def111]
/usr/share/doc/readline-devel/rlfe/configure:2193:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-456): [#def112]
/usr/share/doc/readline-devel/rlfe/configure:2218:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def113]
/usr/share/doc/readline-devel/rlfe/configure:2234:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-456): [#def114]
/usr/share/doc/readline-devel/rlfe/configure:2249:7: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def115]
/usr/share/doc/readline-devel/rlfe/configure:2256:19: warning[SC2124]: Assigning an array to a string! Assign as array, or use * instead of @ to concatenate.
Error: SHELLCHECK_WARNING (CWE-1164): [#def116]
/usr/share/doc/readline-devel/rlfe/configure:2274:18: warning[SC2043]: This loop will only ever run once. Bad quoting or missing glob/expansion?
Error: SHELLCHECK_WARNING (CWE-456): [#def117]
/usr/share/doc/readline-devel/rlfe/configure:2277:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def118]
/usr/share/doc/readline-devel/rlfe/configure:2292:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-1164): [#def119]
/usr/share/doc/readline-devel/rlfe/configure:2318:18: warning[SC2043]: This loop will only ever run once. Bad quoting or missing glob/expansion?
Error: SHELLCHECK_WARNING (CWE-456): [#def120]
/usr/share/doc/readline-devel/rlfe/configure:2321:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def121]
/usr/share/doc/readline-devel/rlfe/configure:2336:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-456): [#def122]
/usr/share/doc/readline-devel/rlfe/configure:2383:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def123]
/usr/share/doc/readline-devel/rlfe/configure:3023:36: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING: [#def124]
/usr/share/doc/readline-devel/rlfe/configure:3058:17: warning[SC2319]: This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING (CWE-1164): [#def125]
/usr/share/doc/readline-devel/rlfe/configure:3086:20: warning[SC2043]: This loop will only ever run once. Bad quoting or missing glob/expansion?
Error: SHELLCHECK_WARNING (CWE-569): [#def126]
/usr/share/doc/readline-devel/rlfe/configure:3089:37: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING: [#def127]
/usr/share/doc/readline-devel/rlfe/configure:3124:17: warning[SC2319]: This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING (CWE-457): [#def128]
/usr/share/doc/readline-devel/rlfe/configure:3257:9: warning[SC2154]: configure_args is referenced but not assigned.
Error: SHELLCHECK_WARNING: [#def129]
/usr/share/doc/readline-devel/rlfe/configure:3285:13: warning[SC2320]: This $? refers to echo/printf, not a previous command. Assign to variable to avoid it being overwritten.
Error: SHELLCHECK_WARNING (CWE-456): [#def130]
/usr/share/doc/readline-devel/rlfe/configure:3319:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def131]
/usr/share/doc/readline-devel/rlfe/configure:3334:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-1164): [#def132]
/usr/share/doc/readline-devel/rlfe/configure:3759:16: warning[SC2043]: This loop will only ever run once. Bad quoting or missing glob/expansion?
Error: SHELLCHECK_WARNING (CWE-457): [#def133]
/usr/share/doc/readline-devel/rlfe/configure:3762:11: warning[SC2154]: ac_cv_func_getpt is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-563): [#def134]
/usr/share/doc/readline-devel/rlfe/configure:3772:1: warning[SC2034]: ac_func appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-1164): [#def135]
/usr/share/doc/readline-devel/rlfe/configure:3772:16: warning[SC2043]: This loop will only ever run once. Bad quoting or missing glob/expansion?
Error: SHELLCHECK_WARNING (CWE-457): [#def136]
/usr/share/doc/readline-devel/rlfe/configure:3775:11: warning[SC2154]: ac_cv_func_openpty is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-456): [#def137]
/usr/share/doc/readline-devel/rlfe/configure:3951:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def138]
/usr/share/doc/readline-devel/rlfe/configure:3968:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-456): [#def139]
/usr/share/doc/readline-devel/rlfe/configure:3991:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def140]
/usr/share/doc/readline-devel/rlfe/configure:4008:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-457): [#def141]
/usr/share/doc/readline-devel/rlfe/configure:4078:13: warning[SC2154]: posix is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-569): [#def142]
/usr/share/doc/readline-devel/rlfe/configure:4312:54: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-569): [#def143]
/usr/share/doc/readline-devel/rlfe/configure:4317:39: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-569): [#def144]
/usr/share/doc/readline-devel/rlfe/configure:4327:54: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-569): [#def145]
/usr/share/doc/readline-devel/rlfe/configure:4331:39: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-1164): [#def146]
/usr/share/doc/readline-devel/rlfe/configure:4338:18: warning[SC2043]: This loop will only ever run once. Bad quoting or missing glob/expansion?
Error: SHELLCHECK_WARNING (CWE-457): [#def147]
/usr/share/doc/readline-devel/rlfe/configure:4341:11: warning[SC2154]: ac_cv_header_term_h is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-563): [#def148]
/usr/share/doc/readline-devel/rlfe/configure:4392:18: warning[SC2034]: ac_space appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def149]
/usr/share/doc/readline-devel/rlfe/configure:4443:1: warning[SC2034]: DEFS appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def150]
/usr/share/doc/readline-devel/rlfe/configure:4447:1: warning[SC2034]: U appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def151]
/usr/share/doc/readline-devel/rlfe/configure:4459:1: warning[SC2034]: LTLIBOBJS appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-456): [#def152]
/usr/share/doc/readline-devel/rlfe/configure:4886:9: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-456): [#def153]
/usr/share/doc/readline-devel/rlfe/configure:4890:9: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def154]
/usr/share/doc/readline-devel/rlfe/configure:5287:12: warning[SC2125]: Brace expansions and globs are literal in assignments. Quote it or use an array.
Error: SHELLCHECK_WARNING (CWE-457): [#def155]
/usr/share/doc/readline-devel/rlfe/configure:5538:1: warning[SC2154]: extrasub is referenced but not assigned.
Error: SHELLCHECK_WARNING: [#def156]
/usr/share/doc/readline-devel/rlfe/configure:5610:15: warning[SC2319]: This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten.
Error: COMPILER_WARNING (CWE-569): [#def157]
readline-8.2-build/readline-8.2/bind.c: scope_hint: In function ‘_rl_skip_to_delim’
readline-8.2-build/readline-8.2/bind.c:1591:29: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-563): [#def158]
readline-8.2-build/readline-8.2/bind.c: scope_hint: In function ‘rl_parse_and_bind’
readline-8.2-build/readline-8.2/bind.c:1685:11: warning[-Wunused-variable]: unused variable ‘s’
Error: COMPILER_WARNING (CWE-569): [#def159]
readline-8.2-build/readline-8.2/bind.c: scope_hint: In function ‘rl_function_dumper’
readline-8.2-build/readline-8.2/bind.c:2815:15: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-457): [#def160]
readline-8.2-build/readline-8.2/complete.c: scope_hint: In function ‘print_filename’
readline-8.2-build/readline-8.2/complete.c:1043:22: warning[-Wmaybe-uninitialized]: ‘printed_len’ may be used uninitialized
readline-8.2-build/readline-8.2/complete.c:936:7: note: ‘printed_len’ was declared here
Error: COMPILER_WARNING (CWE-569): [#def161]
readline-8.2-build/readline-8.2/complete.c: scope_hint: In function ‘_rl_find_completion_word’
readline-8.2-build/readline-8.2/complete.c:1151:14: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: CPPCHECK_WARNING (CWE-562): [#def162]
readline-8.2-build/readline-8.2/complete.c:1280: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING (CWE-563): [#def163]
readline-8.2-build/readline-8.2/complete.c: scope_hint: In function ‘compute_lcd_of_matches’
readline-8.2-build/readline-8.2/complete.c:1323:7: warning[-Wunused-variable]: unused variable ‘v’
Error: COMPILER_WARNING (CWE-457): [#def164]
readline-8.2-build/readline-8.2/complete.c: scope_hint: In function ‘rl_complete_internal’
readline-8.2-build/readline-8.2/complete.c:2104:14: warning[-Wmaybe-uninitialized]: ‘tlen’ may be used uninitialized
readline-8.2-build/readline-8.2/complete.c:2007:7: note: ‘tlen’ was declared here
Error: COMPILER_WARNING (CWE-569): [#def165]
readline-8.2-build/readline-8.2/complete.c: scope_hint: In function ‘rl_completion_matches’
readline-8.2-build/readline-8.2/complete.c:2235:10: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-569): [#def166]
readline-8.2-build/readline-8.2/complete.c: scope_hint: In function ‘rl_username_completion_function’
readline-8.2-build/readline-8.2/complete.c:2307:10: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-563): [#def167]
readline-8.2-build/readline-8.2/complete.c: scope_hint: In function ‘rl_menu_complete’
readline-8.2-build/readline-8.2/complete.c:2850:25: warning[-Wunused-variable]: unused variable ‘cstate’
Error: COMPILER_WARNING (CWE-563): [#def168]
readline-8.2-build/readline-8.2/display.c:767:29: warning[-Wunused-variable]: unused variable ‘n0’
Error: COMPILER_WARNING (CWE-563): [#def169]
readline-8.2-build/readline-8.2/display.c:767:33: warning[-Wunused-but-set-variable]: variable ‘num’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def170]
readline-8.2-build/readline-8.2/display.c: scope_hint: In function ‘rl_redisplay’
readline-8.2-build/readline-8.2/display.c:767:38: warning[-Wunused-but-set-variable]: variable ‘prompt_lines_estimate’ set but not used
Error: COMPILER_WARNING (CWE-457): [#def171]
readline-8.2-build/readline-8.2/display.c: scope_hint: In function ‘rl_redisplay’
readline-8.2-build/readline-8.2/display.c:1147:42: warning[-Wmaybe-uninitialized]: ‘wc_width’ may be used uninitialized
readline-8.2-build/readline-8.2/display.c:775:7: note: ‘wc_width’ was declared here
Error: COMPILER_WARNING (CWE-563): [#def172]
readline-8.2-build/readline-8.2/display.c:1655:39: warning[-Wunused-variable]: unused variable ‘twidth’
Error: COMPILER_WARNING (CWE-563): [#def173]
readline-8.2-build/readline-8.2/display.c:1786:19: warning[-Wunused-variable]: unused variable ‘count’
Error: COMPILER_WARNING (CWE-563): [#def174]
readline-8.2-build/readline-8.2/display.c: scope_hint: In function ‘update_line’
readline-8.2-build/readline-8.2/display.c:1787:21: warning[-Wunused-variable]: unused variable ‘optr’
Error: COMPILER_WARNING (CWE-563): [#def175]
readline-8.2-build/readline-8.2/display.c: scope_hint: In function ‘rl_forced_update_display’
readline-8.2-build/readline-8.2/display.c:2683:18: warning[-Wunused-variable]: unused variable ‘temp’
Error: COMPILER_WARNING (CWE-1164): [#def176]
readline-8.2-build/readline-8.2/display.c: scope_hint: At top level
readline-8.2-build/readline-8.2/display.c:3236:1: warning[-Wunused-function]: ‘insert_some_chars’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-688): [#def177]
readline-8.2-build/readline-8.2/funmap.c: scope_hint: In function ‘rl_funmap_names’
readline-8.2-build/readline-8.2/funmap.c:271:3: warning[-Wanalyzer-null-argument]: use of NULL ‘result’ where non-null expected
readline-8.2-build/readline-8.2/funmap.c:33: included_from: Included from here.
/usr/include/stdlib.h:970:13: note: argument 1 of ‘qsort’ must be non-null
Error: COMPILER_WARNING (CWE-569): [#def178]
readline-8.2-build/readline-8.2/histexpand.c: scope_hint: In function ‘get_history_event’
readline-8.2-build/readline-8.2/histexpand.c:213:25: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-563): [#def179]
readline-8.2-build/readline-8.2/histexpand.c: scope_hint: In function ‘history_expand_internal’
readline-8.2-build/readline-8.2/histexpand.c:682:48: warning[-Wunused-but-set-variable]: variable ‘ws’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-688): [#def180]
readline-8.2-build/readline-8.2/histexpand.c: scope_hint: In function ‘history_arg_extract’
readline-8.2-build/readline-8.2/histexpand.c:1452:17: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
readline-8.2-build/readline-8.2/histexpand.c: scope_hint: In function ‘history_arg_extract’
readline-8.2-build/readline-8.2/histexpand.c:46: included_from: Included from here.
readline-8.2-build/readline-8.2/histexpand.c:1484:7: note: in expansion of macro ‘member’
readline-8.2-build/readline-8.2/histexpand.c:1484:7: note: in expansion of macro ‘member’
readline-8.2-build/readline-8.2/histexpand.c: scope_hint: In function ‘history_arg_extract’
<built-in>: note: argument 1 of ‘__builtin_strlen’ must be non-null
Error: COMPILER_WARNING (CWE-1164): [#def181]
readline-8.2-build/readline-8.2/histfile.c:187:1: warning[-Wunused-function]: ‘history_backupfile’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def182]
readline-8.2-build/readline-8.2/histfile.c: scope_hint: In function ‘history_backupfile’
readline-8.2-build/readline-8.2/histfile.c:193:15: warning[-Wunused-variable]: unused variable ‘fs’
Error: COMPILER_WARNING (CWE-563): [#def183]
readline-8.2-build/readline-8.2/histfile.c: scope_hint: In function ‘history_tempfile’
readline-8.2-build/readline-8.2/histfile.c:221:15: warning[-Wunused-variable]: unused variable ‘fs’
Error: COMPILER_WARNING (CWE-1164): [#def184]
readline-8.2-build/readline-8.2/histfile.c: scope_hint: At top level
readline-8.2-build/readline-8.2/histfile.c:473:1: warning[-Wunused-function]: ‘histfile_backup’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def185]
readline-8.2-build/readline-8.2/histfile.c: scope_hint: In function ‘history_truncate_file’
readline-8.2-build/readline-8.2/histfile.c:521:49: warning[-Wunused-but-set-variable]: variable ‘r’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-457): [#def186]
readline-8.2-build/readline-8.2/histfile.c: scope_hint: In function ‘history_truncate_file’
readline-8.2-build/readline-8.2/histfile.c:646:46: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘orig_lines’
Error: COMPILER_WARNING (CWE-457): [#def187]
readline-8.2-build/readline-8.2/histfile.c: scope_hint: In function ‘history_truncate_file’
readline-8.2-build/readline-8.2/histfile.c:646:46: warning[-Wmaybe-uninitialized]: ‘orig_lines’ may be used uninitialized
readline-8.2-build/readline-8.2/histfile.c:521:29: note: ‘orig_lines’ was declared here
Error: COMPILER_WARNING (CWE-563): [#def188]
readline-8.2-build/readline-8.2/histfile.c: scope_hint: In function ‘history_do_write’
readline-8.2-build/readline-8.2/histfile.c:683:22: warning[-Wunused-variable]: unused variable ‘nfinfo’
Error: COMPILER_WARNING (CWE-563): [#def189]
readline-8.2-build/readline-8.2/history.c: scope_hint: In function ‘add_history’
readline-8.2-build/readline-8.2/history.c:286:20: warning[-Wunused-variable]: unused variable ‘i’
Error: COMPILER_WARNING (CWE-563): [#def190]
readline-8.2-build/readline-8.2/history.c: scope_hint: In function ‘remove_history’
readline-8.2-build/readline-8.2/history.c:489:16: warning[-Wunused-variable]: unused variable ‘i’
Error: COMPILER_WARNING (CWE-569): [#def191]
readline-8.2-build/readline-8.2/histsearch.c: scope_hint: In function ‘_hs_history_patsearch’
readline-8.2-build/readline-8.2/histsearch.c:212:7: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-569): [#def192]
readline-8.2-build/readline-8.2/input.c: scope_hint: In function ‘rl_read_key’
readline-8.2-build/readline-8.2/input.c:766:11: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-563): [#def193]
readline-8.2-build/readline-8.2/input.c:811:12: warning[-Wunused-variable]: unused variable ‘empty_set’
Error: COMPILER_WARNING (CWE-1164): [#def194]
readline-8.2-build/readline-8.2/input.c: scope_hint: In function ‘rl_getc’
readline-8.2-build/readline-8.2/input.c:896:1: warning[-Wunused-label]: label ‘handle_error’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def195]
readline-8.2-build/readline-8.2/isearch.c: scope_hint: In function ‘_rl_isearch_dispatch’
readline-8.2-build/readline-8.2/isearch.c:343:37: warning[-Wunused-variable]: unused variable ‘incr’
Error: COMPILER_WARNING (CWE-563): [#def196]
readline-8.2-build/readline-8.2/isearch.c: scope_hint: In function ‘rl_search_history’
readline-8.2-build/readline-8.2/isearch.c:852:7: warning[-Wunused-but-set-variable]: variable ‘c’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def197]
readline-8.2-build/readline-8.2/isearch.c: scope_hint: In function ‘_rl_isearch_callback’
readline-8.2-build/readline-8.2/isearch.c:889:7: warning[-Wunused-but-set-variable]: variable ‘c’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-674): [#def198]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘rl_backward_kill_word’
readline-8.2-build/readline-8.2/kill.c:202:13: warning[-Wanalyzer-infinite-recursion]: infinite recursion
Error: GCC_ANALYZER_WARNING (CWE-674): [#def199]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘rl_kill_word’
readline-8.2-build/readline-8.2/kill.c:225:13: warning[-Wanalyzer-infinite-recursion]: infinite recursion
Error: GCC_ANALYZER_WARNING (CWE-674): [#def200]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘rl_copy_backward_word’
readline-8.2-build/readline-8.2/kill.c:494:13: warning[-Wanalyzer-infinite-recursion]: infinite recursion
Error: GCC_ANALYZER_WARNING (CWE-674): [#def201]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘rl_copy_forward_word’
readline-8.2-build/readline-8.2/kill.c:503:13: warning[-Wanalyzer-infinite-recursion]: infinite recursion
Error: COMPILER_WARNING (CWE-563): [#def202]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘rl_vi_yank_pop’
readline-8.2-build/readline-8.2/kill.c:562:13: warning[-Wunused-variable]: unused variable ‘origpoint’
Error: COMPILER_WARNING (CWE-563): [#def203]
readline-8.2-build/readline-8.2/kill.c:759:15: warning[-Wunused-variable]: unused variable ‘c’
Error: COMPILER_WARNING (CWE-563): [#def204]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘rl_bracketed_paste_begin’
readline-8.2-build/readline-8.2/kill.c:760:15: warning[-Wunused-variable]: unused variable ‘cap’
Error: COMPILER_WARNING (CWE-563): [#def205]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘_rl_read_bracketed_paste_prefix’
readline-8.2-build/readline-8.2/kill.c:777:17: warning[-Wunused-variable]: unused variable ‘j’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def206]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘_rl_read_bracketed_paste_prefix’
readline-8.2-build/readline-8.2/kill.c:800:29: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘key’
readline-8.2-build/readline-8.2/kill.c:46: included_from: Included from here.
readline-8.2-build/readline-8.2/kill.c:784:11: note: in expansion of macro ‘RL_ISSTATE’
Error: COMPILER_WARNING (CWE-457): [#def207]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘_rl_read_bracketed_paste_prefix’
readline-8.2-build/readline-8.2/kill.c:800:29: warning[-Wmaybe-uninitialized]: ‘key’ may be used uninitialized
readline-8.2-build/readline-8.2/kill.c:777:7: note: ‘key’ was declared here
Error: COMPILER_WARNING (CWE-563): [#def208]
readline-8.2-build/readline-8.2/kill.c: scope_hint: In function ‘_rl_bracketed_read_mbstring’
readline-8.2-build/readline-8.2/kill.c:849:10: warning[-Wunused-variable]: unused variable ‘r’
Error: COMPILER_WARNING (CWE-1164): [#def209]
readline-8.2-build/readline-8.2/mbutil.c: scope_hint: At top level
readline-8.2-build/readline-8.2/mbutil.c:87:1: warning[-Wunused-function]: ‘_rl_utf8_mblen’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def210]
readline-8.2-build/readline-8.2/mbutil.c: scope_hint: In function ‘_rl_find_prev_utf8char’
readline-8.2-build/readline-8.2/mbutil.c:247:9: warning[-Wunused-variable]: unused variable ‘s’
Error: COMPILER_WARNING (CWE-563): [#def211]
readline-8.2-build/readline-8.2/misc.c: scope_hint: In function ‘_rl_free_saved_history_line’
readline-8.2-build/readline-8.2/misc.c:385:14: warning[-Wunused-variable]: unused variable ‘orig’
Error: COMPILER_WARNING (CWE-569): [#def212]
readline-8.2-build/readline-8.2/misc.c: scope_hint: In function ‘_rl_revert_previous_lines’
readline-8.2-build/readline-8.2/misc.c:460:11: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-569): [#def213]
readline-8.2-build/readline-8.2/misc.c: scope_hint: In function ‘rl_clear_history’
readline-8.2-build/readline-8.2/misc.c:520:11: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-563): [#def214]
readline-8.2-build/readline-8.2/nls.c: scope_hint: In function ‘utf8locale’
readline-8.2-build/readline-8.2/nls.c:110:10: warning[-Wunused-variable]: unused variable ‘len’
Error: COMPILER_WARNING (CWE-1164): [#def215]
readline-8.2-build/readline-8.2/nls.c: scope_hint: At top level
readline-8.2-build/readline-8.2/nls.c:286:1: warning[-Wunused-function]: ‘find_codeset’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def216]
readline-8.2-build/readline-8.2/parens.c: scope_hint: In function ‘rl_insert_close’
readline-8.2-build/readline-8.2/parens.c:118:36: warning[-Wunused-but-set-variable]: variable ‘ready’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def217]
readline-8.2-build/readline-8.2/readline.c:76: included_from: Included from here.
readline-8.2-build/readline-8.2/parse-colors.h:44:14: warning[-Wunused-variable]: ‘color_buf’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def218]
readline-8.2-build/readline-8.2/readline.c:567:21: warning[-Wunused-variable]: unused variable ‘eof_found’
Error: COMPILER_WARNING (CWE-563): [#def219]
readline-8.2-build/readline-8.2/readline.c: scope_hint: In function ‘readline_internal_char’
readline-8.2-build/readline-8.2/readline.c:568:20: warning[-Wunused-but-set-variable]: variable ‘r’ set but not used
Error: COMPILER_WARNING (CWE-1164): [#def220]
readline-8.2-build/readline-8.2/readline.c: scope_hint: At top level
readline-8.2-build/readline-8.2/readline.c:1356:1: warning[-Wunused-function]: ‘reset_default_bindings’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def221]
readline-8.2-build/readline-8.2/search.c:533:7: warning[-Wunused-but-set-variable]: variable ‘had_saved_line’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def222]
readline-8.2-build/readline-8.2/search.c: scope_hint: In function ‘rl_history_search_internal’
readline-8.2-build/readline-8.2/search.c:534:9: warning[-Wunused-variable]: unused variable ‘t’
Error: COMPILER_WARNING (CWE-563): [#def223]
readline-8.2-build/readline-8.2/shell.c:125:13: warning[-Wunused-variable]: ‘putenv_buf1’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def224]
readline-8.2-build/readline-8.2/shell.c:126:13: warning[-Wunused-variable]: ‘putenv_buf2’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def225]
readline-8.2-build/readline-8.2/signals.c: scope_hint: In function ‘rl_set_signals’
readline-8.2-build/readline-8.2/signals.c:414:25: warning[-Wunused-variable]: unused variable ‘oset’
Error: COMPILER_WARNING (CWE-563): [#def226]
readline-8.2-build/readline-8.2/signals.c:625:17: warning[-Wunused-variable]: ‘sigint_set’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def227]
readline-8.2-build/readline-8.2/signals.c: scope_hint: At top level
readline-8.2-build/readline-8.2/signals.c:625:29: warning[-Wunused-variable]: ‘sigint_oset’ defined but not used
Error: COMPILER_WARNING: [#def228]
readline-8.2-build/readline-8.2/text.c: scope_hint: In function ‘rl_insert_text’
readline-8.2-build/readline-8.2/text.c:101:3: warning[-Wstringop-truncation]: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length
readline-8.2-build/readline-8.2/text.c:91:29: note: length computed here
Error: GCC_ANALYZER_WARNING (CWE-674): [#def229]
readline-8.2-build/readline-8.2/text.c: scope_hint: In function ‘rl_forward_byte’
readline-8.2-build/readline-8.2/text.c:397:13: warning[-Wanalyzer-infinite-recursion]: infinite recursion
Error: COMPILER_WARNING (CWE-569): [#def230]
readline-8.2-build/readline-8.2/tilde.c: scope_hint: In function ‘tilde_expand’
readline-8.2-build/readline-8.2/tilde.c:195:7: warning[-Wparentheses]: suggest parentheses around assignment used as truth value
Error: COMPILER_WARNING (CWE-563): [#def231]
readline-8.2-build/readline-8.2/undo.c: scope_hint: In function ‘rl_free_undo_list’
readline-8.2-build/readline-8.2/undo.c:119:14: warning[-Wunused-variable]: unused variable ‘release’
Error: CPPCHECK_WARNING (CWE-457): [#def232]
readline-8.2-build/readline-8.2/undo.c:154: warning[uninitvar]: Uninitialized variable: roving
Error: COMPILER_WARNING (CWE-563): [#def233]
readline-8.2-build/readline-8.2/vi_mode.c: scope_hint: At top level
readline-8.2-build/readline-8.2/vi_mode.c:104:12: warning[-Wunused-variable]: ‘vi_continued_command’ defined but not used
Error: COMPILER_WARNING (CWE-563): [#def234]
readline-8.2-build/readline-8.2/vi_mode.c: scope_hint: In function ‘rl_vi_fword’
readline-8.2-build/readline-8.2/vi_mode.c:622:7: warning[-Wunused-but-set-variable]: variable ‘opoint’ set but not used
Error: COMPILER_WARNING (CWE-563): [#def235]
readline-8.2-build/readline-8.2/vi_mode.c: scope_hint: In function ‘rl_vi_domove’
readline-8.2-build/readline-8.2/vi_mode.c:1343:7: warning[-Wunused-variable]: unused variable ‘r’
Error: COMPILER_WARNING: [#def236]
readline-8.2-build/readline-8.2/vi_mode.c: scope_hint: In function ‘rl_vi_change_char’
readline-8.2-build/readline-8.2/vi_mode.c:2069:7: warning[-Wstringop-truncation]: ‘strncpy’ output may be truncated copying 16 bytes from a string of length 16
Scan Properties
analyzer-version-clippy | 1.82.0 |
analyzer-version-cppcheck | 2.16.0 |
analyzer-version-gcc | 14.2.1 |
analyzer-version-gcc-analyzer | 15.0.0 |
analyzer-version-shellcheck | 0.10.0 |
analyzer-version-unicontrol | 0.0.2 |
enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
exit-code | 0 |
host | ip-172-16-1-55.us-west-2.compute.internal |
mock-config | fedora-rawhide-gcc-latest-x86_64 |
project-name | readline-8.2-11.fc42 |
store-results-to | /tmp/tmpt6grb6nw/readline-8.2-11.fc42.tar.xz |
time-created | 2024-11-13 03:10:52 |
time-finished | 2024-11-13 03:12:47 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'clippy,cppcheck,gcc,unicontrol,shellcheck' '-o' '/tmp/tmpt6grb6nw/readline-8.2-11.fc42.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmpt6grb6nw/readline-8.2-11.fc42.src.rpm' |
tool-version | csmock-3.7.1.20241107.094801.gb3f0f26.pr_192-1.el9 |