2025-05-05 15:40 ftp://ftp.de.debian.org/debian/pool/main/liba/libapache2-mod-authn-yolo/libapache2-mod-authn-yolo_1.1.orig.tar.xz 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-59-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.17.0 head-info: fcc0493 (2025-05-05 13:08:11 +0200) count: 3 3 elapsed-time: 0.1 0.1 head-timing-info: old-timing-info: head results: libapache2-mod-authn-yolo-1.1/mod_authn_yolo.c:25:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTH_GRANTED [valueFlowBailoutIncompleteVar] libapache2-mod-authn-yolo-1.1/mod_authn_yolo.c:36:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTHN_PROVIDER_GROUP [valueFlowBailoutIncompleteVar] libapache2-mod-authn-yolo-1.1/mod_authn_yolo.c:22:49: style: Parameter 'r' can be declared as pointer to const. However it seems that 'check_password' is a callback function, if 'r' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libapache2-mod-authn-yolo-1.1/mod_authn_yolo.c:30:3: note: You might need to cast the function pointer here libapache2-mod-authn-yolo-1.1/mod_authn_yolo.c:22:49: note: Parameter 'r' can be declared as pointer to const diff: DONE