git-2.47.0-1.fc42
List of Findings
Error: SHELLCHECK_WARNING (CWE-569): [#def1]
/usr/bin/gitk:12:21: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def2]
/usr/bin/gitk:13:18: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def3]
/usr/bin/gitk:14:19: error[SC1035]: You need a space after the [ and before the ].
Error: SHELLCHECK_WARNING (CWE-398): [#def4]
/usr/bin/gitk:14:19: error[SC1073]: Couldn't parse this test expression. Fix to allow more checks.
Error: SHELLCHECK_WARNING: [#def5]
/usr/bin/gitk:14:20: warning[SC1014]: Use 'if cmd; then ..' to check exit code, or 'if [[ $(cmd) == .. ]]' to check output.
Error: SHELLCHECK_WARNING (CWE-398): [#def6]
/usr/bin/gitk:14:25: error[SC1072]: Expected test to end here (don't wrap commands in []/[[]]). Fix any mentioned problems and try again.
Error: SHELLCHECK_WARNING (CWE-563): [#def7]
/usr/libexec/git-core/git-difftool--helper:8:1: warning[SC2034]: TOOL_MODE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-456): [#def8]
/usr/libexec/git-core/git-difftool--helper:8:1: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING (CWE-563): [#def9]
/usr/libexec/git-core/git-difftool--helper:88:2: warning[SC2034]: LOCAL appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def10]
/usr/libexec/git-core/git-difftool--helper:89:2: warning[SC2034]: REMOTE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def11]
/usr/libexec/git-core/git-filter-branch:100:1: warning[SC2034]: USAGE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def12]
/usr/libexec/git-core/git-filter-branch:108:1: warning[SC2034]: OPTIONS_SPEC appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-456): [#def13]
/usr/libexec/git-core/git-filter-branch:121:1: warning[SC2209]: Use var=$(command) to assign output (or quote to assign string).
Error: SHELLCHECK_WARNING (CWE-480): [#def14]
/usr/libexec/git-core/git-filter-branch:365:10: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-156): [#def15]
/usr/libexec/git-core/git-filter-branch:495:28: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def16]
/usr/libexec/git-core/git-filter-branch:524:12: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-477): [#def17]
/usr/libexec/git-core/git-filter-branch:548:28: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-569): [#def18]
/usr/libexec/git-core/git-filter-branch:555:37: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def19]
/usr/libexec/git-core/git-filter-branch:555:44: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-252): [#def20]
/usr/libexec/git-core/git-filter-branch:655:1: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-561): [#def21]
/usr/libexec/git-core/git-gui:10:2: warning[SC2093]: Remove "exec " if script should continue after this command.
Error: SHELLCHECK_WARNING (CWE-456): [#def22]
/usr/libexec/git-core/git-gui:12:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-569): [#def23]
/usr/libexec/git-core/git-gui:12:13: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def24]
/usr/libexec/git-core/git-gui:12:31: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-456): [#def25]
/usr/libexec/git-core/git-gui:13:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-398): [#def26]
/usr/libexec/git-core/git-gui:13:33: error[SC1036]: '(' is invalid here. Did you forget to escape it?
Error: SHELLCHECK_WARNING (CWE-398): [#def27]
/usr/libexec/git-core/git-gui:13:33: error[SC1088]: Parsing stopped here. Invalid use of parentheses?
Error: SHELLCHECK_WARNING: [#def28]
/usr/libexec/git-core/git-gui--askpass:14:1: error[SC1049]: Did you forget the 'then' for this 'if'?
Error: SHELLCHECK_WARNING (CWE-398): [#def29]
/usr/libexec/git-core/git-gui--askpass:14:1: error[SC1073]: Couldn't parse this if expression. Fix to allow more checks.
Error: SHELLCHECK_WARNING: [#def30]
/usr/libexec/git-core/git-gui--askpass:14:5: error[SC1054]: You need a space after the '{'.
Error: SHELLCHECK_WARNING (CWE-569): [#def31]
/usr/libexec/git-core/git-gui--askpass:14:14: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def32]
/usr/libexec/git-core/git-gui--askpass:14:16: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING: [#def33]
/usr/libexec/git-core/git-gui--askpass:16:3: error[SC1050]: Expected 'then'.
Error: SHELLCHECK_WARNING (CWE-398): [#def34]
/usr/libexec/git-core/git-gui--askpass:16:8: error[SC1072]: Unexpected . Fix any mentioned problems and try again.
Error: SHELLCHECK_WARNING (CWE-563): [#def35]
/usr/libexec/git-core/git-instaweb:7:1: warning[SC2034]: OPTIONS_KEEPDASHDASH appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def36]
/usr/libexec/git-core/git-instaweb:8:1: warning[SC2034]: OPTIONS_STUCKLONG appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def37]
/usr/libexec/git-core/git-instaweb:9:1: warning[SC2034]: OPTIONS_SPEC appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def38]
/usr/libexec/git-core/git-instaweb:23:1: warning[SC2034]: SUBDIRECTORY_OK appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def39]
/usr/libexec/git-core/git-instaweb:146:34: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-457): [#def40]
/usr/libexec/git-core/git-instaweb:562:27: warning[SC2154]: fd is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def41]
/usr/libexec/git-core/git-instaweb:562:62: warning[SC2154]: fh is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-480): [#def42]
/usr/libexec/git-core/git-merge-octopus:14:7: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-480): [#def43]
/usr/libexec/git-core/git-merge-octopus:14:13: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-480): [#def44]
/usr/libexec/git-core/git-merge-octopus:14:22: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-569): [#def45]
/usr/libexec/git-core/git-merge-octopus:66:21: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def46]
/usr/libexec/git-core/git-merge-octopus:66:42: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-457): [#def47]
/usr/libexec/git-core/git-merge-octopus:67:21: warning[SC2154]: pretty_name is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-569): [#def48]
/usr/libexec/git-core/git-merge-octopus:70:22: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-569): [#def49]
/usr/libexec/git-core/git-merge-octopus:70:53: warning[SC1083]: This } is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-563): [#def50]
/usr/libexec/git-core/git-merge-one-file:25:1: warning[SC2034]: SUBDIRECTORY_OK appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def51]
/usr/libexec/git-core/git-merge-one-file:123:26: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-480): [#def52]
/usr/libexec/git-core/git-merge-resolve:19:7: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-480): [#def53]
/usr/libexec/git-core/git-merge-resolve:19:13: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-480): [#def54]
/usr/libexec/git-core/git-merge-resolve:19:22: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-563): [#def55]
/usr/libexec/git-core/git-merge-resolve:53:4: warning[SC2034]: result_tree appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def56]
/usr/libexec/git-core/git-mergetool:12:1: warning[SC2034]: USAGE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def57]
/usr/libexec/git-core/git-mergetool:13:1: warning[SC2034]: SUBDIRECTORY_OK appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def58]
/usr/libexec/git-core/git-mergetool:14:1: warning[SC2034]: NONGIT_OK appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def59]
/usr/libexec/git-core/git-mergetool:15:1: warning[SC2034]: OPTIONS_SPEC appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-569): [#def60]
/usr/libexec/git-core/git-mergetool:238:3: warning[SC2188]: This redirection doesn't have a command. Move to its command (or use 'true' as no-op).
Error: SHELLCHECK_WARNING (CWE-480): [#def61]
/usr/libexec/git-core/git-mergetool:293:12: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-480): [#def62]
/usr/libexec/git-core/git-mergetool:293:24: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-563): [#def63]
/usr/libexec/git-core/git-mergetool:462:4: warning[SC2034]: TOOL_MODE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def64]
/usr/libexec/git-core/git-mergetool:484:4: warning[SC2034]: GIT_MERGETOOL_GUI appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def65]
/usr/libexec/git-core/git-mergetool:540:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def66]
/usr/libexec/git-core/git-quiltimport:2:1: warning[SC2034]: OPTIONS_KEEPDASHDASH appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def67]
/usr/libexec/git-core/git-quiltimport:3:1: warning[SC2034]: OPTIONS_STUCKLONG appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def68]
/usr/libexec/git-core/git-quiltimport:4:1: warning[SC2034]: OPTIONS_SPEC appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def69]
/usr/libexec/git-core/git-quiltimport:13:1: warning[SC2034]: SUBDIRECTORY_ON appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def70]
/usr/libexec/git-core/git-request-pull:7:1: warning[SC2034]: SUBDIRECTORY_OK appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def71]
/usr/libexec/git-core/git-request-pull:8:1: warning[SC2034]: OPTIONS_KEEPDASHDASH appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def72]
/usr/libexec/git-core/git-request-pull:9:1: warning[SC2034]: OPTIONS_STUCKLONG appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def73]
/usr/libexec/git-core/git-request-pull:10:1: warning[SC2034]: OPTIONS_SPEC appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def74]
/usr/libexec/git-core/git-request-pull:72:29: warning[SC2154]: headref is referenced but not assigned (did you mean 'headrev'?).
Error: SHELLCHECK_WARNING (CWE-456): [#def75]
/usr/libexec/git-core/git-request-pull:115:5: warning[SC2121]: To assign a variable, use just 'var=value', no 'set ..'.
Error: SHELLCHECK_WARNING (CWE-156): [#def76]
/usr/libexec/git-core/git-request-pull:115:11: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def77]
/usr/libexec/git-core/git-request-pull:153:9: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def78]
/usr/libexec/git-core/git-submodule:8:1: warning[SC2034]: USAGE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def79]
/usr/libexec/git-core/git-submodule:20:1: warning[SC2034]: OPTIONS_SPEC appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def80]
/usr/libexec/git-core/git-submodule:21:1: warning[SC2034]: SUBDIRECTORY_OK appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def81]
/usr/libexec/git-core/git-submodule:493:2: warning[SC2034]: diff_cmd appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-685): [#def82]
/usr/libexec/git-core/git-subtree:281:1: warning[SC2120]: cache_setup references arguments, but none are ever passed.
Error: SHELLCHECK_WARNING: [#def83]
/usr/libexec/git-core/git-subtree:319:2: warning[SC3043]: In POSIX sh, 'local' is undefined.
Error: SHELLCHECK_WARNING: [#def84]
/usr/libexec/git-core/git-subtree:415:2: warning[SC3043]: In POSIX sh, 'local' is undefined.
Error: SHELLCHECK_WARNING: [#def85]
/usr/libexec/git-core/git-subtree:463:2: warning[SC3043]: In POSIX sh, 'local' is undefined.
Error: SHELLCHECK_WARNING: [#def86]
/usr/libexec/git-core/git-subtree:474:2: warning[SC3043]: In POSIX sh, 'local' is undefined.
Error: SHELLCHECK_WARNING (CWE-563): [#def87]
/usr/libexec/git-core/git-subtree:641:13: warning[SC2034]: mode appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-685): [#def88]
/usr/libexec/git-core/git-subtree:771:1: warning[SC2120]: ensure_clean references arguments, but none are ever passed.
Error: SHELLCHECK_WARNING: [#def89]
/usr/libexec/git-core/git-subtree:794:2: warning[SC3043]: In POSIX sh, 'local' is undefined.
Error: SHELLCHECK_WARNING: [#def90]
/usr/libexec/git-core/git-subtree:809:2: warning[SC3043]: In POSIX sh, 'local' is undefined.
Error: SHELLCHECK_WARNING: [#def91]
/usr/libexec/git-core/git-subtree:810:2: warning[SC3043]: In POSIX sh, 'local' is undefined.
Error: SHELLCHECK_WARNING: [#def92]
/usr/libexec/git-core/git-subtree:825:2: warning[SC3043]: In POSIX sh, 'local' is undefined.
Error: SHELLCHECK_WARNING (CWE-563): [#def93]
/usr/libexec/git-core/git-subtree:978:2: warning[SC2034]: unrevs appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def94]
/usr/libexec/git-core/git-web--browse:19:1: warning[SC2034]: USAGE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def95]
/usr/libexec/git-core/git-web--browse:23:1: warning[SC2034]: NONGIT_OK appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-140): [#def96]
/usr/share/doc/git/contrib/completion/git-completion.bash:376:13: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-140): [#def97]
/usr/share/doc/git/contrib/completion/git-completion.bash:389:14: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-569): [#def98]
/usr/share/doc/git/contrib/completion/git-completion.bash:464:10: error[SC2296]: Parameter expansions can't start with (. Double check syntax.
Error: SHELLCHECK_WARNING (CWE-569): [#def99]
/usr/share/doc/git/contrib/completion/git-completion.bash:464:15: error[SC2296]: Parameter expansions can't start with (. Double check syntax.
Error: SHELLCHECK_WARNING (CWE-156): [#def100]
/usr/share/doc/git/contrib/completion/git-completion.bash:466:8: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-140): [#def101]
/usr/share/doc/git/contrib/completion/git-completion.bash:561:13: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING: [#def102]
/usr/share/doc/git/contrib/completion/git-completion.bash:894:9: warning[SC2194]: This word is constant. Did you forget the $ on a variable?
Error: SHELLCHECK_WARNING: [#def103]
/usr/share/doc/git/contrib/completion/git-completion.bash:903:9: warning[SC2194]: This word is constant. Did you forget the $ on a variable?
Error: SHELLCHECK_WARNING (CWE-480): [#def104]
/usr/share/doc/git/contrib/completion/git-completion.bash:938:15: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-480): [#def105]
/usr/share/doc/git/contrib/completion/git-completion.bash:938:21: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-480): [#def106]
/usr/share/doc/git/contrib/completion/git-completion.bash:938:26: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-563): [#def107]
/usr/share/doc/git/contrib/completion/git-completion.bash:1006:16: warning[SC2034]: hash appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-480): [#def108]
/usr/share/doc/git/contrib/completion/git-completion.bash:1246:25: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-569): [#def109]
/usr/share/doc/git/contrib/completion/git-completion.bash:1270:4: warning[SC1083]: This { is literal. Check expression (missing ;/\n?) or quote it.
Error: SHELLCHECK_WARNING (CWE-480): [#def110]
/usr/share/doc/git/contrib/completion/git-completion.bash:1370:15: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-571): [#def111]
/usr/share/doc/git/contrib/completion/git-completion.bash:1559:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-477): [#def112]
/usr/share/doc/git/contrib/completion/git-completion.bash:1624:30: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-571): [#def113]
/usr/share/doc/git/contrib/completion/git-completion.bash:1704:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def114]
/usr/share/doc/git/contrib/completion/git-completion.bash:2360:7: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def115]
/usr/share/doc/git/contrib/completion/git-completion.bash:2372:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def116]
/usr/share/doc/git/contrib/completion/git-completion.bash:2655:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-480): [#def117]
/usr/share/doc/git/contrib/completion/git-completion.bash:2706:34: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-571): [#def118]
/usr/share/doc/git/contrib/completion/git-completion.bash:3038:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def119]
/usr/share/doc/git/contrib/completion/git-completion.bash:3105:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-670): [#def120]
/usr/share/doc/git/contrib/completion/git-completion.bash:3266:11: warning[SC2128]: Expanding an array without an index only gives the first element.
Error: SHELLCHECK_WARNING (CWE-140): [#def121]
/usr/share/doc/git/contrib/completion/git-completion.bash:3362:14: warning[SC2206]: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a.
Error: SHELLCHECK_WARNING (CWE-571): [#def122]
/usr/share/doc/git/contrib/completion/git-completion.bash:3396:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def123]
/usr/share/doc/git/contrib/completion/git-completion.bash:3427:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def124]
/usr/share/doc/git/contrib/completion/git-completion.bash:3475:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def125]
/usr/share/doc/git/contrib/completion/git-completion.bash:3527:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def126]
/usr/share/doc/git/contrib/completion/git-completion.bash:3898:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-758): [#def127]
/usr/share/doc/git/contrib/completion/git-prompt.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Error: SHELLCHECK_WARNING (CWE-563): [#def128]
/usr/share/doc/git/contrib/completion/git-prompt.sh:159:48: warning[SC2034]: n appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def129]
/usr/share/doc/git/contrib/completion/git-prompt.sh:161:12: warning[SC2154]: __git_LF is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-571): [#def130]
/usr/share/doc/git/contrib/completion/git-prompt.sh:164:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def131]
/usr/share/doc/git/contrib/completion/git-prompt.sh:207:9: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-457): [#def132]
/usr/share/doc/git/contrib/completion/git-prompt.sh:317:47: warning[SC2154]: __git_ESC is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def133]
/usr/share/doc/git/contrib/completion/git-prompt.sh:359:22: warning[SC2154]: __git_CRLF is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-569): [#def134]
/usr/share/doc/git/contrib/completion/git-prompt.sh:575:6: warning[SC2221]: This pattern always overrides a later one on line 575.
Error: SHELLCHECK_WARNING (CWE-569): [#def135]
/usr/share/doc/git/contrib/completion/git-prompt.sh:575:10: warning[SC2222]: This pattern never matches because of a previous pattern on line 575.
Error: SHELLCHECK_WARNING (CWE-569): [#def136]
/usr/share/doc/git/contrib/coverage-diff.sh:48:1: warning[SC2188]: This redirection doesn't have a command. Move to its command (or use 'true' as no-op).
Error: SHELLCHECK_WARNING (CWE-477): [#def137]
/usr/share/doc/git/contrib/fast-import/git-import.sh:7:14: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def138]
/usr/share/doc/git/contrib/fast-import/git-import.sh:15:21: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-156): [#def139]
/usr/share/doc/git/contrib/fast-import/git-import.sh:33:13: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def140]
/usr/share/doc/git/contrib/git-resurrect.sh:4:1: warning[SC2034]: LONG_USAGE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def141]
/usr/share/doc/git/contrib/git-resurrect.sh:12:1: warning[SC2034]: OPTIONS_KEEPDASHDASH appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def142]
/usr/share/doc/git/contrib/git-resurrect.sh:13:1: warning[SC2034]: OPTIONS_STUCKLONG appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def143]
/usr/share/doc/git/contrib/git-resurrect.sh:14:1: warning[SC2034]: OPTIONS_SPEC appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def144]
/usr/share/doc/git/contrib/git-resurrect.sh:34:16: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-758): [#def145]
/usr/share/doc/git/contrib/mw-to-git/t/push-pull-tests.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Error: SHELLCHECK_WARNING (CWE-563): [#def146]
/usr/share/doc/git/contrib/mw-to-git/t/t9360-mw-to-git-clone.sh:13:1: warning[SC2034]: test_description appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def147]
/usr/share/doc/git/contrib/mw-to-git/t/t9361-mw-to-git-push-pull.sh:14:1: warning[SC2034]: test_description appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def148]
/usr/share/doc/git/contrib/mw-to-git/t/t9362-mw-to-git-utf8.sh:14:1: warning[SC2034]: test_description appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def149]
/usr/share/doc/git/contrib/mw-to-git/t/t9363-mw-to-git-export-import.sh:14:1: warning[SC2034]: test_description appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def150]
/usr/share/doc/git/contrib/mw-to-git/t/t9364-pull-by-rev.sh:3:1: warning[SC2034]: test_description appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def151]
/usr/share/doc/git/contrib/mw-to-git/t/t9365-continuing-queries.sh:3:1: warning[SC2034]: test_description appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-758): [#def152]
/usr/share/doc/git/contrib/mw-to-git/t/test-gitmw-lib.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Error: SHELLCHECK_WARNING (CWE-563): [#def153]
/usr/share/doc/git/contrib/mw-to-git/t/test-gitmw-lib.sh:71:3: warning[SC2034]: skip_all appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def154]
/usr/share/doc/git/contrib/mw-to-git/t/test-gitmw-lib.sh:94:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def155]
/usr/share/doc/git/contrib/mw-to-git/t/test-gitmw-lib.sh:292:33: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-398): [#def156]
/usr/share/doc/git/contrib/mw-to-git/t/test-gitmw-lib.sh:297:5: warning[SC2115]: Use "${var:?}" to ensure this never expands to /* .
Error: SHELLCHECK_WARNING (CWE-398): [#def157]
/usr/share/doc/git/contrib/mw-to-git/t/test-gitmw-lib.sh:302:5: warning[SC2115]: Use "${var:?}" to ensure this never expands to /* .
Error: SHELLCHECK_WARNING (CWE-398): [#def158]
/usr/share/doc/git/contrib/mw-to-git/t/test-gitmw-lib.sh:426:10: warning[SC2115]: Use "${var:?}" to ensure this never expands to / .
Error: SHELLCHECK_WARNING (CWE-252): [#def159]
/usr/share/doc/git/contrib/remotes2config.sh:12:3: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-398): [#def160]
/usr/share/doc/git/contrib/remotes2config.sh:21:8: warning[SC1010]: Use semicolon or linefeed before 'done' (or quote to make it literal).
Error: SHELLCHECK_WARNING (CWE-149): [#def161]
/usr/share/doc/git/contrib/remotes2config.sh:29:27: warning[SC2027]: The surrounding quotes actually unquote this. Remove or escape them.
Error: SHELLCHECK_WARNING (CWE-563): [#def162]
/usr/share/doc/git/contrib/rerere-train.sh:14:1: warning[SC2034]: SUBDIRECTORY_OK appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-252): [#def163]
/usr/share/doc/git/contrib/thunderbird-patch-inline/appp.sh:14:2: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-252): [#def164]
/usr/share/doc/git/contrib/thunderbird-patch-inline/appp.sh:16:2: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-252): [#def165]
/usr/share/doc/git/contrib/thunderbird-patch-inline/appp.sh:26:1: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING: [#def166]
/usr/share/doc/git/contrib/thunderbird-patch-inline/appp.sh:34:12: warning[SC3037]: In POSIX sh, echo flags are undefined.
Error: SHELLCHECK_WARNING (CWE-252): [#def167]
/usr/share/doc/git/contrib/update-unicode/update_unicode.sh:8:1: warning[SC2164]: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Error: SHELLCHECK_WARNING (CWE-758): [#def168]
/usr/share/git-core/contrib/completion/git-prompt.sh:1:1: error[SC2148]: Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
Error: SHELLCHECK_WARNING (CWE-563): [#def169]
/usr/share/git-core/contrib/completion/git-prompt.sh:159:48: warning[SC2034]: n appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-457): [#def170]
/usr/share/git-core/contrib/completion/git-prompt.sh:161:12: warning[SC2154]: __git_LF is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-571): [#def171]
/usr/share/git-core/contrib/completion/git-prompt.sh:164:8: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-571): [#def172]
/usr/share/git-core/contrib/completion/git-prompt.sh:207:9: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-457): [#def173]
/usr/share/git-core/contrib/completion/git-prompt.sh:317:47: warning[SC2154]: __git_ESC is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def174]
/usr/share/git-core/contrib/completion/git-prompt.sh:359:22: warning[SC2154]: __git_CRLF is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-569): [#def175]
/usr/share/git-core/contrib/completion/git-prompt.sh:575:6: warning[SC2221]: This pattern always overrides a later one on line 575.
Error: SHELLCHECK_WARNING (CWE-569): [#def176]
/usr/share/git-core/contrib/completion/git-prompt.sh:575:10: warning[SC2222]: This pattern never matches because of a previous pattern on line 575.
Error: SHELLCHECK_WARNING (CWE-156): [#def177]
/usr/share/git-core/contrib/hooks/post-receive-email:511:7: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-457): [#def178]
/usr/share/git-core/contrib/hooks/post-receive-email:518:20: warning[SC2154]: tagobject is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def179]
/usr/share/git-core/contrib/hooks/post-receive-email:518:32: warning[SC2154]: tagtype is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def180]
/usr/share/git-core/contrib/hooks/post-receive-email:535:20: warning[SC2154]: tagger is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-457): [#def181]
/usr/share/git-core/contrib/hooks/post-receive-email:536:20: warning[SC2154]: tagged is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-156): [#def182]
/usr/share/git-core/contrib/hooks/post-receive-email:680:9: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-477): [#def183]
/usr/share/git-core/contrib/hooks/post-receive-email:748:14: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def184]
/usr/share/git-core/contrib/hooks/post-receive-email:748:25: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-480): [#def185]
/usr/share/git-core/contrib/hooks/post-receive-email:752:35: warning[SC1007]: Remove space after = if trying to assign a value (for empty string, use var='' ... ).
Error: SHELLCHECK_WARNING (CWE-156): [#def186]
/usr/share/git-core/templates/hooks/pre-commit.sample:31:7: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def187]
/usr/share/git-core/templates/hooks/pre-push.sample:22:1: warning[SC2034]: remote appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def188]
/usr/share/git-core/templates/hooks/pre-push.sample:23:1: warning[SC2034]: url appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def189]
/usr/share/git-core/templates/hooks/pre-push.sample:27:32: warning[SC2034]: remote_ref appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def190]
/usr/share/git-core/templates/hooks/pre-rebase.sample:19:1: warning[SC2034]: basebranch appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-569): [#def191]
/usr/share/git-core/templates/hooks/pre-rebase.sample:91:1: warning[SC2188]: This redirection doesn't have a command. Move to its command (or use 'true' as no-op).
Error: SHELLCHECK_WARNING (CWE-457): [#def192]
/usr/share/git-core/templates/hooks/pre-receive.sample:15:9: warning[SC2154]: value is referenced but not assigned.
Error: SHELLCHECK_WARNING (CWE-563): [#def193]
/usr/share/git-core/templates/hooks/prepare-commit-msg.sample:24:1: warning[SC2034]: COMMIT_SOURCE appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def194]
/usr/share/git-core/templates/hooks/prepare-commit-msg.sample:25:1: warning[SC2034]: SHA1 appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-477): [#def195]
/usr/share/git-core/templates/hooks/update.sample:40:20: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def196]
/usr/share/git-core/templates/hooks/update.sample:40:36: warning[SC2166]: Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
Error: SHELLCHECK_WARNING (CWE-477): [#def197]
/usr/share/git-core/templates/hooks/update.sample:98:28: warning[SC2166]: Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
Error: GCC_ANALYZER_WARNING (CWE-476): [#def198]
git-2.47.0-build/git-2.47.0/add-patch.c:3: included_from: Included from here.
git-2.47.0-build/git-2.47.0/add-patch.c: scope_hint: In function ‘parse_diff’
git-2.47.0-build/git-2.47.0/add-patch.c:529:65: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘file_diff’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1265:41: note: in definition of macro ‘ALLOC_GROW_BY’
git-2.47.0-build/git-2.47.0/add-patch.c: scope_hint: In function ‘parse_diff’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1265:41: note: in definition of macro ‘ALLOC_GROW_BY’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1265:41: note: in definition of macro ‘ALLOC_GROW_BY’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def199]
git-2.47.0-build/git-2.47.0/add-patch.c:606:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘hunk’
git-2.47.0-build/git-2.47.0/add-patch.c: scope_hint: In function ‘parse_diff’
Error: GCC_ANALYZER_WARNING: [#def200]
git-2.47.0-build/git-2.47.0/archive-tar.c: scope_hint: In function ‘write_tar_filter_archive’
git-2.47.0-build/git-2.47.0/archive-tar.c:515:13: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘1’
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def201]
git-2.47.0-build/git-2.47.0/archive-tar.c:521:9: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘1’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def202]
git-2.47.0-build/git-2.47.0/blame.c: scope_hint: In function ‘setup_scoreboard’
git-2.47.0-build/git-2.47.0/blame.c:2841:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘c’
git-2.47.0-build/git-2.47.0/blame.c: scope_hint: In function ‘setup_scoreboard’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def203]
git-2.47.0-build/git-2.47.0/builtin/archive.c: scope_hint: In function ‘create_output_file’
git-2.47.0-build/git-2.47.0/builtin/archive.c:17:20: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(xopen(output_file, 577, 438), 1)’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def204]
git-2.47.0-build/git-2.47.0/builtin/cat-file.c: scope_hint: In function ‘cat_one_file’
git-2.47.0-build/git-2.47.0/builtin/cat-file.c:155:56: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘type’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def205]
git-2.47.0-build/git-2.47.0/builtin/gc.c: scope_hint: In function ‘is_crontab_available’
git-2.47.0-build/git-2.47.0/builtin/gc.c:2345:15: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘cmd’
git-2.47.0-build/git-2.47.0/builtin/gc.c: scope_hint: In function ‘is_crontab_available’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def206]
git-2.47.0-build/git-2.47.0/builtin/interpret-trailers.c: scope_hint: In function ‘create_in_place_tempfile’
git-2.47.0-build/git-2.47.0/builtin/interpret-trailers.c:104:13: warning[-Wanalyzer-null-argument]: use of NULL ‘file’ where non-null expected
git-2.47.0-build/git-2.47.0/builtin/interpret-trailers.c: scope_hint: In function ‘create_in_place_tempfile’
/usr/include/features.h:511: included_from: Included from here.
/usr/include/unistd.h:25: included_from: Included from here.
git-2.47.0-build/git-2.47.0/git-compat-util.h:246: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin.h:4: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/interpret-trailers.c:8: included_from: Included from here.
/usr/include/sys/stat.h:227:12: note: argument 1 of ‘stat’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-476): [#def207]
git-2.47.0-build/git-2.47.0/builtin/name-rev.c: scope_hint: In function ‘name_rev’
git-2.47.0-build/git-2.47.0/builtin/name-rev.c:224:50: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
git-2.47.0-build/git-2.47.0/commit-slab-impl.h:88:16: note: in definition of macro ‘implement_commit_slab’
git-2.47.0-build/git-2.47.0/commit-slab.h:64:9: note: in expansion of macro ‘implement_static_commit_slab’
git-2.47.0-build/git-2.47.0/builtin/name-rev.c:34:1: note: in expansion of macro ‘define_commit_slab’
git-2.47.0-build/git-2.47.0/builtin/name-rev.c: scope_hint: In function ‘name_rev’
git-2.47.0-build/git-2.47.0/commit-slab-impl.h:52:17: note: in definition of macro ‘implement_commit_slab’
git-2.47.0-build/git-2.47.0/commit-slab.h:64:9: note: in expansion of macro ‘implement_static_commit_slab’
git-2.47.0-build/git-2.47.0/builtin/name-rev.c:34:1: note: in expansion of macro ‘define_commit_slab’
git-2.47.0-build/git-2.47.0/commit-slab-impl.h:5:9: note: in expansion of macro ‘implement_commit_slab’
git-2.47.0-build/git-2.47.0/commit-slab.h:64:9: note: in expansion of macro ‘implement_static_commit_slab’
git-2.47.0-build/git-2.47.0/builtin/name-rev.c:34:1: note: in expansion of macro ‘define_commit_slab’
git-2.47.0-build/git-2.47.0/commit-slab-impl.h:88:16: note: in definition of macro ‘implement_commit_slab’
git-2.47.0-build/git-2.47.0/commit-slab.h:64:9: note: in expansion of macro ‘implement_static_commit_slab’
git-2.47.0-build/git-2.47.0/builtin/name-rev.c:34:1: note: in expansion of macro ‘define_commit_slab’
git-2.47.0-build/git-2.47.0/builtin/name-rev.c: scope_hint: In function ‘name_rev’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def208]
git-2.47.0-build/git-2.47.0/builtin/pull.c: scope_hint: In function ‘get_tracking_branch’
git-2.47.0-build/git-2.47.0/builtin/pull.c:754:22: warning[-Wanalyzer-null-argument]: use of NULL ‘remote’ where non-null expected
git-2.47.0-build/git-2.47.0/builtin/pull.c: scope_hint: In function ‘get_tracking_branch’
git-2.47.0-build/git-2.47.0/git-compat-util.h:254: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin.h:4: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/pull.c:10: included_from: Included from here.
/usr/include/string.h:156:12: note: argument 1 of ‘strcmp’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-688): [#def209]
git-2.47.0-build/git-2.47.0/builtin/sparse-checkout.c: scope_hint: In function ‘sparse_checkout_check_rules’
git-2.47.0-build/git-2.47.0/builtin/sparse-checkout.c:1022:17: warning[-Wanalyzer-null-argument]: use of NULL ‘xfopen(check_rules_opts.rules_file, "r")’ where non-null expected
git-2.47.0-build/git-2.47.0/dir.h:8: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/sparse-checkout.c:4: included_from: Included from here.
git-2.47.0-build/git-2.47.0/git-compat-util.h:269: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin.h:4: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/sparse-checkout.c:2: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/sparse-checkout.c: scope_hint: In function ‘sparse_checkout_check_rules’
git-2.47.0-build/git-2.47.0/git-compat-util.h:247: included_from: Included from here.
/usr/include/stdio.h:184:12: note: argument 1 of ‘fclose’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-457): [#def210]
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c: scope_hint: In function ‘get_default_remote’
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:97:16: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘default_remote’
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c: scope_hint: In function ‘get_default_remote’
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:5: included_from: Included from here.
Error: GCC_ANALYZER_WARNING (CWE-457): [#def211]
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c: scope_hint: In function ‘sync_submodule’
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:1296:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘default_remote’
git-2.47.0-build/git-2.47.0/path.h:228: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:11: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:1282:9: note: in expansion of macro ‘strbuf_reset’
git-2.47.0-build/git-2.47.0/git-compat-util.h:269: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin.h:4: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:2: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:1282:9: note: in expansion of macro ‘strbuf_reset’
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:1291:9: note: in expansion of macro ‘strbuf_reset’
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:1291:9: note: in expansion of macro ‘strbuf_reset’
git-2.47.0-build/git-2.47.0/builtin/submodule--helper.c:1291:9: note: in expansion of macro ‘strbuf_reset’
Error: GCC_ANALYZER_WARNING: [#def212]
git-2.47.0-build/git-2.47.0/column.c: scope_hint: In function ‘run_column_filter’
git-2.47.0-build/git-2.47.0/column.c:393:9: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘1’
Error: GCC_ANALYZER_WARNING: [#def213]
git-2.47.0-build/git-2.47.0/column.c: scope_hint: In function ‘stop_column_filter’
git-2.47.0-build/git-2.47.0/column.c:406:9: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘1’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def214]
git-2.47.0-build/git-2.47.0/combine-diff.c: scope_hint: In function ‘show_patch_diff’
git-2.47.0-build/git-2.47.0/combine-diff.c:1085:38: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(*elem.path, 0)’
git-2.47.0-build/git-2.47.0/git-compat-util.h:248: included_from: Included from here.
git-2.47.0-build/git-2.47.0/combine-diff.c:3: included_from: Included from here.
Error: GCC_ANALYZER_WARNING (CWE-775): [#def215]
git-2.47.0-build/git-2.47.0/diagnose.c: scope_hint: In function ‘create_diagnostics_archive’
git-2.47.0-build/git-2.47.0/diagnose.c:210:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(xopen(*zip_path.buf, 577, 438), 1)’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def216]
git-2.47.0-build/git-2.47.0/diagnose.c:281:16: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘stdout_fd’
git-2.47.0-build/git-2.47.0/diagnose.c:3: included_from: Included from here.
git-2.47.0-build/git-2.47.0/diagnose.c:211:23: note: in expansion of macro ‘error_errno’
git-2.47.0-build/git-2.47.0/diagnose.c:211:23: note: in expansion of macro ‘error_errno’
git-2.47.0-build/git-2.47.0/compat/disk.h:5: included_from: Included from here.
git-2.47.0-build/git-2.47.0/diagnose.c:5: included_from: Included from here.
git-2.47.0-build/git-2.47.0/diagnose.c:211:23: note: in expansion of macro ‘error_errno’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def217]
git-2.47.0-build/git-2.47.0/diff-lib.c: scope_hint: In function ‘get_stat_data’
git-2.47.0-build/git-2.47.0/diff-lib.c:318:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ce’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def218]
git-2.47.0-build/git-2.47.0/dir.c:3907:20: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘dir’
git-2.47.0-build/git-2.47.0/dir.c: scope_hint: In function ‘invalidate_one_component’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def219]
git-2.47.0-build/git-2.47.0/line-log.c:1: included_from: Included from here.
git-2.47.0-build/git-2.47.0/git-compat-util.h: scope_hint: In function ‘copy_array’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1126:17: warning[-Wanalyzer-null-argument]: use of NULL ‘dst’ where non-null expected
git-2.47.0-build/git-2.47.0/git-compat-util.h:269: included_from: Included from here.
git-2.47.0-build/git-2.47.0/line-log.c: scope_hint: In function ‘copy_array’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1121:45: note: in definition of macro ‘COPY_ARRAY’
git-2.47.0-build/git-2.47.0/line-log.c:47:9: note: in expansion of macro ‘COPY_ARRAY’
git-2.47.0-build/git-2.47.0/line-log.c:47:9: note: in expansion of macro ‘COPY_ARRAY’
git-2.47.0-build/git-2.47.0/line-log.c: scope_hint: In function ‘copy_array’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1121:45: note: in definition of macro ‘COPY_ARRAY’
git-2.47.0-build/git-2.47.0/line-log.c:47:9: note: in expansion of macro ‘COPY_ARRAY’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1032:13: note: in expansion of macro ‘unsigned_mult_overflows’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1032:13: note: in expansion of macro ‘unsigned_mult_overflows’
<built-in>: note: argument 1 of ‘__builtin_memcpy’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-476): [#def220]
git-2.47.0-build/git-2.47.0/gpg-interface.c: scope_hint: In function ‘parse_gpg_output’
git-2.47.0-build/git-2.47.0/gpg-interface.c:268:45: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘next’
git-2.47.0-build/git-2.47.0/gpg-interface.c: scope_hint: In function ‘parse_gpg_output’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def221]
git-2.47.0-build/git-2.47.0/gpg-interface.c:309:54: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘next’
git-2.47.0-build/git-2.47.0/gpg-interface.c: scope_hint: In function ‘parse_gpg_output’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def222]
git-2.47.0-build/git-2.47.0/graph.c: scope_hint: In function ‘graph_output_post_merge_line’
git-2.47.0-build/git-2.47.0/graph.c:1110:46: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘parents’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def223]
git-2.47.0-build/git-2.47.0/graph.c:1143:47: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def224]
git-2.47.0-build/git-2.47.0/diff.h:7: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/patch-id.c:4: included_from: Included from here.
git-2.47.0-build/git-2.47.0/builtin/patch-id.c: scope_hint: In function ‘get_one_patchid’
git-2.47.0-build/git-2.47.0/hash.h:233:24: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘pre_oid_str[0]’
git-2.47.0-build/git-2.47.0/builtin/patch-id.c:105:33: note: in expansion of macro ‘the_hash_algo’
git-2.47.0-build/git-2.47.0/builtin/patch-id.c: scope_hint: In function ‘get_one_patchid’
git-2.47.0-build/git-2.47.0/builtin/patch-id.c:105:33: note: in expansion of macro ‘the_hash_algo’
git-2.47.0-build/git-2.47.0/builtin/patch-id.c:105:33: note: in expansion of macro ‘the_hash_algo’
git-2.47.0-build/git-2.47.0/git-compat-util.h:254: included_from: Included from here.
/usr/include/string.h:407:15: note: argument 1 of ‘strlen’ must be a pointer to a null-terminated string
Error: GCC_ANALYZER_WARNING (CWE-1341): [#def225]
git-2.47.0-build/git-2.47.0/loose.c: scope_hint: In function ‘write_one_object’
git-2.47.0-build/git-2.47.0/loose.c:201:9: warning[-Wanalyzer-fd-double-close]: double ‘close’ of file descriptor ‘open(path.buf, 1089, 438)’
git-2.47.0-build/git-2.47.0/loose.c:3: included_from: Included from here.
git-2.47.0-build/git-2.47.0/loose.c:200:9: note: in expansion of macro ‘error_errno’
git-2.47.0-build/git-2.47.0/loose.c:9: included_from: Included from here.
git-2.47.0-build/git-2.47.0/loose.c:200:9: note: in expansion of macro ‘error_errno’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def226]
git-2.47.0-build/git-2.47.0/pack-write.c: scope_hint: In function ‘write_rev_file_order’
git-2.47.0-build/git-2.47.0/pack-write.c:266:21: warning[-Wanalyzer-null-argument]: use of NULL ‘rev_name’ where non-null expected
git-2.47.0-build/git-2.47.0/pack-write.c:3: included_from: Included from here.
git-2.47.0-build/git-2.47.0/pack-write.c:229:9: note: in expansion of macro ‘ALLOC_ARRAY’
git-2.47.0-build/git-2.47.0/pack-write.c:232:9: note: in expansion of macro ‘QSORT_S’
/usr/include/features.h:511: included_from: Included from here.
/usr/include/unistd.h:25: included_from: Included from here.
git-2.47.0-build/git-2.47.0/git-compat-util.h:246: included_from: Included from here.
/usr/include/sys/stat.h:227:12: note: argument 1 of ‘stat’ must be non-null
Error: GCC_ANALYZER_WARNING: [#def227]
git-2.47.0-build/git-2.47.0/pager.c: scope_hint: In function ‘wait_for_pager’
git-2.47.0-build/git-2.47.0/pager.c:57:9: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘1’
Error: GCC_ANALYZER_WARNING: [#def228]
git-2.47.0-build/git-2.47.0/pager.c:61:17: warning[-Wanalyzer-fd-use-without-check]: ‘dup2’ on possibly invalid file descriptor ‘2’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def229]
git-2.47.0-build/git-2.47.0/range-diff.c: scope_hint: In function ‘output’
git-2.47.0-build/git-2.47.0/range-diff.c:528:43: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘a_util’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def230]
git-2.47.0-build/git-2.47.0/range-diff.c:541:43: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b_util’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def231]
git-2.47.0-build/git-2.47.0/range-diff.c:550:49: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘b_util’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def232]
git-2.47.0-build/git-2.47.0/git-compat-util.h:248: included_from: Included from here.
git-2.47.0-build/git-2.47.0/diff-lib.c:7: included_from: Included from here.
git-2.47.0-build/git-2.47.0/read-cache.h: scope_hint: In function ‘ce_path_match’
git-2.47.0-build/git-2.47.0/read-cache.h:42:41: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ce’
git-2.47.0-build/git-2.47.0/diff-lib.c:15: included_from: Included from here.
Error: GCC_ANALYZER_WARNING (CWE-835): [#def233]
git-2.47.0-build/git-2.47.0/refs.c: scope_hint: In function ‘check_refname_component’
git-2.47.0-build/git-2.47.0/refs.c:199:26: warning[-Wanalyzer-infinite-loop]: infinite loop
Error: GCC_ANALYZER_WARNING (CWE-476): [#def234]
git-2.47.0-build/git-2.47.0/refs/packed-backend.c: scope_hint: In function ‘write_with_updates’
git-2.47.0-build/git-2.47.0/refs/packed-backend.c:1445:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘iter’
git-2.47.0-build/git-2.47.0/refs/packed-backend.c: scope_hint: In function ‘write_with_updates’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def235]
git-2.47.0-build/git-2.47.0/refs/reftable-backend.c:3: included_from: Included from here.
git-2.47.0-build/git-2.47.0/refs/reftable-backend.c: scope_hint: In function ‘queue_transaction_update’
git-2.47.0-build/git-2.47.0/refs/reftable-backend.c:953:37: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘arg’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1246:22: note: in definition of macro ‘ALLOC_GROW’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1246:22: note: in definition of macro ‘ALLOC_GROW’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1246:22: note: in definition of macro ‘ALLOC_GROW’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1246:22: note: in definition of macro ‘ALLOC_GROW’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def236]
git-2.47.0-build/git-2.47.0/reftable/publicbasics.c: scope_hint: In function ‘reftable_calloc’
git-2.47.0-build/git-2.47.0/reftable/publicbasics.c:44:9: warning[-Wanalyzer-possible-null-argument]: use of possibly-NULL ‘reftable_malloc(st_mult(nelem, elsize))’ where non-null expected
<built-in>: note: argument 1 of ‘__builtin_memset’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-457): [#def237]
git-2.47.0-build/git-2.47.0/remote.c: scope_hint: In function ‘query_matches_negative_refspec’
git-2.47.0-build/git-2.47.0/remote.c:973:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘expn_name’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def238]
git-2.47.0-build/git-2.47.0/run-command.c: scope_hint: In function ‘child_dup2’
git-2.47.0-build/git-2.47.0/run-command.c:342:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘dup2(fd, to)’
git-2.47.0-build/git-2.47.0/run-command.c:3: included_from: Included from here.
git-2.47.0-build/git-2.47.0/run-command.c:435:14: note: in expansion of macro ‘has_dir_sep’
git-2.47.0-build/git-2.47.0/run-command.c: scope_hint: In function ‘child_dup2’
git-2.47.0-build/git-2.47.0/run-command.c:14: included_from: Included from here.
git-2.47.0-build/git-2.47.0/run-command.c:758:9: note: in expansion of macro ‘trace_argv_printf’
git-2.47.0-build/git-2.47.0/run-command.c: scope_hint: In function ‘child_dup2’
git-2.47.0-build/git-2.47.0/run-command.c:489:9: note: in expansion of macro ‘ALLOC_ARRAY’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1032:13: note: in expansion of macro ‘unsigned_mult_overflows’
git-2.47.0-build/git-2.47.0/run-command.c: scope_hint: In function ‘child_dup2’
git-2.47.0-build/git-2.47.0/run-command.c:508:26: note: in definition of macro ‘CHECK_BUG’
git-2.47.0-build/git-2.47.0/run-command.c:523:9: note: in expansion of macro ‘CHECK_BUG’
git-2.47.0-build/git-2.47.0/run-command.c:508:26: note: in definition of macro ‘CHECK_BUG’
git-2.47.0-build/git-2.47.0/run-command.c:525:9: note: in expansion of macro ‘CHECK_BUG’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def239]
git-2.47.0-build/git-2.47.0/strbuf.c: scope_hint: In function ‘strbuf_grow’
git-2.47.0-build/git-2.47.0/strbuf.c:114:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
git-2.47.0-build/git-2.47.0/strbuf.c:1: included_from: Included from here.
git-2.47.0-build/git-2.47.0/git-compat-util.h:137:7: note: in definition of macro ‘unsigned_add_overflows’
git-2.47.0-build/git-2.47.0/strbuf.c:112:9: note: in expansion of macro ‘ALLOC_GROW’
Error: CPPCHECK_WARNING (CWE-457): [#def240]
git-2.47.0-build/git-2.47.0/t/unit-tests/clar/clar.c:384: warning[uninitvar]: Uninitialized variable: matchlen
Error: GCC_ANALYZER_WARNING (CWE-476): [#def241]
git-2.47.0-build/git-2.47.0/t/unit-tests/clar/clar.c: scope_hint: In function ‘clar__fail’
git-2.47.0-build/git-2.47.0/t/unit-tests/clar/clar.c:686:21: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘error’
git-2.47.0-build/git-2.47.0/t/unit-tests/clar/clar.c:838: included_from: Included from here.
git-2.47.0-build/git-2.47.0/t/unit-tests/clar/clar.c:92: included_from: Included from here.
git-2.47.0-build/git-2.47.0/t/unit-tests/clar/clar.h:103:28: note: in expansion of macro ‘cl_must_pass_’
git-2.47.0-build/git-2.47.0/t/unit-tests/clar/clar/sandbox.h:83:9: note: in expansion of macro ‘cl_must_pass’
git-2.47.0-build/git-2.47.0/t/unit-tests/clar/clar.c: scope_hint: In function ‘clar__fail’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def242]
git-2.47.0-build/git-2.47.0/tempfile.c: scope_hint: In function ‘fdopen_tempfile’
git-2.47.0-build/git-2.47.0/tempfile.c:272:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fdopen(*tempfile.fd, mode)’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def243]
git-2.47.0-build/git-2.47.0/tempfile.c: scope_hint: In function ‘reopen_tempfile’
git-2.47.0-build/git-2.47.0/tempfile.c:331:24: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(*tempfile.filename.buf, 513)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def244]
git-2.47.0-build/git-2.47.0/tree.h:4: included_from: Included from here.
git-2.47.0-build/git-2.47.0/unpack-trees.c:13: included_from: Included from here.
git-2.47.0-build/git-2.47.0/unpack-trees.c: scope_hint: In function ‘verify_clean_subdirectory’
git-2.47.0-build/git-2.47.0/unpack-trees.c:2323:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ce’
git-2.47.0-build/git-2.47.0/object.h:121:28: note: in definition of macro ‘S_ISGITLINK’
git-2.47.0-build/git-2.47.0/unpack-trees.h:5: included_from: Included from here.
git-2.47.0-build/git-2.47.0/unpack-trees.c:16: included_from: Included from here.
git-2.47.0-build/git-2.47.0/unpack-trees.c:2487:44: note: in expansion of macro ‘ce_namelen’
git-2.47.0-build/git-2.47.0/object.h:121:28: note: in definition of macro ‘S_ISGITLINK’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def245]
git-2.47.0-build/git-2.47.0/utf8.c: scope_hint: In function ‘pick_one_utf8_char’
git-2.47.0-build/git-2.47.0/utf8.c:135:20: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘s’
git-2.47.0-build/git-2.47.0/git-compat-util.h:1290: included_from: Included from here.
git-2.47.0-build/git-2.47.0/utf8.c:1: included_from: Included from here.
git-2.47.0-build/git-2.47.0/utf8.c:749:21: note: in expansion of macro ‘tolower’
git-2.47.0-build/git-2.47.0/utf8.c:749:21: note: in expansion of macro ‘tolower’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def246]
git-2.47.0-build/git-2.47.0/builtin/fast-export.c:24: included_from: Included from here.
git-2.47.0-build/git-2.47.0/utf8.h: scope_hint: In function ‘reencode_string’
git-2.47.0-build/git-2.47.0/utf8.h:46:16: warning[-Wanalyzer-null-argument]: use of NULL ‘in’ where non-null expected
git-2.47.0-build/git-2.47.0/builtin/fast-export.c: scope_hint: In function ‘reencode_string’
<built-in>: note: argument 1 of ‘__builtin_strlen’ must be non-null
Error: GCC_ANALYZER_WARNING (CWE-775): [#def247]
git-2.47.0-build/git-2.47.0/worktree.c: scope_hint: In function ‘should_prune_worktree’
git-2.47.0-build/git-2.47.0/worktree.c:761:15: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(git_path("worktrees/%s/gitdir", id), 0)’
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-76.us-west-2.compute.internal |
mock-config | fedora-rawhide-gcc-latest-x86_64 |
project-name | git-2.47.0-1.fc42 |
store-results-to | /tmp/tmplg_xyof2/git-2.47.0-1.fc42.tar.xz |
time-created | 2024-11-13 00:01:01 |
time-finished | 2024-11-13 00:08:50 |
tool | csmock |
tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'clippy,cppcheck,gcc,unicontrol,shellcheck' '-o' '/tmp/tmplg_xyof2/git-2.47.0-1.fc42.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmplg_xyof2/git-2.47.0-1.fc42.src.rpm' |
tool-version | csmock-3.7.1.20241107.094801.gb3f0f26.pr_192-1.el9 |