Task #1747 - perl-Storable-3.32-502.fc40/scan-results.err
back to task #1747download
Error: CPPCHECK_WARNING:
perl-Storable-3.32-build/Storable-3.25/Storable.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.
Error: CLANG_WARNING:
perl-Storable-3.32-build/Storable-3.25/Storable.xs:5353:5: warning[core.NullDereference]: Dereference of null pointer
# 5351| }
# 5352|
# 5353|-> SvRV_set(rv, sv); /* $rv = \$sv */
# 5354| SvROK_on(rv);
# 5355| /*if (cxt->entry && ++cxt->ref_cnt > MAX_REF_CNT) {
Error: CLANG_WARNING:
perl-Storable-3.32-build/Storable-3.25/Storable.xs:7676:12: warning[core.NullDereference]: Dereference of null pointer
# 7674| ASSERT(!cxt->entry, ("entry will not cause new context allocation"));
# 7675|
# 7676|-> size = MBUF_SIZE();
# 7677| TRACEME(("dclone stored %ld bytes", (long)size));
# 7678| MBUF_INIT(size);