python-systemd-235-17.fc44

List of Findings

Error: GCC_ANALYZER_WARNING (CWE-457): [#def1]
python-systemd-235/systemd/_daemon.c:68:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘arr’
python-systemd-235/systemd/_daemon.c:93:14: throw: if ‘PyArg_ParseTupleAndKeywords’ throws an exception...
python-systemd-235/systemd/_daemon.c:83:41: call_function: inlined call to ‘PyMem_Free_intp’ from ‘notify’
#   66|   
#   67|   static inline void PyMem_Free_intp(int **p) {
#   68|->         PyMem_Free(*p);
#   69|   }
#   70|   

Error: GCC_ANALYZER_WARNING (CWE-401): [#def2]
python-systemd-235/systemd/_reader.c:175:1: warning[-Wanalyzer-malloc-leak]: leak of ‘s’
python-systemd-235/systemd/_reader.c:133:12: enter_function: entry to ‘strv_converter’
python-systemd-235/systemd/_reader.c:137:9: branch_false: following ‘false’ branch (when ‘_result’ is non-NULL)...
python-systemd-235/systemd/_reader.c:139:14: branch_false: ...to here
python-systemd-235/systemd/_reader.c:139:12: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:142:15: branch_false: ...to here
python-systemd-235/systemd/_reader.c:144:12: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:144:12: branch_false: ...to here
python-systemd-235/systemd/_reader.c:149:21: branch_true: following ‘true’ branch...
python-systemd-235/systemd/_reader.c:151:47: branch_true: ...to here
python-systemd-235/systemd/_reader.c:155:21: call_function: calling ‘str_converter’ from ‘strv_converter’
python-systemd-235/systemd/_reader.c:155:21: return_function: returning to ‘strv_converter’ from ‘str_converter’
python-systemd-235/systemd/_reader.c:156:20: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:159:21: branch_false: ...to here
python-systemd-235/systemd/_reader.c:159:21: acquire_memory: allocated here
python-systemd-235/systemd/_reader.c:160:20: branch_false: following ‘false’ branch (when ‘s’ is non-NULL)...
python-systemd-235/systemd/_reader.c:165:17: branch_false: ...to here
python-systemd-235/systemd/_reader.c:149:21: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:149:21: branch_false: ...to here
python-systemd-235/systemd/_reader.c:175:1: danger: ‘s’ leaks here; was allocated at [(17)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/16)
#  173|   
#  174|           return 0;
#  175|-> }
#  176|   
#  177|   static int long_as_fd(PyObject *obj, int *fd) {

Error: GCC_ANALYZER_WARNING (CWE-401): [#def3]
python-systemd-235/systemd/_reader.c:351:1: warning[-Wanalyzer-malloc-leak]: leak of ‘<unknown>’
python-systemd-235/systemd/_reader.c:253:12: enter_function: entry to ‘Reader_init’
python-systemd-235/systemd/_reader.c:259:12: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:266:13: branch_false: ...to here
python-systemd-235/systemd/_reader.c:266:12: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:272:12: branch_false: ...to here
python-systemd-235/systemd/_reader.c:272:12: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:298:19: branch_false: ...to here
python-systemd-235/systemd/_reader.c:298:19: branch_true: following ‘true’ branch...
python-systemd-235/systemd/_reader.c:299:47: branch_true: ...to here
python-systemd-235/systemd/_reader.c:305:30: call_function: calling ‘strv_converter’ from ‘Reader_init’
python-systemd-235/systemd/_reader.c:303:52: call_function: inlined call to ‘strv_freep’ from ‘Reader_init’
python-systemd-235/systemd/_reader.c:351:1: danger: ‘<unknown>’ leaks here; was allocated at [(27)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/26)
#  349|   
#  350|           return set_error(r, NULL, "Opening the journal failed");
#  351|-> }
#  352|   
#  353|   PyDoc_STRVAR(Reader_fileno__doc__,

Error: GCC_ANALYZER_WARNING (CWE-401): [#def4]
python-systemd-235/systemd/_reader.c:351:1: warning[-Wanalyzer-malloc-leak]: leak of ‘files’
python-systemd-235/systemd/_reader.c:253:12: enter_function: entry to ‘Reader_init’
python-systemd-235/systemd/_reader.c:259:12: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:266:13: branch_false: ...to here
python-systemd-235/systemd/_reader.c:266:12: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:272:12: branch_false: ...to here
python-systemd-235/systemd/_reader.c:272:12: branch_false: following ‘false’ branch...
python-systemd-235/systemd/_reader.c:298:19: branch_false: ...to here
python-systemd-235/systemd/_reader.c:298:19: branch_true: following ‘true’ branch...
python-systemd-235/systemd/_reader.c:299:47: branch_true: ...to here
python-systemd-235/systemd/_reader.c:305:30: call_function: calling ‘strv_converter’ from ‘Reader_init’
python-systemd-235/systemd/_reader.c:303:52: call_function: inlined call to ‘strv_freep’ from ‘Reader_init’
python-systemd-235/systemd/_reader.c:351:1: danger: ‘files’ leaks here; was allocated at [(16)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/15)
#  349|   
#  350|           return set_error(r, NULL, "Opening the journal failed");
#  351|-> }
#  352|   
#  353|   PyDoc_STRVAR(Reader_fileno__doc__,

Error: GCC_ANALYZER_WARNING (CWE-457): [#def5]
python-systemd-235/systemd/macro.h:49:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘result’
python-systemd-235/systemd/_reader.c:198:9: branch_false: following ‘false’ branch (when ‘_result’ is non-NULL)...
python-systemd-235/systemd/_reader.c:199:9: branch_false: ...to here
python-systemd-235/systemd/_reader.c:199:9: branch_false: following ‘false’ branch (when ‘_len’ is non-NULL)...
python-systemd-235/systemd/_reader.c:201:14: branch_false: ...to here
python-systemd-235/systemd/_reader.c:201:14: throw: if ‘PySequence_Check’ throws an exception...
python-systemd-235/systemd/_reader.c:195:29: call_function: inlined call to ‘freep’ from ‘intlist_converter’
#   47|   
#   48|   static inline void freep(void *p) {
#   49|->         free(*(void**) p);
#   50|   }
#   51|   

Error: COMPILER_WARNING (CWE-704): [#def6]
python-systemd-235/systemd/util.c: scope_hint: In function ‘parse_sockaddr’
python-systemd-235/systemd/util.c:122:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  122 |                 e = strchr(s+1, ']');
#      |                   ^
#  120|                   /* IPv6 in [x:.....:z]:p notation */
#  121|   
#  122|->                 e = strchr(s+1, ']');
#  123|                   if (!e)
#  124|                           return -EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def7]
python-systemd-235/systemd/util.c:122:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  120|                   /* IPv6 in [x:.....:z]:p notation */
#  121|   
#  122|->                 e = strchr(s+1, ']');
#  123|                   if (!e)
#  124|                           return -EINVAL;

Error: COMPILER_WARNING (CWE-704): [#def8]
python-systemd-235/systemd/util.c:152:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  152 |                 e = strchr(s, ':');
#      |                   ^
#  150|   
#  151|           } else {
#  152|->                 e = strchr(s, ':');
#  153|                   if (e) {
#  154|                           r = safe_atou(e+1, &u);

Error: COMPILER_WARNING (CWE-704): [#def9]
python-systemd-235/systemd/util.c:152:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
#  150|   
#  151|           } else {
#  152|->                 e = strchr(s, ':');
#  153|                   if (e) {
#  154|                           r = safe_atou(e+1, &u);

Scan Properties

analyzer-version-clippy1.92.0
analyzer-version-cppcheck2.19.1
analyzer-version-gcc16.0.0
analyzer-version-gcc-analyzer16.0.0
analyzer-version-shellcheck0.11.0
analyzer-version-unicontrol0.0.2
enabled-pluginsclippy, cppcheck, gcc, shellcheck, unicontrol
exit-code0
hostip-172-16-1-105.us-west-2.compute.internal
known-false-positives/usr/share/csmock/known-false-positives.js
known-false-positives-rpmknown-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch
mock-configfedora-rawhide-x86_64
project-namepython-systemd-235-17.fc44
store-results-to/tmp/tmpv60afjp6/python-systemd-235-17.fc44.tar.xz
time-created2026-01-08 21:02:44
time-finished2026-01-08 21:04:01
toolcsmock
tool-args'/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpv60afjp6/python-systemd-235-17.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpv60afjp6/python-systemd-235-17.fc44.src.rpm'
tool-versioncsmock-3.8.3.20251215.161544.g62de9a5-1.el9