Task #125255 - added.err

back to task #125255
download
Error: GCC_ANALYZER_WARNING (CWE-775):
util-linux-2.43.devel/sys-utils/setpriv.c:35: included_from: Included from here.
util-linux-2.43.devel/include/all-io.h: scope_hint: In function ‘do_seccomp_filter’
util-linux-2.43.devel/include/all-io.h:93:49: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open(file, 0)’
util-linux-2.43.devel/include/all-io.h:106:23: note: in expansion of macro ‘ul_read_all’
util-linux-2.43.devel/include/all-io.h:106:23: note: in expansion of macro ‘ul_read_all’
util-linux-2.43.devel/include/all-io.h:21: included_from: Included from here.
util-linux-2.43.devel/include/all-io.h:106:23: note: in expansion of macro ‘ul_read_all’
util-linux-2.43.devel/sys-utils/setpriv.c:21: included_from: Included from here.
util-linux-2.43.devel/include/all-io.h:106:23: note: in expansion of macro ‘ul_read_all’
#   91|   }
#   92|   
#   93|-> #define ul_read_all(fd, buf, count)		__read_all(NULL, (fd), (buf), (count))
#   94|   #define ul_vfs_read_all(vfs, fd, buf, count)	__read_all((vfs), (fd), (buf), (count))
#   95|   

Error: GCC_ANALYZER_WARNING (CWE-476):
util-linux-2.43.devel/misc-utils/cal.c: scope_hint: In function ‘monthly’
util-linux-2.43.devel/misc-utils/cal.c:1096:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xcalloc((long unsigned int)*ctl.months_in_row, 208) + (sizetype)i * 208’
util-linux-2.43.devel/misc-utils/cal.c:76: included_from: Included from here.
# 1094|   
# 1095|   	for (i = 0; i < ctl->months_in_row - 1; i++)
# 1096|-> 		ms[i].next = &ms[i + 1];
# 1097|   
# 1098|   	rows = (ctl->num_months - 1) / ctl->months_in_row;

Error: GCC_ANALYZER_WARNING (CWE-775):
util-linux-2.43.devel/sys-utils/unshare.c: scope_hint: In function ‘setgroups_control.part.0’
util-linux-2.43.devel/sys-utils/unshare.c:125:12: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘open("/proc/self/setgroups", 1)’
util-linux-2.43.devel/sys-utils/unshare.c:47: included_from: Included from here.
util-linux-2.43.devel/sys-utils/unshare.c:125:13: note: in expansion of macro ‘ul_write_all’
#  123|   	}
#  124|   
#  125|-> 	if (ul_write_all(fd, cmd, strlen(cmd)))
#  126|   		err(EXIT_FAILURE, _("write failed %s"), file);
#  127|   	close(fd);