Task #120354 - fixed.err
back to task #120354download
Error: GCC_ANALYZER_WARNING (CWE-401): authselect-1.7.0/src/cli/main.c: scope_hint: In function ‘requirements’ authselect-1.7.0/src/cli/main.c:546:12: warning[-Wanalyzer-malloc-leak]: leak of ‘features’ authselect-1.7.0/src/cli/main.c:32: included_from: Included from here. authselect-1.7.0/src/common/common.h:42:22: note: in definition of macro ‘malloc_zero_array’ authselect-1.7.0/src/cli/main.c:83:16: note: in expansion of macro ‘malloc_zero_array’ authselect-1.7.0/src/cli/main.c:522:9: note: in expansion of macro ‘ERROR’ # 544| authselect_profile_free(profile); # 545| # 546|-> return ret; # 547| } # 548|