2026-03-29 08:43 ftp://ftp.de.debian.org/debian/pool/main/liba/libapache2-mod-authz-unixgroup/libapache2-mod-authz-unixgroup_1.1.0.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-106-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.70 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04.1) 14.2.0 cppcheck: head 2.20.0 head-info: e06e98f (2026-03-28 10:25:12 +0100) count: 9 9 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:120:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTHZ_DENIED_NO_USER [valueFlowBailoutIncompleteVar] mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:141:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTHZ_DENIED_NO_USER [valueFlowBailoutIncompleteVar] mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:176:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable authz_owner_get_file_group [valueFlowBailoutIncompleteVar] mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:60:25: portability: Non reentrant function 'getpwnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwnam_r'. [prohibitedgetpwnamCalled] mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:85:11: portability: Non reentrant function 'getgrgid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getgrgid_r'. [prohibitedgetgrgidCalled] mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:90:11: portability: Non reentrant function 'getgrnam' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getgrnam_r'. [prohibitedgetgrnamCalled] mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:48:19: style: Variable 'grp' can be declared as pointer to const [constVariablePointer] mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:49:11: style: Variable 'user' can be declared as pointer to const [constVariablePointer] mod_authz_unixgroup-1.1.0/mod_authz_unixgroup.c:60:20: style: Variable 'pwd' can be declared as pointer to const [constVariablePointer] diff: DONE