Task #977 - perl-Clone-0.46-7.fc41/scan-results.err
back to task #977download
Error: CPPCHECK_WARNING: perl-Clone-0.46-build/Clone-0.46/Clone.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: COMPILER_WARNING (CWE-563): perl-Clone-0.46-build/Clone-0.46/Clone.xs: scope_hint: In function ‘av_clone’ perl-Clone-0.46-build/Clone-0.46/Clone.xs:67:7: warning[-Wunused-variable]: unused variable ‘val’ # 67 | SV *val = NULL; # | ^~~ # 65| AV *self = (AV *) ref; # 66| SV **svp; # 67|-> SV *val = NULL; # 68| I32 arrlen = 0; # 69| int i = 0; Error: COMPILER_WARNING (CWE-1164): perl-Clone-0.46-build/Clone-0.46/Clone.xs: scope_hint: At top level perl-Clone-0.46-build/Clone-0.46/Clone.xs:96:1: warning[-Wunused-function]: ‘rv_clone’ defined but not used # 96 | rv_clone (SV * ref, HV* hseen, int depth) # | ^~~~~~~~ # 94| # 95| static SV * # 96|-> rv_clone (SV * ref, HV* hseen, int depth) # 97| { # 98| SV *clone = NULL; Error: COMPILER_WARNING (CWE-563): perl-Clone-0.46-build/Clone-0.46/Clone.xs: scope_hint: In function ‘rv_clone’ perl-Clone-0.46-build/Clone-0.46/Clone.xs:99:7: warning[-Wunused-variable]: unused variable ‘rv’ # 99 | SV *rv = NULL; # | ^~ # 97| { # 98| SV *clone = NULL; # 99|-> SV *rv = NULL; # 100| # 101| assert(SvROK(ref)); Error: COMPILER_WARNING (CWE-563): perl-Clone-0.46-build/Clone-0.46/Clone.xs: scope_hint: In function ‘sv_clone’ perl-Clone-0.46-build/Clone-0.46/Clone.xs:277:15: warning[-Wunused-variable]: unused variable ‘vtable’ # 277 | MGVTBL *vtable = 0; # | ^~~~~~ # 275| { # 276| MAGIC* mg; # 277|-> MGVTBL *vtable = 0; # 278| # 279| for (mg = SvMAGIC(ref); mg; mg = mg->mg_moremagic) Error: CLANG_WARNING: perl-Clone-0.46-build/Clone-0.46/Clone.xs:384:6: warning[deadcode.DeadStores]: Value stored to 'clone' during its initialization is never read # 382| int depth # 383| PREINIT: # 384|-> SV *clone = &PL_sv_undef; # 385| HV *hseen = newHV(); # 386| PPCODE: