Task #73902 - added.err
back to task #73902download
Error: GCC_ANALYZER_WARNING (CWE-401):
conmon-2.1.13/src/healthcheck.c: scope_hint: In function ‘healthcheck_execute_command’
conmon-2.1.13/src/healthcheck.c:254:24: warning[-Wanalyzer-malloc-leak]: leak of ‘runtime_argv’
# 252| {
# 253| if (config == NULL || config->test == NULL || container_id == NULL || runtime_path == NULL || exit_code == NULL) {
# 254|-> return false;
# 255| }
# 256|