Task #123091 - added.err

back to task #123091
download
Error: GCC_ANALYZER_WARNING (CWE-122):
openscap-1.4.5/src/OVAL/probes/unix/xinetd_probe.c:41: included_from: Included from here.
openscap-1.4.5/src/OVAL/probes/unix/xinetd_probe.c: scope_hint: In function ‘xiconf_parse_section’
openscap-1.4.5/src/OVAL/probes/unix/xinetd_probe.c:1172:36: warning[-Wanalyzer-out-of-bounds]: heap-based buffer over-read
openscap-1.4.5/src/OVAL/probes/unix/xinetd_probe.c:828:34: note: in expansion of macro ‘tmpbuf_get’
openscap-1.4.5/src/OVAL/probes/unix/xinetd_probe.c:828:34: note: in expansion of macro ‘tmpbuf_get’
# 1170|   	 * at the end are allowed here.
# 1171|   	 */
# 1172|-> 	while(isspace(xifile->inmem[xifile->inoff]))
# 1173|   		++xifile->inoff;
# 1174|   	if (xifile->inmem[xifile->inoff] != '{')