Error: GCC_ANALYZER_WARNING (CWE-401): [#def1] util-linux-2.43.devel/disk-utils/cfdisk.c: scope_hint: In function ‘menu_update_ignore’ util-linux-2.43.devel/disk-utils/cfdisk.c:875:28: warning[-Wanalyzer-malloc-leak]: leak of ‘*m.ignore’ util-linux-2.43.devel/disk-utils/cfdisk.c:65: included_from: Included from here. util-linux-2.43.devel/include/debug.h:106:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’ util-linux-2.43.devel/disk-utils/cfdisk.c:271:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’ util-linux-2.43.devel/include/debug.h:106:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’ util-linux-2.43.devel/disk-utils/cfdisk.c:271:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’ util-linux-2.43.devel/include/c.h:23: included_from: Included from here. util-linux-2.43.devel/disk-utils/cfdisk.c:55: included_from: Included from here. util-linux-2.43.devel/disk-utils/cfdisk.c:267:25: note: in expansion of macro ‘__UL_DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:2170:9: note: in expansion of macro ‘DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:61: included_from: Included from here. util-linux-2.43.devel/disk-utils/cfdisk.c:267:25: note: in expansion of macro ‘__UL_DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:903:9: note: in expansion of macro ‘DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:267:25: note: in expansion of macro ‘__UL_DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:1182:9: note: in expansion of macro ‘DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:267:25: note: in expansion of macro ‘__UL_DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:857:9: note: in expansion of macro ‘DBG’ # 873| m->nitems = 0; # 874| # 875|-> for (d = m->items; d->name; d++) { # 876| if (m->ignore && strchr(m->ignore, d->key)) # 877| continue; Error: GCC_ANALYZER_WARNING (CWE-401): [#def2] util-linux-2.43.devel/disk-utils/cfdisk.c: scope_hint: In function ‘menu_set_title’ util-linux-2.43.devel/disk-utils/cfdisk.c:952:1: warning[-Wanalyzer-malloc-leak]: leak of ‘str’ util-linux-2.43.devel/include/debug.h:106:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’ util-linux-2.43.devel/disk-utils/cfdisk.c:271:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’ util-linux-2.43.devel/include/debug.h:106:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’ util-linux-2.43.devel/disk-utils/cfdisk.c:271:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’ util-linux-2.43.devel/disk-utils/cfdisk.c:267:25: note: in expansion of macro ‘__UL_DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:2170:9: note: in expansion of macro ‘DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:267:25: note: in expansion of macro ‘__UL_DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:903:9: note: in expansion of macro ‘DBG’ # 950| free(m->title); # 951| m->title = str; # 952|-> } # 953| # 954| Error: GCC_ANALYZER_WARNING (CWE-476): [#def3] util-linux-2.43.devel/disk-utils/cfdisk.c: scope_hint: In function ‘ui_create_label’ util-linux-2.43.devel/disk-utils/cfdisk.c:2182:30: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘xcalloc(fdisk_get_nlabels(*cf.cxt) + 1, 32)’ util-linux-2.43.devel/include/debug.h:106:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’ util-linux-2.43.devel/disk-utils/cfdisk.c:271:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’ util-linux-2.43.devel/include/debug.h:106:17: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_STRING’ util-linux-2.43.devel/disk-utils/cfdisk.c:271:9: note: in expansion of macro ‘__UL_INIT_DEBUG_FROM_ENV’ util-linux-2.43.devel/disk-utils/cfdisk.c:267:25: note: in expansion of macro ‘__UL_DBG’ util-linux-2.43.devel/disk-utils/cfdisk.c:2170:9: note: in expansion of macro ‘DBG’ # 2180| fdisk_label_get_type(lb) == FDISK_DISKLABEL_BSD) # 2181| continue; # 2182|-> cm[i++].name = fdisk_label_get_name(lb); # 2183| } # 2184| Error: GCC_ANALYZER_WARNING (CWE-476): [#def4] util-linux-2.43.devel/disk-utils/fdformat.c: scope_hint: In function ‘verify_disk’ util-linux-2.43.devel/disk-utils/fdformat.c:129:49: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘xmalloc(track_size)’ util-linux-2.43.devel/disk-utils/fdformat.c:20: included_from: Included from here. util-linux-2.43.devel/disk-utils/fdformat.c:28: included_from: Included from here. # 127| } # 128| for (count = 0; count < track_size; count++) # 129|-> if (data[count] != FD_FILL_BYTE) { # 130| if (retries_left) { # 131| format_begin(ctrl); Error: GCC_ANALYZER_WARNING (CWE-476): [#def5] util-linux-2.43.devel/misc-utils/cal.c: scope_hint: In function ‘monthly’ util-linux-2.43.devel/misc-utils/cal.c:1099: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:79: included_from: Included from here. # 1097| # 1098| for (i = 0; i < ctl->months_in_row - 1; i++) # 1099|-> ms[i].next = &ms[i + 1]; # 1100| # 1101| rows = (ctl->num_months - 1) / ctl->months_in_row;
| analyzer-version-clippy | 1.93.1 |
| analyzer-version-cppcheck | 2.20.0 |
| analyzer-version-gcc | 16.0.1 |
| analyzer-version-gcc-analyzer | 16.0.1 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| diffbase-analyzer-version-clippy | 1.93.1 |
| diffbase-analyzer-version-cppcheck | 2.20.0 |
| diffbase-analyzer-version-gcc | 16.0.1 |
| diffbase-analyzer-version-gcc-analyzer | 16.0.1 |
| diffbase-analyzer-version-shellcheck | 0.11.0 |
| diffbase-analyzer-version-unicontrol | 0.0.2 |
| diffbase-enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| diffbase-exit-code | 0 |
| diffbase-host | ip-172-16-1-25.us-west-2.compute.internal |
| diffbase-known-false-positives | /usr/share/csmock/known-false-positives.js |
| diffbase-known-false-positives-rpm | known-false-positives-0.0.0.20260225.110632.gf6ecc5a.main-1.el9.noarch |
| diffbase-mock-config | fedora-rawhide-x86_64 |
| diffbase-project-name | util-linux-2.43.devel-7.20260304141918509738.pr4096.12.gee0257cf5 |
| diffbase-store-results-to | /tmp/tmpx6eooaal/util-linux-2.43.devel-7.20260304141918509738.pr4096.12.gee0257cf5.tar.xz |
| diffbase-time-created | 2026-03-04 14:45:17 |
| diffbase-time-finished | 2026-03-04 14:53:49 |
| diffbase-tool | csmock |
| diffbase-tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,clippy,cppcheck,shellcheck,gcc' '-o' '/tmp/tmpx6eooaal/util-linux-2.43.devel-7.20260304141918509738.pr4096.12.gee0257cf5.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmpx6eooaal/util-linux-2.43.devel-7.20260304141918509738.pr4096.12.gee0257cf5.src.rpm' |
| diffbase-tool-version | csmock-3.8.4.20260302.153719.g8203630-1.el9 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-25.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20260225.110632.gf6ecc5a.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | util-linux-2.43.devel-7.20260303115419184869.master.11.gb1baf61cc |
| store-results-to | /tmp/tmp5j1yr3gv/util-linux-2.43.devel-7.20260303115419184869.master.11.gb1baf61cc.tar.xz |
| time-created | 2026-03-04 14:35:20 |
| time-finished | 2026-03-04 14:44:43 |
| title | Fixed findings |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'unicontrol,clippy,cppcheck,shellcheck,gcc' '-o' '/tmp/tmp5j1yr3gv/util-linux-2.43.devel-7.20260303115419184869.master.11.gb1baf61cc.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmp5j1yr3gv/util-linux-2.43.devel-7.20260303115419184869.master.11.gb1baf61cc.src.rpm' |
| tool-version | csmock-3.8.4.20260302.153719.g8203630-1.el9 |