2025-08-31 10:17 ftp://ftp.de.debian.org/debian/pool/main/h/haskell-securemem/haskell-securemem_0.1.10.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-79-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.18.0 head-info: 2ee39fe (2025-08-30 22:07:31 +0200) count: 16 16 elapsed-time: 0.0 0.1 head-timing-info: old-timing-info: head results: securemem-0.1.10/cbits/utils.c:103:27: style:inconclusive: Boolean expression 'p1[0]==p2[0]' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] securemem-0.1.10/cbits/utils.c:73:40: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] securemem-0.1.10/cbits/utils.c:73:53: style: Parameter 'p2' can be declared as pointer to const [constParameterPointer] securemem-0.1.10/cbits/utils.c:94:12: style: Variable 'sp1' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:94:18: style: Variable 'sp2' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:101:12: style: Variable 'sp1' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:101:18: style: Variable 'sp2' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:108:2: style: Variable 'sp1' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:113:2: style: Variable 'sp1' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:118:2: style: Variable 'sp1' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:123:2: style: Variable 'sp1' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:128:2: style: Variable 'sp1' can be declared as pointer to const [constVariablePointer] securemem-0.1.10/cbits/utils.c:95:6: style: Variable 'sp1' is assigned a value that is never used. [unreadVariable] securemem-0.1.10/cbits/utils.c:95:29: style: Variable 'sp2' is assigned a value that is never used. [unreadVariable] securemem-0.1.10/cbits/utils.c:102:6: style: Variable 'sp1' is assigned a value that is never used. [unreadVariable] securemem-0.1.10/cbits/utils.c:102:29: style: Variable 'sp2' is assigned a value that is never used. [unreadVariable] diff: DONE