Skip to content

shell: pass hint by const reference

Fushan Wen requested to merge work/fuf/cwe-398 into master

Function parameter 'hint' should be passed by const reference. (CWE-398)

Variable 'ksplash' is assigned a value that is never used. (CWE-563)

Unused variable: list (CWE-563)

C-style pointer casting (CWE-398)

Merge request reports

Loading