subscription-manager-1.30.6-1.20250328155616759993.pr3538.14.g2ca355882

List of Findings

Error: CPPCHECK_WARNING (CWE-476): [#def1]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/daemons/rhsmcertd.c:715: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: config
#  713|   
#  714|       // Set the default values
#  715|->     config->auto_reg_interval_seconds = DEFAULT_AUTO_REG_INTERVAL_SECONDS;
#  716|       config->cert_interval_seconds = DEFAULT_CERT_INTERVAL_SECONDS;
#  717|       config->splay = DEFAULT_SPLAY_ENABLED;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def2]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/daemons/rhsmcertd.c: scope_hint: In function ‘get_config’
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/daemons/rhsmcertd.c:715:39: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘config’
#  713|   
#  714|       // Set the default values
#  715|->     config->auto_reg_interval_seconds = DEFAULT_AUTO_REG_INTERVAL_SECONDS;
#  716|       config->cert_interval_seconds = DEFAULT_CERT_INTERVAL_SECONDS;
#  717|       config->splay = DEFAULT_SPLAY_ENABLED;

Error: CPPCHECK_WARNING (CWE-476): [#def3]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/daemons/rhsmcertd.c:716: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: config
#  714|       // Set the default values
#  715|       config->auto_reg_interval_seconds = DEFAULT_AUTO_REG_INTERVAL_SECONDS;
#  716|->     config->cert_interval_seconds = DEFAULT_CERT_INTERVAL_SECONDS;
#  717|       config->splay = DEFAULT_SPLAY_ENABLED;
#  718|       config->auto_registration = DEFAULT_AUTO_REGISTRATION;

Error: CPPCHECK_WARNING (CWE-476): [#def4]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/daemons/rhsmcertd.c:717: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: config
#  715|       config->auto_reg_interval_seconds = DEFAULT_AUTO_REG_INTERVAL_SECONDS;
#  716|       config->cert_interval_seconds = DEFAULT_CERT_INTERVAL_SECONDS;
#  717|->     config->splay = DEFAULT_SPLAY_ENABLED;
#  718|       config->auto_registration = DEFAULT_AUTO_REGISTRATION;
#  719|   

Error: CPPCHECK_WARNING (CWE-476): [#def5]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/daemons/rhsmcertd.c:718: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: config
#  716|       config->cert_interval_seconds = DEFAULT_CERT_INTERVAL_SECONDS;
#  717|       config->splay = DEFAULT_SPLAY_ENABLED;
#  718|->     config->auto_registration = DEFAULT_AUTO_REGISTRATION;
#  719|   
#  720|       // Load configuration values from the configuration file

Error: CPPCHECK_WARNING (CWE-476): [#def6]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/product-id.c:165: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: repoProductId
#  163|   RepoProductId *initRepoProductId(void) {
#  164|       RepoProductId *repoProductId = (RepoProductId*) malloc(sizeof(RepoProductId));
#  165|->     repoProductId->repo = NULL;
#  166|       repoProductId->productIdPath = NULL;
#  167|       repoProductId->isInstalled = FALSE;

Error: GCC_ANALYZER_WARNING (CWE-476): [#def7]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/product-id.c: scope_hint: In function ‘initRepoProductId’
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/product-id.c:165:25: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘repoProductId’
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/product-id.c:15: included_from: Included from here.
/usr/include/glib-2.0/glib.h:33: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/libdnf/dnf-types.h:27: included_from: Included from here.
/usr/include/libdnf/plugin/plugin.h:24: included_from: Included from here.
#  163|   RepoProductId *initRepoProductId(void) {
#  164|       RepoProductId *repoProductId = (RepoProductId*) malloc(sizeof(RepoProductId));
#  165|->     repoProductId->repo = NULL;
#  166|       repoProductId->productIdPath = NULL;
#  167|       repoProductId->isInstalled = FALSE;

Error: CPPCHECK_WARNING (CWE-476): [#def8]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/product-id.c:166: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: repoProductId
#  164|       RepoProductId *repoProductId = (RepoProductId*) malloc(sizeof(RepoProductId));
#  165|       repoProductId->repo = NULL;
#  166|->     repoProductId->productIdPath = NULL;
#  167|       repoProductId->isInstalled = FALSE;
#  168|       return repoProductId;

Error: CPPCHECK_WARNING (CWE-476): [#def9]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/product-id.c:167: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: repoProductId
#  165|       repoProductId->repo = NULL;
#  166|       repoProductId->productIdPath = NULL;
#  167|->     repoProductId->isInstalled = FALSE;
#  168|       return repoProductId;
#  169|   }

Error: CPPCHECK_WARNING (CWE-476): [#def10]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/productdb.c:34: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: productDb
#   32|   ProductDb *initProductDb() {
#   33|       ProductDb *productDb = malloc(sizeof(ProductDb));
#   34|->     productDb->path = NULL;
#   35|       // We do not provide method for freeing value, because it would be ineficient to
#   36|       // free and recreate GSList everytime we add/remove item in the list

Error: GCC_ANALYZER_WARNING (CWE-476): [#def11]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/productdb.c: scope_hint: In function ‘initProductDb’
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/productdb.c:34:21: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘productDb’
#   32|   ProductDb *initProductDb() {
#   33|       ProductDb *productDb = malloc(sizeof(ProductDb));
#   34|->     productDb->path = NULL;
#   35|       // We do not provide method for freeing value, because it would be ineficient to
#   36|       // free and recreate GSList everytime we add/remove item in the list

Error: CPPCHECK_WARNING (CWE-476): [#def12]
subscription-manager-1.30.6-build/subscription-manager-1.30.6/src/plugins/libdnf/productdb.c:37: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: productDb
#   35|       // We do not provide method for freeing value, because it would be ineficient to
#   36|       // free and recreate GSList everytime we add/remove item in the list
#   37|->     productDb->repoMap = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL);
#   38|       return productDb;
#   39|   }

Scan Properties

analyzer-version-clippy1.85.1
analyzer-version-cppcheck2.17.1
analyzer-version-gcc15.0.1
analyzer-version-gcc-analyzer15.0.1
analyzer-version-shellcheck0.10.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-185.us-west-2.compute.internal
mock-configfedora-rawhide-x86_64
project-namesubscription-manager-1.30.6-1.20250328155616759993.pr3538.14.g2ca355882
store-results-to/tmp/tmpqnx7e10u/subscription-manager-1.30.6-1.20250328155616759993.pr3538.14.g2ca355882.tar.xz
time-created2025-03-28 16:06:18
time-finished2025-03-28 16:07:33
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'cppcheck,shellcheck,unicontrol,clippy,gcc' '-o' '/tmp/tmpqnx7e10u/subscription-manager-1.30.6-1.20250328155616759993.pr3538.14.g2ca355882.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '/tmp/tmpqnx7e10u/subscription-manager-1.30.6-1.20250328155616759993.pr3538.14.g2ca355882.src.rpm'
tool-versioncsmock-3.8.0-1.el9