Task #140683 - added.err
back to task #140683download
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:1109:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xcalloc((long unsigned int)*ctl.months_in_row, 208)’ util-linux-2.43.devel/misc-utils/cal.c:76: included_from: Included from here. # 1107| # 1108| for (i = 0; i < ctl->months_in_row - 1; i++) # 1109|-> ms[i].next = &ms[i + 1]; # 1110| # 1111| rows = (ctl->num_months - 1) / ctl->months_in_row;