Task #125508 - fixed.err
back to task #125508download
Error: GCC_ANALYZER_WARNING (CWE-401):
openscap-1.4.5/src/OVAL/probes/unix/linux/dpkginfo-helper.c: scope_hint: In function ‘dpkginfo_get_by_name’
openscap-1.4.5/src/OVAL/probes/unix/linux/dpkginfo-helper.c:161:61: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
openscap-1.4.5/src/OVAL/probes/unix/linux/dpkginfo-helper.c:11: included_from: Included from here.
openscap-1.4.5/src/common/debug_priv.h:54:33: note: in expansion of macro ‘__dlprintf_wrapper’
openscap-1.4.5/src/common/debug_priv.h:64:17: note: in expansion of macro ‘oscap_dlprintf’
openscap-1.4.5/src/OVAL/probes/unix/linux/dpkginfo-helper.c:90:9: note: in expansion of macro ‘dD’
/usr/include/features.h:540: included_from: Included from here.
/usr/include/sys/types.h:25: included_from: Included from here.
openscap-1.4.5/compat/compat.h:62: included_from: Included from here.
openscap-1.4.5/redhat-linux-build/config.h:144: included_from: Included from here.
openscap-1.4.5/src/OVAL/probes/unix/linux/dpkginfo-helper.c:2: included_from: Included from here.
openscap-1.4.5/src/OVAL/probes/unix/linux/dpkginfo-helper.c:8: included_from: Included from here.
# 159| *p++ = '\0';
# 160| if (strcmp(s, name) == 0) {
# 161|-> reply->name = strdup(value);
# 162| if (reply->name == NULL)
# 163| goto err;