2026-01-12 18:52 ftp://ftp.de.debian.org/debian/pool/main/c/cenon.app/cenon.app_4.0.6+ds1.orig.tar.bz2 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-90-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.69 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.19.0 head-info: a683c05 (2026-01-12 18:21:46 +0100) count: 15 15 elapsed-time: 0.3 0.1 head-timing-info: old-timing-info: head results: Cenon/VHFShared/._stringInterpreter.c:1:61: error: The code contains unhandled character(s) (character code=255). Neither unicode nor extended ascii is supported. [unhandledChar] Cenon/VHFShared/stringInterpreter.c:308:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable radix [valueFlowBailoutIncompleteVar] Cenon/VHFShared/stringInterpreter.c:361:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable radix [valueFlowBailoutIncompleteVar] Cenon/VHFShared/stringInterpreter.c:608:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] Cenon/VHFShared/stringInterpreter.c:162:22: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck] Cenon/VHFShared/stringInterpreter.c:166:11: note: Assuming that condition '!data' is not redundant Cenon/VHFShared/stringInterpreter.c:162:22: note: Null pointer dereference Cenon/VHFShared/stringInterpreter.c:185:22: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck] Cenon/VHFShared/stringInterpreter.c:189:11: note: Assuming that condition '!data' is not redundant Cenon/VHFShared/stringInterpreter.c:185:22: note: Null pointer dereference Cenon/VHFShared/stringInterpreter.c:194:8: warning: Either the condition 'data=strchr(data,'#')' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] Cenon/VHFShared/stringInterpreter.c:191:17: note: Assuming that condition 'data=strchr(data,'#')' is not redundant Cenon/VHFShared/stringInterpreter.c:194:8: note: Null pointer addition Cenon/VHFShared/stringInterpreter.c:485:15: style: Variable '*target' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] Cenon/VHFShared/stringInterpreter.c:482:16: note: $symbol is assigned Cenon/VHFShared/stringInterpreter.c:485:15: note: $symbol is overwritten Cenon/VHFShared/stringInterpreter.c:60:40: style:inconclusive: Function 'vhfEncryptStringEntry' argument 1 names different: declaration 'string' definition 'from'. [funcArgNamesDifferent] Cenon/VHFShared/stringInterpreter.h:11:40: note: Function 'vhfEncryptStringEntry' argument 1 names different: declaration 'string' definition 'from'. Cenon/VHFShared/stringInterpreter.c:60:40: note: Function 'vhfEncryptStringEntry' argument 1 names different: declaration 'string' definition 'from'. Cenon/VHFShared/stringInterpreter.c:158:46: style: Parameter 'id' can be declared as pointer to const [constParameterPointer] Cenon/VHFShared/stringInterpreter.c:181:52: style: Parameter 'id' can be declared as pointer to const [constParameterPointer] Cenon/VHFShared/stringInterpreter.c:181:62: style: Parameter 'limit' can be declared as pointer to const [constParameterPointer] Cenon/VHFShared/stringInterpreter.c:591:11: style: Variable 'value' is assigned a value that is never used. [unreadVariable] Cenon/VHFShared/stringInterpreter.c:597:11: style: Variable 'value' is assigned a value that is never used. [unreadVariable] Cenon/VHFShared/stringInterpreter.c:608:8: style: Variable 'value' is assigned a value that is never used. [unreadVariable] diff: DONE