2022-06-26 23:34 ftp://ftp.de.debian.org/debian/pool/main/c/ctn/ctn_3.2.0~dfsg.orig.tar.xz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j2 platform: Linux-5.4.0-110-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: 242afc3 (2022-06-25 21:42:55 +0200) count: 2243 2243 elapsed-time: 29.1 31.8 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxMethod.c:224:48: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:632:5: error: Common realloc mistake: 'wcs' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:633:42: style: Checking if unsigned expression 'mbstowcs(wcs,value_str,maxlen)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:522:27: style:inconclusive: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.h:157:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:522:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:523:16: style:inconclusive: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.h:158:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:523:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:554:23: style:inconclusive: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.h:159:35: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:554:23: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:677:31: error: Uninitialized variable: fg [uninitvar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:680:31: error: Uninitialized variable: bg [uninitvar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:341:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:459:22: style: Variable 'id' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:493:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:494:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:526:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:527:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:557:17: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:595:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:149:2: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:420:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:288:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:283:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:288:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:289:12: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:288:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:289:12: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:161:12: warning: Size of pointer 'buf1' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:162:12: warning: Size of pointer 'buf2' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:164:12: warning: Size of pointer 'info' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:247:10: warning: Size of pointer 'buffer' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:249:10: warning: Size of pointer 'buff' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:418:12: warning: Size of pointer 'buff' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:477:12: warning: Size of pointer 'info' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:472:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:140:11: style: struct member 'SOP_ELEMENT::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:141:10: style: struct member 'SOP_ELEMENT::sopclass' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:142:10: style: struct member 'SOP_ELEMENT::sopclassW' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:561:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:562:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:563:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:591:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:592:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:646:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:647:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:700:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:701:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:702:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:714:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:715:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:716:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:783:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:784:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:785:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:812:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:813:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:814:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:852:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:853:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:854:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:203:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:204:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:207:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:236:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:237:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:240:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:544:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxMethod.c:224:48: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:632:5: error: Common realloc mistake: 'wcs' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:633:42: style: Checking if unsigned expression 'mbstowcs(wcs,value_str,maxlen)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:522:27: style:inconclusive: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.h:157:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:522:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:523:16: style:inconclusive: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.h:158:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:523:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:554:23: style:inconclusive: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.h:159:35: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:554:23: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:677:31: error: Uninitialized variable: fg [uninitvar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:680:31: error: Uninitialized variable: bg [uninitvar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:341:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:459:22: style: Variable 'id' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:493:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:494:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:526:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:527:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:557:17: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:595:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:155:19: style:inconclusive: Boolean expression '!ae->Flag' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:155:19: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:216:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:217:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:220:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:250:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:251:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:254:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:285:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:289:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:629:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:146:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:147:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:150:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:178:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:179:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:182:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:208:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:209:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:212:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:238:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:239:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:242:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:267:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:268:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:271:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:295:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:296:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:299:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:325:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:326:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:329:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:355:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:356:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:359:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:383:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:384:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:387:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:761:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:110:36: style:inconclusive: Function 'formatGroupGroup' argument 1 names different: declaration 'p' definition 'g'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.h:10:41: note: Function 'formatGroupGroup' argument 1 names different: declaration 'p' definition 'g'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:110:36: note: Function 'formatGroupGroup' argument 1 names different: declaration 'p' definition 'g'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:116:36: style:inconclusive: Function 'formatGroupTitle' argument 1 names different: declaration 'p' definition 'g'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.h:12:41: note: Function 'formatGroupTitle' argument 1 names different: declaration 'p' definition 'g'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:116:36: note: Function 'formatGroupTitle' argument 1 names different: declaration 'p' definition 'g'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:131:42: style:inconclusive: Function 'formatStorageAccess' argument 1 names different: declaration 'a' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.h:15:47: note: Function 'formatStorageAccess' argument 1 names different: declaration 'a' definition 's'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:131:42: note: Function 'formatStorageAccess' argument 1 names different: declaration 'a' definition 's'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:162:43: style:inconclusive: Function 'compareStorageAccess' argument 1 names different: declaration 'a1' definition 's1'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.h:16:47: note: Function 'compareStorageAccess' argument 1 names different: declaration 'a1' definition 's1'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:162:43: note: Function 'compareStorageAccess' argument 1 names different: declaration 'a1' definition 's1'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:168:44: style:inconclusive: Function 'formatStorageControl' argument 1 names different: declaration 'c' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.h:17:49: note: Function 'formatStorageControl' argument 1 names different: declaration 'c' definition 's'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:168:44: note: Function 'formatStorageControl' argument 1 names different: declaration 'c' definition 's'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:175:71: style:inconclusive: Function 'compareStorageControl' argument 2 names different: declaration 'c2' definition 's2'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.h:18:75: note: Function 'compareStorageControl' argument 2 names different: declaration 'c2' definition 's2'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:175:71: note: Function 'compareStorageControl' argument 2 names different: declaration 'c2' definition 's2'. ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:185:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:186:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:189:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:220:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:221:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:224:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:254:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:258:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:283:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:287:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:532:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:235:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:239:49: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:262:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:263:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:266:49: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:294:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:295:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:298:49: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:662:49: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:222:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:226:50: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:248:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:249:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:252:50: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:280:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:281:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:284:50: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:592:50: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:205:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:206:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:209:45: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:240:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:241:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:244:45: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:275:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:279:45: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:543:45: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:194:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:195:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:198:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:228:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:229:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:232:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:258:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:259:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:262:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:292:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:296:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:535:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:196:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:200:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:223:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:224:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:227:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:255:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:256:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:259:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:516:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:440:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:44:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:68:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:194:30: style: Unused variable: e1 [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:214:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:217:9: style: Unused variable: e2 [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:245:2: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:249:2: style: Unused variable: recs [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:251:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:252:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:388:17: style: Unused variable: handle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:144:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:160:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:177:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:59:2: error: Memory leak: map [memleak] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:59:2: error: Memory leak: map.orig [memleak] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:59:2: error: Memory leak: map.mapped [memleak] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:42:11: style: struct member 'MAP::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/ctn_cutil/ctn_cutil.c:74:18: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:183:3: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:159:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:164:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:165:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:155:24: warning: Either the condition 'specificCharSet==0' is redundant or there is possible null pointer dereference: specificCharSet. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:298:23: note: Assuming that condition 'specificCharSet==0' is not redundant ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:295:27: note: Calling function 'validateSpecificCharSet', 1st argument 'specificCharSet' value is 0 ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:155:24: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:141:37: style: Variable 'secondaryElements' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:159:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:162:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:165:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:274:18: style: Variable 'tags' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:299:21: style: Variable 'specificCharSet' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:285:7: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:286:15: style: Unused variable: e [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:287:9: style: Unused variable: s [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:290:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:323:18: style: Variable 'tags' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:342:14: style: Variable 'length' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:334:7: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:335:15: style: Unused variable: e [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:336:9: style: Unused variable: s [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:339:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:341:8: style: Unused variable: xlate [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/pq_ctnnetwork.c:67:2: style: Unused variable: e [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbaddimage.c:65:9: style: Unused variable: classuid [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbdeloldeststudy.c:70:5: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum] ctn-3.2.0+dfsg.orig/apps/database/dbdeloldeststudy.c:70:42: error: Uninitialized variable: num [legacyUninitvar] ctn-3.2.0+dfsg.orig/apps/database/dbdump.c:57:2: style: Unused variable: ret [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dblstimages.c:60:2: style: Unused variable: ret [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dblstpats.c:60:2: style: Unused variable: ret [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dblstpats.c:68:9: style: Unused variable: patid [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dblstseries.c:60:2: style: Unused variable: ret [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dblststudies.c:60:2: style: Unused variable: ret [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbnew.c:61:2: style: Unused variable: pat [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbnumstudies.c:70:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/database/dbremove.c:57:9: style: Unused variable: id [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbquerytest.c:66:2: style: Unused variable: ret [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbquerytest.c:72:2: style: Unused variable: pat [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbquerytest.c:74:9: style: Unused variable: patid [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbquerytest.c:75:9: style: Unused variable: dbname [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_add_fragments/dcm_add_fragments.c:101:5: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:265:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:244:10: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:265:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:392:16: warning: Redundant assignment of 'diag_level' to itself. [selfAssignment] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:427:13: warning: Redundant assignment of 'd_level' to itself. [selfAssignment] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:392:16: style: Variable 'diag_level' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:475:10: style:inconclusive: Boolean expression '1==1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:536:10: style:inconclusive: Boolean expression '1==1' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:594:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:602:10: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:701:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:709:10: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:475:5: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:475:10: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:536:5: style: Suspicious condition (bitwise operator + comparison); Clarify expression with parentheses. [clarifyCondition] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:536:10: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:475:13: style: Same expression on both sides of '=='. [duplicateExpression] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:536:13: style: Same expression on both sides of '=='. [duplicateExpression] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:385:25: style:inconclusive: Function 'addpixels' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:76:37: note: Function 'addpixels' argument 1 names different: declaration 'object' definition 'obj'. ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:385:25: note: Function 'addpixels' argument 1 names different: declaration 'object' definition 'obj'. ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:444:39: style:inconclusive: Function 'addEncapsulatedDocument' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:77:51: note: Function 'addEncapsulatedDocument' argument 1 names different: declaration 'object' definition 'obj'. ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:444:39: note: Function 'addEncapsulatedDocument' argument 1 names different: declaration 'object' definition 'obj'. ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:505:31: style:inconclusive: Function 'addBinaryTable' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:78:42: note: Function 'addBinaryTable' argument 1 names different: declaration 'object' definition 'obj'. ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:505:31: note: Function 'addBinaryTable' argument 1 names different: declaration 'object' definition 'obj'. ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:697:9: style: Unused variable: j [unusedVariable] y.tab.c:397:16: warning: Either the condition 'yyn<=258' is redundant or the array 'yylen[19]' is accessed at index 259, which is out of bounds. [arrayIndexOutOfBoundsCond] y.tab.c:702:17: note: Assuming that condition 'yyn<=258' is not redundant y.tab.c:397:16: note: Array index out of bounds y.tab.c:673:16: warning: Either the condition 'yyn<=258' is redundant or the array 'yylhs[19]' is accessed at index 259, which is out of bounds. [arrayIndexOutOfBoundsCond] y.tab.c:702:17: note: Assuming that condition 'yyn<=258' is not redundant y.tab.c:673:16: note: Array index out of bounds gram.y:95:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] gram.y:95:6: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] lex.yy.c:1000:3: style: Redundant initialization for 'c'. The initialized value is overwritten before it is read. [redundantInitialization] lex.yy.c:1000:3: note: c is initialized lex.yy.c:1000:3: note: c is overwritten lex.yy.c:1446:15: style: Parameter 'bytes' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:105:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:105:5: portability: %d in format string (no. 6) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:450:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:141:10: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:145:10: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:79:15: style: Variable 'flags' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_dump_file/dcm_dump_file.c:74:8: style: struct member 'PATH_STRUCT::path' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:291:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:293:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:313:5: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:313:10: warning: In expression like '*A++' the result of '*' is unused. Did you intend to write '(*A)++;'? [clarifyStatement] ctn-3.2.0+dfsg.orig/apps/dcm_iterator/dcm_iterator.c:75:8: style: struct member 'PATH_STRUCT::path' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:130:10: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:130:10: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:130:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:295:0: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:304:0: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:313:0: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:322:0: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:140:14: style: Variable 'pixelCount' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:159:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:176:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:193:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:210:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:227:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:244:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:261:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:278:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:438:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:197:6: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:125:2: style: Unused variable: frameLength [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:779:8: style: Variable 'slope' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:783:12: style: Variable 'intercept' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:787:16: style: Variable 'window_center' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:791:15: style: Variable 'window_width' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:705:9: style: Unused variable: s [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:181:3: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:157:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:162:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:163:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:139:37: style: Variable 'secondaryElements' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:157:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:160:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:163:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:242:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:157:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:157:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:157:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:725:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:733:10: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:678:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:653:12: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:678:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:678:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:671:12: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:678:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:402:25: style:inconclusive: Function 'addPixels' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:79:37: note: Function 'addPixels' argument 1 names different: declaration 'object' definition 'obj'. ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:402:25: note: Function 'addPixels' argument 1 names different: declaration 'object' definition 'obj'. ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:546:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] gram.y:1010:6: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] gram.y:1010:6: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] gram.y:657:4: error: Memory leak: newyys [memleak] gram.y:657:4: error: Memory leak: newyyv [memleak] gram.y:660:5: error: Common realloc mistake: 'yys' nulled but not freed upon failure [memleakOnRealloc] gram.y:661:5: error: Common realloc mistake: 'yyv' nulled but not freed upon failure [memleakOnRealloc] gram.y:582:2: style: Label 'yynewstate' is not used. There is #if in function body so the label might be used in code that is removed by the preprocessor. [unusedLabelConfiguration] gram.y:792:4: warning: Label 'yyerrlab' is not used. There is #if in function body so the label might be used in code that is removed by the preprocessor. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitchConfiguration] gram.y:799:14: style: Variable 'yy_state' is assigned a value that is never used. [unreadVariable] lex.yy.c:1451:15: style: Parameter 'bytes' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:234:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:98:12: style: Variable 'localMask' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:117:12: style: Variable 'localMask' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:144:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:148:2: style: Unused variable: frameLength [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:150:9: style: Variable 'W' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:151:9: style: Variable 'C' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:165:9: style: Unused variable: intercept [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:162:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:164:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_resize/pixavg.c:92:74: style:inconclusive: Function 'pixelResize' argument 7 names different: declaration 'mask_flag' definition 'mask_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/dcm_resize/pixavg.h:65:74: note: Function 'pixelResize' argument 7 names different: declaration 'mask_flag' definition 'mask_data'. ctn-3.2.0+dfsg.orig/apps/dcm_resize/pixavg.c:92:74: note: Function 'pixelResize' argument 7 names different: declaration 'mask_flag' definition 'mask_data'. ctn-3.2.0+dfsg.orig/apps/dcm_rm_element/dcm_rm_element.c:115:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_rm_element/dcm_rm_element.c:117:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_rm_group/dcm_rm_group.c:134:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:127:9: style: Unused variable: buffer [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:128:9: style: Unused variable: data [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:130:9: style: Unused variable: group [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:131:9: style: Unused variable: element [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:583:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:669:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:176:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:169:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:176:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:178:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:176:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:178:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:186:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:178:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:186:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:200:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:205:12: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:216:9: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:270:82: error: Null pointer dereference: p [nullPointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:253:23: note: Assignment 'p=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:270:82: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:271:26: error: Null pointer dereference: p [nullPointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:253:23: note: Assignment 'p=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:271:26: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:73:8: style: struct member 'PATH_STRUCT::path' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:248:13: style: Variable 'formatFlag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:251:18: style: Variable 'vmLimit' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:252:25: style: Variable 'fileNames' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:441:2: style: Variable 'exitFlag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:445:10: style: Variable 'differences' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:269:82: error: Null pointer dereference: p [nullPointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:252:23: note: Assignment 'p=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:269:82: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:270:26: error: Null pointer dereference: p [nullPointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:252:23: note: Assignment 'p=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:270:26: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:73:8: style: struct member 'PATH_STRUCT::path' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:247:13: style: Variable 'formatFlag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:250:18: style: Variable 'vmLimit' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:251:25: style: Variable 'fileNames' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:223:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:192:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:223:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:220:12: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:205:12: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:220:12: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:223:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:220:12: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:223:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:225:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:223:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:225:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:230:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:225:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:230:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:240:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:230:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:240:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:246:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:240:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:246:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:269:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:246:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:269:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:267:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:252:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:267:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:269:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:267:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:269:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:274:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:269:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:274:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:320:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:274:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:320:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:318:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:280:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:318:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:315:12: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:285:12: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:315:12: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:315:12: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:296:13: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:315:12: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:315:12: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:306:14: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:315:12: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:318:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:315:12: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:318:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:320:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:318:8: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:320:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:325:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:320:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:325:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:643:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:654:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:664:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:677:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:687:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:697:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:707:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:717:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:727:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:737:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:745:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:753:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:761:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:773:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:789:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:235:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:258:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/dcm_w_disp.c:69:7: style: Unused variable: response [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:126:12: style: Unused variable: lastPalette [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:127:8: style: Unused variable: colorsMapped [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:128:7: style: Unused variable: status [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:129:7: style: Unused variable: sizePalette [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:130:7: style: Unused variable: paletteReserved [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:131:7: style: Unused variable: rasterCaps [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:216:14: style: Variable 'errorCode' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:224:15: style: Variable 'sizePalette' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:225:19: style: Variable 'paletteReserved' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:226:14: style: Variable 'rasterCaps' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:183:12: style: Unused variable: lastPalette [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:184:8: style: Unused variable: colorsMapped [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:185:7: style: Unused variable: status [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:292:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:294:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:964:18: style: Checking if unsigned expression '*(bs+3)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1037:27: style: Checking if unsigned expression '*(bs+(3*xbyy))' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:140:9: style: Unused variable: s [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:830:10: style: Unused variable: xbyy [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1488:5: style: Variable 'y' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1489:5: style: Variable 'z' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1305:9: style: Unused variable: j [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1306:9: style: Unused variable: k [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1308:9: style: Unused variable: short_data [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1310:9: style: Unused variable: uc_data [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1331:9: style: Unused variable: cs [unusedVariable] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1333:9: style: Unused variable: bs [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/pq_ctndisp.c:70:2: style: Unused variable: e [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1159:18: style: Checking if unsigned expression '*(bs+3)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1232:27: style: Checking if unsigned expression '*(bs+(3*xbyy))' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:250:5: style: Variable 'p' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:299:9: style: Unused variable: s [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1025:10: style: Unused variable: xbyy [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1504:9: style: Unused variable: j [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1505:9: style: Unused variable: k [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1507:9: style: Unused variable: short_data [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1509:9: style: Unused variable: uc_data [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1530:9: style: Unused variable: cs [unusedVariable] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1532:9: style: Unused variable: bs [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:182:28: style: Parameter 'queryResponse' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:76:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fillRSA/workImpInterp.c:167:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/fillRSA/workImpInterp.c:122:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/fillRSA/workImpInterp.c:77:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fillRSA/workImpInterp.c:103:15: style: Variable 'lst' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:115:4: style: Unused variable: requestedCtx [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:126:4: style: Unused variable: dmanHandle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:276:19: style:inconclusive: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.h:67:20: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:276:19: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:115:2: style: Unused variable: readAccess [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:116:2: style: Unused variable: writeAccess [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:283:2: style: Unused variable: AEWork [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:283:10: style: Unused variable: AECriteria [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:285:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/ncreate.c:150:9: style:inconclusive: Function 'ncreateCallback' argument 3 names different: declaration 'ctx' definition 'ctxPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/fis_server/ncreate.c:88:9: note: Function 'ncreateCallback' argument 3 names different: declaration 'ctx' definition 'ctxPtr'. ctn-3.2.0+dfsg.orig/apps/fis_server/ncreate.c:150:9: note: Function 'ncreateCallback' argument 3 names different: declaration 'ctx' definition 'ctxPtr'. ctn-3.2.0+dfsg.orig/apps/fis_server/ncreate.c:82:19: style: struct member 'TAG_MAP::flag' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:210:14: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:206:7: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:210:14: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:285:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:183:14: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:182:7: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:183:14: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:83:19: style: struct member 'TAG_MAP::flag' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:219:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:220:23: style: Unused variable: patient [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:254:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:266:10: style: Unused variable: flag [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:309:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:309:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:102:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:309:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:310:23: style: Unused variable: results [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:340:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:104:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:340:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:311:10: style: Unused variable: flag [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:341:26: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:105:21: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:341:26: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:348:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:82:22: style: struct member 'MOVE_PARAMS::network' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:349:30: style: Unused variable: interpretation [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:83:37: style: struct member 'MOVE_PARAMS::params' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:350:10: style: Unused variable: flag [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:87:11: style: struct member 'STORAGE_PARAMS::fileName' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:385:10: style: Unused variable: flag [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:88:11: style: struct member 'STORAGE_PARAMS::transferSyntax' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:89:19: style: struct member 'STORAGE_PARAMS::handle' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/fis_server/sscond.c:107:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.h:68:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/fis_server/sscond.c:107:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:75:4: style: Unused variable: requestedCtx [unusedVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:86:4: style: Unused variable: dmanHandle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/gq/gqtest.c:105:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:98:10: style: Obsolescent function 'getwd' called. It is recommended to use 'getcwd' instead. [prohibitedgetwdCalled] ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:117:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:160:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:243:21: style:inconclusive: Function 'myExit' argument 1 names different: declaration 'code' definition 'errCode'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:118:26: note: Function 'myExit' argument 1 names different: declaration 'code' definition 'errCode'. ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:243:21: note: Function 'myExit' argument 1 names different: declaration 'code' definition 'errCode'. ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:220:2: style: Unused variable: element [unusedVariable] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:222:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:224:9: style: Unused variable: rtnlength [unusedVariable] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:270:9: style: Unused variable: iconfilesize [unusedVariable] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:126:28: style: Parameter 'queryResponse' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:121:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxMethod.c:224:48: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:632:5: error: Common realloc mistake: 'wcs' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:633:42: style: Checking if unsigned expression 'mbstowcs(wcs,value_str,maxlen)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:522:27: style:inconclusive: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.h:157:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:522:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:523:16: style:inconclusive: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.h:158:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:523:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:554:23: style:inconclusive: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.h:159:35: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:554:23: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:677:31: error: Uninitialized variable: fg [uninitvar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:680:31: error: Uninitialized variable: bg [uninitvar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:341:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:459:22: style: Variable 'id' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:493:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:494:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:526:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:527:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:557:17: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:595:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:418:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:419:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:422:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:439:15: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:526:15: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:527:15: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:926:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:170:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:198:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:277:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:306:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:90:28: style: Parameter 'q' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:57:11: style: struct member 'QUERYITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:454:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:455:10: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:456:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:404:19: style:inconclusive: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/image_archive.h:68:20: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:404:19: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:278:10: style: Unused variable: grantedAccess [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:412:2: style: Unused variable: AEWork [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:412:10: style: Unused variable: AECriteria [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:414:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:168:35: style: Parameter 'processElement' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:274:22: style: struct member 'THREAD_STRUCT::network' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:275:25: style: struct member 'THREAD_STRUCT::association' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:276:37: style: struct member 'THREAD_STRUCT::service' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:360:19: style:inconclusive: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/image_archive.h:68:20: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:360:19: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:114:9: style: struct member 'ACCESS_MAP::accessRights' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:160:2: style: Variable 'readAccess' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:161:2: style: Variable 'writeAccess' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:172:2: style: Unused variable: abortItems [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:241:10: style: Unused variable: grantedAccess [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:368:2: style: Unused variable: AEWork [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:368:10: style: Unused variable: AECriteria [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:370:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:388:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:387:11: note: outer condition: cond!=SQ_NORMAL ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:388:15: note: identical inner condition: cond!=SQ_NORMAL ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:551:24: style:inconclusive: Function 'establishCommitResultAssociation' argument 2 names different: declaration 'key' definition 'networkKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.h:54:24: note: Function 'establishCommitResultAssociation' argument 2 names different: declaration 'key' definition 'networkKey'. ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:551:24: note: Function 'establishCommitResultAssociation' argument 2 names different: declaration 'key' definition 'networkKey'. ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:465:11: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/copy.c:75:16: style: struct member 'X_CONTEXT::lst' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/copy.c:76:11: style: struct member 'X_CONTEXT::record' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:495:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:206:13: style:inconclusive: Function 'cgetCallback' argument 8 names different: declaration 'cgetParams' definition 'cgetParamsPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:114:13: note: Function 'cgetCallback' argument 8 names different: declaration 'cgetParams' definition 'cgetParamsPtr'. ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:206:13: note: Function 'cgetCallback' argument 8 names different: declaration 'cgetParams' definition 'cgetParamsPtr'. ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:99:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:171:11: style: struct member 'UID_STRUCT::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:172:10: style: struct member 'UID_STRUCT::classUID' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:237:2: style: Variable 'e' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:140:20: style:inconclusive: Function 'findRequest' argument 5 names different: declaration 'IDBHandle' definition 'handle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/find.h:53:20: note: Function 'findRequest' argument 5 names different: declaration 'IDBHandle' definition 'handle'. ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:140:20: note: Function 'findRequest' argument 5 names different: declaration 'IDBHandle' definition 'handle'. ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:308:8: style: Local variable 'responseCount' shadows outer argument [shadowArgument] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:197:11: note: Shadowed declaration ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:308:8: note: Shadow variable ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:370:28: style: Parameter 'queryResponse' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:99:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:218:26: style: Variable 'searchQueryBegin' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:612:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:612:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:568:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:476:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:443:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:476:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:233:13: style:inconclusive: Function 'moveCallback' argument 6 names different: declaration 'moveParams' definition 'moveParamsPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:112:13: note: Function 'moveCallback' argument 6 names different: declaration 'moveParams' definition 'moveParamsPtr'. ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:233:13: note: Function 'moveCallback' argument 6 names different: declaration 'moveParams' definition 'moveParamsPtr'. ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:91:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:184:11: style: struct member 'UID_STRUCT::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:185:10: style: struct member 'UID_STRUCT::classUID' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:514:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:531:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:260:2: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'SQ_REFERENCEDSOPSEQUENCE *'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:93:19: style: struct member 'TAG_MAP::flag' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:643:7: style: Redundant initialization for 'cond'. The initialized value is overwritten before it is read. [redundantInitialization] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:640:20: note: cond is initialized ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:643:7: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:605:46: style: Parameter 'queryStructure' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:271:0: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:135:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:678:7: style: Redundant initialization for 'cond'. The initialized value is overwritten before it is read. [redundantInitialization] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:675:20: note: cond is initialized ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:678:7: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:640:48: style: Parameter 'queryStructure' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:252:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:246:11: style: Condition 'commandServiced' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:244:28: note: Assuming that condition '!commandServiced' is not redundant ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:246:11: note: Condition 'commandServiced' is always false ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:568:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:568:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:167:14: style:inconclusive: Function 'serviceRequests' argument 4 names different: declaration 'reducedCap' definition 'reducedCapability'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/image_archive.h:73:58: note: Function 'serviceRequests' argument 4 names different: declaration 'reducedCap' definition 'reducedCapability'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:167:14: note: Function 'serviceRequests' argument 4 names different: declaration 'reducedCap' definition 'reducedCapability'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:395:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:119:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:395:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:427:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:125:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:427:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:428:25: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:126:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:428:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:471:57: style:inconclusive: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:123:57: note: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:471:57: note: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:219:11: style: Condition 'commandServiced' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:217:28: note: Assuming that condition '!commandServiced' is not redundant ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:219:11: note: Condition 'commandServiced' is always false ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:518:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:734:9: style: struct member 'STRING_MATRIX::c1' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:518:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:735:9: style: struct member 'STRING_MATRIX::c2' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:935:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:159:14: style:inconclusive: Function 'serviceRequests' argument 4 names different: declaration 'reducedCap' definition 'reducedCapability'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/image_archive.h:73:58: note: Function 'serviceRequests' argument 4 names different: declaration 'reducedCap' definition 'reducedCapability'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:159:14: note: Function 'serviceRequests' argument 4 names different: declaration 'reducedCap' definition 'reducedCapability'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:363:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:111:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:363:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:395:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:117:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:395:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:396:25: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:118:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:396:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:439:57: style:inconclusive: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:115:57: note: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:439:57: note: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:177:2: style: Unused variable: storage [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:178:20: style: Unused variable: fisAccess [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:442:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:450:9: style: Unused variable: fd [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:515:12: style: Variable 'params' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:574:29: style: Unused variable: imageInstance [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/sscond.c:115:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_archive/image_archive.h:70:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/image_archive/sscond.c:115:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/image_server/association.c:350:19: style:inconclusive: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.h:68:20: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/image_server/association.c:350:19: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/image_server/association.c:235:10: style: Unused variable: grantedAccess [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/association.c:357:2: style: Unused variable: AEWork [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/association.c:357:10: style: Unused variable: AECriteria [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/association.c:359:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/copy.c:71:16: style: struct member 'CONTEXT::lst' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/copy.c:72:11: style: struct member 'CONTEXT::record' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:478:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:201:13: style:inconclusive: Function 'cgetCallback' argument 8 names different: declaration 'cgetParams' definition 'cgetParamsPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:109:13: note: Function 'cgetCallback' argument 8 names different: declaration 'cgetParams' definition 'cgetParamsPtr'. ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:201:13: note: Function 'cgetCallback' argument 8 names different: declaration 'cgetParams' definition 'cgetParamsPtr'. ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:94:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:166:11: style: struct member 'UID_STRUCT::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:167:10: style: struct member 'UID_STRUCT::classUID' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:232:4: style: Unused variable: UIDItem [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:234:2: style: Variable 'e' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:187:29: style: Unused variable: imageInstance [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:136:20: style:inconclusive: Function 'findRequest' argument 5 names different: declaration 'IDBHandle' definition 'handle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/find.h:53:20: note: Function 'findRequest' argument 5 names different: declaration 'IDBHandle' definition 'handle'. ctn-3.2.0+dfsg.orig/apps/image_server/find.c:136:20: note: Function 'findRequest' argument 5 names different: declaration 'IDBHandle' definition 'handle'. ctn-3.2.0+dfsg.orig/apps/image_server/find.c:310:28: style: Parameter 'queryResponse' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:95:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:198:26: style: Variable 'searchQueryBegin' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:213:3: style: Unused variable: queryStudyItem [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:339:35: style: Parameter 'processElement' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:121:4: style: Unused variable: requestedCtx [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:132:4: style: Unused variable: dmanHandle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:526:7: style: Redundant initialization for 'cond'. The initialized value is overwritten before it is read. [redundantInitialization] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:523:20: note: cond is initialized ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:526:7: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:494:46: style: Parameter 'queryStructure' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:491:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:491:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:449:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:379:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:373:11: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/image_server/move.c:379:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/image_server/move.c:206:13: style:inconclusive: Function 'moveCallback' argument 6 names different: declaration 'moveParams' definition 'moveParamsPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:110:13: note: Function 'moveCallback' argument 6 names different: declaration 'moveParams' definition 'moveParamsPtr'. ctn-3.2.0+dfsg.orig/apps/image_server/move.c:206:13: note: Function 'moveCallback' argument 6 names different: declaration 'moveParams' definition 'moveParamsPtr'. ctn-3.2.0+dfsg.orig/apps/image_server/move.c:96:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:173:11: style: struct member 'UID_STRUCT::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:174:10: style: struct member 'UID_STRUCT::classUID' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:399:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:416:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/image_server/sscond.c:108:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.h:69:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/image_server/sscond.c:108:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:204:11: style: Condition 'commandServiced' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:202:28: note: Assuming that condition '!commandServiced' is not redundant ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:204:11: note: Condition 'commandServiced' is always false ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:486:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:486:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:336:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:104:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:336:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:368:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:110:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:368:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:369:25: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:111:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:369:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:412:57: style:inconclusive: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:108:57: note: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:412:57: note: Function 'storeRequest' argument 5 names different: declaration 'message' definition 'request'. ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:415:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:423:9: style: Unused variable: fd [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:522:2: style: Unused variable: imageInstance [unusedVariable] ctn-3.2.0+dfsg.orig/apps/image_server/test_storage.c:108:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:127:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:173:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:177:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:181:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:185:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:189:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:210:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:214:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:236:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:241:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:245:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:249:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:253:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:257:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:278:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:282:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:286:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:290:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:311:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:315:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:337:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:342:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:346:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:350:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:354:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:358:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:380:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:384:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:388:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:410:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:414:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:418:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:172:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:172:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:212:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:172:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:560:13: style: Variable 'studyList' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:460:5: style: Variable 'abortFlag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:134:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:139:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:140:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:247:21: warning: Either the condition 'specificCharSet!=0' is redundant or there is possible null pointer dereference: specificCharSet. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:249:23: note: Assuming that condition 'specificCharSet!=0' is not redundant ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:247:21: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:134:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:137:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:140:10: style: Variable 'tok2' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/new_uids/new_uids.c:309:9: style: Variable 'pixelfile' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:124:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:124:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:124:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:186:2: style: Variable 'abortFlag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxMethod.c:224:48: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:632:5: error: Common realloc mistake: 'wcs' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:633:42: style: Checking if unsigned expression 'mbstowcs(wcs,value_str,maxlen)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:522:27: style:inconclusive: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.h:157:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:522:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:523:16: style:inconclusive: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.h:158:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:523:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:554:23: style:inconclusive: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.h:159:35: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:554:23: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:677:31: error: Uninitialized variable: fg [uninitvar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:680:31: error: Uninitialized variable: bg [uninitvar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:341:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:459:22: style: Variable 'id' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:493:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:494:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:526:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:527:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:557:17: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:595:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/fileSelectionBoxDialog1.c:104:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/fileSelectionBoxDialog1.c:105:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/fileSelectionBoxDialog1.c:161:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/fileSelectionBoxDialog1.c:162:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/fileSelectionBoxDialog1.c:163:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:354:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:281:6: error: Memory pointed to by 'info' is freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:270:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:281:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:291:6: error: Memory pointed to by 'info' is freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:270:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:291:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:302:6: error: Memory pointed to by 'info' is freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:270:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:302:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:313:6: error: Memory pointed to by 'info' is freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:270:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:313:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:326:2: error: Memory pointed to by 'info' is freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:270:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:326:2: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:333:6: error: Memory pointed to by 'info' is freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:270:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:333:6: note: Memory pointed to by 'info' is freed twice. ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:186:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:356:12: warning: Either the condition '(info=(char*)malloc(500))==NULL' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:351:39: note: Assuming that condition '(info=(char*)malloc(500))==NULL' is not redundant ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:356:12: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:357:12: warning: Either the condition '(info=(char*)malloc(500))==NULL' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:351:39: note: Assuming that condition '(info=(char*)malloc(500))==NULL' is not redundant ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:357:12: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:186:9: style: Variable 'argc' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:358:12: warning: Either the condition '(info=(char*)malloc(500))==NULL' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:351:39: note: Assuming that condition '(info=(char*)malloc(500))==NULL' is not redundant ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:358:12: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:359:12: warning: Either the condition '(info=(char*)malloc(500))==NULL' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:351:39: note: Assuming that condition '(info=(char*)malloc(500))==NULL' is not redundant ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:359:12: note: Null pointer dereference ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:211:9: style: Unused variable: nitems [unusedVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:381:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:382:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:383:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:393:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:394:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:395:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:447:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:448:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:471:8: style: Unused variable: iename [unusedVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:556:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:557:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:580:8: style: Unused variable: modname [unusedVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:646:12: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:647:15: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:182:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:182:9: style: Variable 'argc' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_cond.c:97:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.h:57:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_cond.c:97:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:96:22: style: struct member 'MOVE_PARAMS::network' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:97:37: style: struct member 'MOVE_PARAMS::params' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:184:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:184:9: style: Variable 'argc' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:96:22: style: struct member 'MOVE_PARAMS::network' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_cond.c:97:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.h:57:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_cond.c:97:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:97:37: style: struct member 'MOVE_PARAMS::params' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/BasicFilmBox_Standard.c:177:48: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:186:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:186:9: style: Variable 'argc' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:98:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:99:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:102:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:119:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:120:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:123:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:198:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/ImageAttribute.c:134:9: style: Unused variable: imgPos [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/ImageAttribute.c:135:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/ImageAttribute.c:136:16: style: Unused variable: nullFlag [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/ImageAttribute.c:372:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/PrintMessage.c:97:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/PrintMessage.c:98:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/PrintMessage.c:101:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/PrintMessage.c:173:39: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxMethod.c:224:48: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:632:5: error: Common realloc mistake: 'wcs' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:633:42: style: Checking if unsigned expression 'mbstowcs(wcs,value_str,maxlen)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:522:27: style:inconclusive: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.h:157:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:522:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:523:16: style:inconclusive: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.h:158:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:523:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:554:23: style:inconclusive: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.h:159:35: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:554:23: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:677:31: error: Uninitialized variable: fg [uninitvar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:680:31: error: Uninitialized variable: bg [uninitvar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:341:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:459:22: style: Variable 'id' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:493:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:494:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:526:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:527:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:151:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:557:17: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:152:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:595:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:155:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:164:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:192:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:193:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:196:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:375:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:109:41: style:inconclusive: Function 'displayPrinterInformation' argument 1 names different: declaration 'attributes' definition 'a'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:92:53: note: Function 'displayPrinterInformation' argument 1 names different: declaration 'attributes' definition 'a'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:109:41: note: Function 'displayPrinterInformation' argument 1 names different: declaration 'attributes' definition 'a'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:157:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:158:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:161:46: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:608:46: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:334:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:335:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:338:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:393:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:394:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:397:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:881:42: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/format.c:85:36: style:inconclusive: Function 'formatGroupTitle' argument 1 names different: declaration 'p' definition 'g'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/format.h:5:41: note: Function 'formatGroupTitle' argument 1 names different: declaration 'p' definition 'g'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/format.c:85:36: note: Function 'formatGroupTitle' argument 1 names different: declaration 'p' definition 'g'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:164:11: style: Unused variable: rc_typed [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:165:20: style: Unused variable: us [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:596:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:597:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:600:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:617:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:618:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:621:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:637:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:638:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:639:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:642:15: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:658:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:659:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:662:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:679:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:680:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:683:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:700:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:701:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:704:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:781:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:782:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:785:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:1536:38: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/get_patientList.c:133:14: style: Variable 'got_a_study' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/get_patientList.c:143:15: style: Unused variable: l [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/get_patientList.c:144:19: style: Unused variable: p [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/get_patientList.c:327:5: style: Variable 'se' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1174:5: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:992:27: style: Condition 'bib[i][j].pixmap==(Pixmap)0' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:990:25: note: Assignment 'bib[i][j].pixmap=(Pixmap)0', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:992:27: note: Condition 'bib[i][j].pixmap==(Pixmap)0' is always true ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:778:15: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:771:19: style: Unused variable: data [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1091:9: style: Unused variable: filename [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1205:2: style: Unused variable: set [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1409:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/previewStudyForm.c:175:43: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:743:13: style:inconclusive: Function 'ngetCallback' argument 3 names different: declaration 'printerAttributes' definition 'printerAttributesPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:91:13: note: Function 'ngetCallback' argument 3 names different: declaration 'printerAttributes' definition 'printerAttributesPtr'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:743:13: note: Function 'ngetCallback' argument 3 names different: declaration 'printerAttributes' definition 'printerAttributesPtr'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:885:12: style:inconclusive: Function 'ncreateBFSCallback' argument 3 names different: declaration 'bfsAttrib' definition 'bfsAttribPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:96:12: note: Function 'ncreateBFSCallback' argument 3 names different: declaration 'bfsAttrib' definition 'bfsAttribPtr'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:885:12: note: Function 'ncreateBFSCallback' argument 3 names different: declaration 'bfsAttrib' definition 'bfsAttribPtr'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1064:12: style:inconclusive: Function 'ncreateBFBCallback' argument 3 names different: declaration 'bfbAttrib' definition 'bfbAttribPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:101:12: note: Function 'ncreateBFBCallback' argument 3 names different: declaration 'bfbAttrib' definition 'bfbAttribPtr'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1064:12: note: Function 'ncreateBFBCallback' argument 3 names different: declaration 'bfbAttrib' definition 'bfbAttribPtr'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1282:13: style:inconclusive: Function 'setImageBoxCallback' argument 3 names different: declaration 'bibAttrib' definition 'bibAttribPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:106:13: note: Function 'setImageBoxCallback' argument 3 names different: declaration 'bibAttrib' definition 'bibAttribPtr'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1282:13: note: Function 'setImageBoxCallback' argument 3 names different: declaration 'bibAttrib' definition 'bibAttribPtr'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1474:14: style:inconclusive: Function 'filmBoxPrintCallback' argument 3 names different: declaration 'filmBox' definition 'filmBoxVoid'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:110:50: note: Function 'filmBoxPrintCallback' argument 3 names different: declaration 'filmBox' definition 'filmBoxVoid'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1474:14: note: Function 'filmBoxPrintCallback' argument 3 names different: declaration 'filmBox' definition 'filmBoxVoid'. ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:902:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:995:9: style: Unused variable: uc [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1091:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1198:4: style: Unused variable: e [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1200:4: style: Unused variable: item [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1204:9: style: Unused variable: uc [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1206:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1208:9: style: Unused variable: length [unusedVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1420:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:195:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:196:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:199:46: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:227:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:228:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:231:46: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:342:46: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/studyListForm.c:134:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/studyListForm.c:138:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/studyListForm.c:254:40: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:925:22: style: Parameter 'bfbAttributes' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:320:14: style:inconclusive: Function 'printMgmtSCU' argument 4 names different: declaration 'SOPClassList' definition 'SOPClassArray'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:103:14: note: Function 'printMgmtSCU' argument 4 names different: declaration 'SOPClassList' definition 'SOPClassArray'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:320:14: note: Function 'printMgmtSCU' argument 4 names different: declaration 'SOPClassList' definition 'SOPClassArray'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:154:9: style: Unused variable: SOPClass [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:409:32: style: Variable 'printJob' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:334:9: style: Unused variable: temp [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:80:9: style: Variable 'tags' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:75:2: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:78:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:133:2: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:202:2: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:281:5: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:755:13: style:inconclusive: Function 'ngetCallback' argument 3 names different: declaration 'printerAttributes' definition 'printerAttributesPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:101:13: note: Function 'ngetCallback' argument 3 names different: declaration 'printerAttributes' definition 'printerAttributesPtr'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:755:13: note: Function 'ngetCallback' argument 3 names different: declaration 'printerAttributes' definition 'printerAttributesPtr'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:895:12: style:inconclusive: Function 'ncreateBFSCallback' argument 3 names different: declaration 'bfsAttrib' definition 'bfsAttribPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:106:12: note: Function 'ncreateBFSCallback' argument 3 names different: declaration 'bfsAttrib' definition 'bfsAttribPtr'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:895:12: note: Function 'ncreateBFSCallback' argument 3 names different: declaration 'bfsAttrib' definition 'bfsAttribPtr'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1112:12: style:inconclusive: Function 'ncreateBFBCallback' argument 3 names different: declaration 'bfbAttrib' definition 'bfbAttribPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:111:12: note: Function 'ncreateBFBCallback' argument 3 names different: declaration 'bfbAttrib' definition 'bfbAttribPtr'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1112:12: note: Function 'ncreateBFBCallback' argument 3 names different: declaration 'bfbAttrib' definition 'bfbAttribPtr'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1406:13: style:inconclusive: Function 'setImageBoxCallback' argument 3 names different: declaration 'bibAttrib' definition 'bibAttribPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:116:13: note: Function 'setImageBoxCallback' argument 3 names different: declaration 'bibAttrib' definition 'bibAttribPtr'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1406:13: note: Function 'setImageBoxCallback' argument 3 names different: declaration 'bibAttrib' definition 'bibAttribPtr'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1610:14: style:inconclusive: Function 'filmBoxPrintCallback' argument 3 names different: declaration 'filmBox' definition 'filmBoxVoid'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:120:50: note: Function 'filmBoxPrintCallback' argument 3 names different: declaration 'filmBox' definition 'filmBoxVoid'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1610:14: note: Function 'filmBoxPrintCallback' argument 3 names different: declaration 'filmBox' definition 'filmBoxVoid'. ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1044:9: style: Unused variable: uc [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1320:4: style: Unused variable: e [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1322:4: style: Unused variable: item [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1326:9: style: Unused variable: uc [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1328:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1330:9: style: Unused variable: length [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1556:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/test.c:95:11: style: Variable 'label' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_server/action.c:254:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:136:35: style:inconclusive: Function 'deleteCallback' argument 1 names different: declaration 'deleteRequest' definition 'ndeleteRequest'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:65:35: note: Function 'deleteCallback' argument 1 names different: declaration 'deleteRequest' definition 'ndeleteRequest'. ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:136:35: note: Function 'deleteCallback' argument 1 names different: declaration 'deleteRequest' definition 'ndeleteRequest'. ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:137:29: style:inconclusive: Function 'deleteCallback' argument 2 names different: declaration 'deleteResponse' definition 'ndeleteResponse'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:66:29: note: Function 'deleteCallback' argument 2 names different: declaration 'deleteResponse' definition 'ndeleteResponse'. ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:137:29: note: Function 'deleteCallback' argument 2 names different: declaration 'deleteResponse' definition 'ndeleteResponse'. ctn-3.2.0+dfsg.orig/apps/print_server/create.c:240:40: style: Variable 'ncreateResponse->conditionalFields' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/print_server/create.c:238:40: note: ncreateResponse->conditionalFields is assigned ctn-3.2.0+dfsg.orig/apps/print_server/create.c:240:40: note: ncreateResponse->conditionalFields is overwritten ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:315:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:65:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:315:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:347:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:67:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:347:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:348:20: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:68:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:348:20: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:673:12: style:inconclusive: Function 'openGQ' argument 1 names different: declaration 'gqID' definition 'qID'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:66:29: note: Function 'openGQ' argument 1 names different: declaration 'gqID' definition 'qID'. ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:673:12: note: Function 'openGQ' argument 1 names different: declaration 'gqID' definition 'qID'. ctn-3.2.0+dfsg.orig/apps/print_server/psscond.c:101:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.h:157:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/print_server/psscond.c:101:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:315:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:65:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:315:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:347:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:67:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:347:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:348:20: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:68:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:348:20: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/print_server/sscond.c:101:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.h:157:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/print_server/sscond.c:101:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:395:8: style: Variable 'count' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:724:9: style: Unused variable: comment [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:930:18: style: Variable 'existsFlag' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:921:18: note: existsFlag is assigned ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:930:18: note: existsFlag is overwritten ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1405:33: style:inconclusive: Function 'applyNCreateBasicFilmSessionDefaultValues' argument 2 names different: declaration 'supported' definition 'list'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:90:27: note: Function 'applyNCreateBasicFilmSessionDefaultValues' argument 2 names different: declaration 'supported' definition 'list'. ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1405:33: note: Function 'applyNCreateBasicFilmSessionDefaultValues' argument 2 names different: declaration 'supported' definition 'list'. ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:423:10: style: Variable 'table' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:586:10: style: Variable 'table' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:678:2: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:865:2: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1193:5: style: Unused variable: bfbImageDisplayFormat [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1204:4: style: Unused variable: imageBoxSequence [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1575:4: style: Unused variable: magnificationType [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1577:4: style: Unused variable: smoothingType [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1579:4: style: Unused variable: requestedImageSize [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1621:4: style: Unused variable: magnificationType [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1623:4: style: Unused variable: smoothingType [unusedVariable] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1625:4: style: Unused variable: requestedImageSize [unusedVariable] ctn-3.2.0+dfsg.orig/apps/query_client/UxMethod.c:224:48: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:632:5: error: Common realloc mistake: 'wcs' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:633:42: style: Checking if unsigned expression 'mbstowcs(wcs,value_str,maxlen)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:522:27: style:inconclusive: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.h:157:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:522:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:523:16: style:inconclusive: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.h:158:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:523:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:554:23: style:inconclusive: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.h:159:35: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:554:23: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:677:31: error: Uninitialized variable: fg [uninitvar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:680:31: error: Uninitialized variable: bg [uninitvar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:341:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:459:22: style: Variable 'id' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:493:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:494:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:526:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:527:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:557:17: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:595:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:176:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:177:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:176:9: style: Variable 'argv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:177:9: style: Variable 'argc' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/query_client.h:5:0: error: #error include 'stdafx.h' before including this file for PCH [preprocessorErrorDirective] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:251:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:249:10: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:251:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:259:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:251:10: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:259:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:487:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:485:10: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:487:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:495:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:487:10: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:495:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:544:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:541:10: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:544:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:782:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:780:10: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:782:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:792:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:782:10: note: cond is assigned ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:792:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:206:38: style:inconclusive: Function 'requestAssociation' argument 1 names different: declaration 'network' definition 'networkKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:95:38: note: Function 'requestAssociation' argument 1 names different: declaration 'network' definition 'networkKey'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:206:38: note: Function 'requestAssociation' argument 1 names different: declaration 'network' definition 'networkKey'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:207:28: style:inconclusive: Function 'requestAssociation' argument 2 names different: declaration 'association' definition 'assoc'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:96:28: note: Function 'requestAssociation' argument 2 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:207:28: note: Function 'requestAssociation' argument 2 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:208:39: style:inconclusive: Function 'requestAssociation' argument 3 names different: declaration 'params' definition 'assocParams'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:97:39: note: Function 'requestAssociation' argument 3 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:208:39: note: Function 'requestAssociation' argument 3 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:236:40: style:inconclusive: Function 'sendPatientQuery' argument 1 names different: declaration 'association' definition 'assoc'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:100:40: note: Function 'sendPatientQuery' argument 1 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:236:40: note: Function 'sendPatientQuery' argument 1 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:237:37: style:inconclusive: Function 'sendPatientQuery' argument 2 names different: declaration 'params' definition 'assocParams'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:101:37: note: Function 'sendPatientQuery' argument 2 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:237:37: note: Function 'sendPatientQuery' argument 2 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:349:48: style:inconclusive: Function 'queryCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:110:48: note: Function 'queryCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:349:48: note: Function 'queryCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:472:38: style:inconclusive: Function 'sendStudyQuery' argument 1 names different: declaration 'association' definition 'assoc'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:113:38: note: Function 'sendStudyQuery' argument 1 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:472:38: note: Function 'sendStudyQuery' argument 1 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:473:42: style:inconclusive: Function 'sendStudyQuery' argument 2 names different: declaration 'params' definition 'assocParams'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:114:42: note: Function 'sendStudyQuery' argument 2 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:473:42: note: Function 'sendStudyQuery' argument 2 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:559:46: style:inconclusive: Function 'queryStudyCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:123:46: note: Function 'queryStudyCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:559:46: note: Function 'queryStudyCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:596:39: style:inconclusive: Function 'sendSeriesQuery' argument 1 names different: declaration 'association' definition 'assoc'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:126:39: note: Function 'sendSeriesQuery' argument 1 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:596:39: note: Function 'sendSeriesQuery' argument 1 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:597:36: style:inconclusive: Function 'sendSeriesQuery' argument 2 names different: declaration 'params' definition 'assocParams'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:127:36: note: Function 'sendSeriesQuery' argument 2 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:597:36: note: Function 'sendSeriesQuery' argument 2 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:598:26: style:inconclusive: Function 'sendSeriesQuery' argument 3 names different: declaration 'patientQuery' definition 'patientQueryModule'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:128:31: note: Function 'sendSeriesQuery' argument 3 names different: declaration 'patientQuery' definition 'patientQueryModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:598:26: note: Function 'sendSeriesQuery' argument 3 names different: declaration 'patientQuery' definition 'patientQueryModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:598:67: style:inconclusive: Function 'sendSeriesQuery' argument 4 names different: declaration 'studyQuery' definition 'studyQueryModule'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:128:66: note: Function 'sendSeriesQuery' argument 4 names different: declaration 'studyQuery' definition 'studyQueryModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:598:67: note: Function 'sendSeriesQuery' argument 4 names different: declaration 'studyQuery' definition 'studyQueryModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:695:47: style:inconclusive: Function 'querySeriesCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:138:47: note: Function 'querySeriesCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:695:47: note: Function 'querySeriesCallback' argument 6 names different: declaration 'lst' definition 'lstPtr'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:733:55: style:inconclusive: Function 'moveRequest' argument 3 names different: declaration 'patient' definition 'patientModule'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.h:68:55: note: Function 'moveRequest' argument 3 names different: declaration 'patient' definition 'patientModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:733:55: note: Function 'moveRequest' argument 3 names different: declaration 'patient' definition 'patientModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:734:27: style:inconclusive: Function 'moveRequest' argument 4 names different: declaration 'study' definition 'studyModule'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.h:69:27: note: Function 'moveRequest' argument 4 names different: declaration 'study' definition 'studyModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:734:27: note: Function 'moveRequest' argument 4 names different: declaration 'study' definition 'studyModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:767:39: style:inconclusive: Function 'sendMoveRequest' argument 1 names different: declaration 'association' definition 'assoc'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:141:39: note: Function 'sendMoveRequest' argument 1 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:767:39: note: Function 'sendMoveRequest' argument 1 names different: declaration 'association' definition 'assoc'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:768:39: style:inconclusive: Function 'sendMoveRequest' argument 2 names different: declaration 'params' definition 'assocParams'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:142:37: note: Function 'sendMoveRequest' argument 2 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:768:39: note: Function 'sendMoveRequest' argument 2 names different: declaration 'params' definition 'assocParams'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:769:29: style:inconclusive: Function 'sendMoveRequest' argument 4 names different: declaration 'patient' definition 'patientModule'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:143:26: note: Function 'sendMoveRequest' argument 4 names different: declaration 'patient' definition 'patientModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:769:29: note: Function 'sendMoveRequest' argument 4 names different: declaration 'patient' definition 'patientModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:769:65: style:inconclusive: Function 'sendMoveRequest' argument 5 names different: declaration 'study' definition 'studyModule'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:143:56: note: Function 'sendMoveRequest' argument 5 names different: declaration 'study' definition 'studyModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:769:65: note: Function 'sendMoveRequest' argument 5 names different: declaration 'study' definition 'studyModule'. ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:314:42: style: Parameter 'query' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:522:40: style: Parameter 'query' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:812:39: style: Parameter 'patientModule' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:813:30: style: Parameter 'studyModule' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:177:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:439:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:449:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:757:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:128:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:154:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:158:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:188:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:192:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:230:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:203:6: style: Unused variable: txt [unusedVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:248:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:249:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:252:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:269:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:285:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:286:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:289:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:318:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:295:6: style: Unused variable: txt [unusedVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:337:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:338:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:341:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:907:41: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:269:19: style:inconclusive: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.h:50:20: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:269:19: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:163:10: style: Unused variable: grantedAccess [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:276:2: style: Unused variable: AEWork [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:276:10: style: Unused variable: AECriteria [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:278:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/event.c:167:50: style:inconclusive: Function 'eventCallback' argument 3 names different: declaration 'ctx' definition 'ctxPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/ris_gateway/event.c:90:50: note: Function 'eventCallback' argument 3 names different: declaration 'ctx' definition 'ctxPtr'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/event.c:167:50: note: Function 'eventCallback' argument 3 names different: declaration 'ctx' definition 'ctxPtr'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/event.c:85:19: style: struct member 'TAG_MAP::flag' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/ris_gateway/event.c:174:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:674:19: style:inconclusive: Function 'processEvents' argument 2 names different: declaration 'DMANHandle' definition 'dman'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.h:60:57: note: Function 'processEvents' argument 2 names different: declaration 'DMANHandle' definition 'dman'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:674:19: note: Function 'processEvents' argument 2 names different: declaration 'DMANHandle' definition 'dman'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:674:39: style:inconclusive: Function 'processEvents' argument 3 names different: declaration 'FISHandle' definition 'fis'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.h:61:22: note: Function 'processEvents' argument 3 names different: declaration 'FISHandle' definition 'fis'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:674:39: note: Function 'processEvents' argument 3 names different: declaration 'FISHandle' definition 'fis'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:270:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:57:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:270:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:302:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:59:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:302:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:303:25: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:60:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:303:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/sscond.c:107:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.h:51:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/sscond.c:107:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:84:4: style: Unused variable: requestedCtx [unusedVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:95:4: style: Unused variable: dmanHandle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxMethod.c:224:48: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:632:5: error: Common realloc mistake: 'wcs' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:633:42: style: Checking if unsigned expression 'mbstowcs(wcs,value_str,maxlen)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:522:27: style:inconclusive: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.h:157:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:522:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:523:16: style:inconclusive: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.h:158:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:523:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:554:23: style:inconclusive: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.h:159:35: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:554:23: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:677:31: error: Uninitialized variable: fg [uninitvar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:680:31: error: Uninitialized variable: bg [uninitvar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:341:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:459:22: style: Variable 'id' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:493:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:494:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:526:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:527:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:557:17: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:595:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:236:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:237:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:240:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:257:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:258:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:261:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:280:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:281:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:284:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:313:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:314:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:317:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:351:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:352:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:355:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:358:12: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:380:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:381:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:384:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:423:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:427:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:457:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:458:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:461:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:480:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:481:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:484:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:929:44: style: Variable 'UxContext' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/rsa_ui.c:120:15: style: Variable 'cond' is not assigned a value. [unassignedVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/support.c:75:66: style:inconclusive: Function 'openTables' argument 3 names different: declaration 'database' definition 'databaseHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/rsa_ui/rsa.h:27:66: note: Function 'openTables' argument 3 names different: declaration 'database' definition 'databaseHandle'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/support.c:75:66: note: Function 'openTables' argument 3 names different: declaration 'database' definition 'databaseHandle'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/support.c:76:19: style:inconclusive: Function 'openTables' argument 4 names different: declaration 'FIS' definition 'FISHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/rsa_ui/rsa.h:28:19: note: Function 'openTables' argument 4 names different: declaration 'FIS' definition 'FISHandle'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/support.c:76:19: note: Function 'openTables' argument 4 names different: declaration 'FIS' definition 'FISHandle'. ctn-3.2.0+dfsg.orig/apps/rsa_ui/support.c:81:2: style: Unused variable: criteria [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_results/association.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_results/association.c:120:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_results/association.c:82:11: style: struct member 'QUERY_MAP::levelChar' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/send_results/association.c:83:9: style: struct member 'QUERY_MAP::levelInt' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/send_results/association.c:87:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:449:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:47:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:279:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:282:15: style: Unused variable: recs [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:284:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:285:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:286:11: style: Variable 'patientID' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:289:15: style: Variable 'imageList' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:296:16: style: Variable 'updateHeader' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:393:17: style: Unused variable: handle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:584:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:690:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:690:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:479:22: style: Variable 'deltaTime' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/send_study/association.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_study/association.c:120:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_study/association.c:82:11: style: struct member 'QUERY_MAP::levelChar' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/send_study/association.c:83:9: style: struct member 'QUERY_MAP::levelInt' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/send_study/association.c:87:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:116:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:116:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:533:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:307:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:309:4: note: Found duplicate branches for 'if' and 'else'. ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:307:9: note: Found duplicate branches for 'if' and 'else'. ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:49:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:253:20: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:254:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:255:16: style: Unused variable: done [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:323:2: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:327:2: style: Unused variable: recs [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:329:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:330:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:477:17: style: Unused variable: handle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/simple_pacs/sscond.c:97:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.h:57:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/simple_pacs/sscond.c:97:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:544:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:105:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:544:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:575:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:107:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:575:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:576:25: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:108:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:576:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:91:22: style: struct member 'MOVE_PARAMS::network' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:92:37: style: struct member 'MOVE_PARAMS::params' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/simple_storage/sscond.c:97:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.h:57:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/simple_storage/sscond.c:97:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1222:5: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1222:5: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1531:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1531:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2055:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2055:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1222:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1256:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:344:2: error: Memory leak: s [memleak] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:353:6: error: Memory leak: s [memleak] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1111:55: style:inconclusive: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:139:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1111:55: note: Function 'echoRequest' argument 3 names different: declaration 'message' definition 'echoReq'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1143:31: style:inconclusive: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:146:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1143:31: note: Function 'echoCallback' argument 1 names different: declaration 'echoRequest' definition 'request'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1144:25: style:inconclusive: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:147:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1144:25: note: Function 'echoCallback' argument 2 names different: declaration 'echoResponse' definition 'response'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1436:57: style:inconclusive: Function 'storeRequest' argument 3 names different: declaration 'message' definition 'request'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:142:57: note: Function 'storeRequest' argument 3 names different: declaration 'message' definition 'request'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1436:57: note: Function 'storeRequest' argument 3 names different: declaration 'message' definition 'request'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2124:16: style:inconclusive: Function 'associationCheck' argument 2 names different: declaration 'serverTitle' definition 'title'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:187:16: note: Function 'associationCheck' argument 2 names different: declaration 'serverTitle' definition 'title'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2124:16: note: Function 'associationCheck' argument 2 names different: declaration 'serverTitle' definition 'title'. ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1290:38: style: Parameter 'xlateTable' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1729:11: style: struct member 'UID_STRUCT::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1730:10: style: struct member 'UID_STRUCT::classUID' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:276:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:281:15: style: Variable 'abortFlag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:317:13: style: Variable 'pid' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:318:20: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1292:11: style: Variable 'idx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1828:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1875:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1902:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:382:11: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:808:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:910:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:910:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:465:34: error: Undefined behavior: Variable 'uid' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:471:37: error: Undefined behavior: Variable 'uid' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:477:40: error: Undefined behavior: Variable 'uid' is used as parameter and destination in sprintf(). [sprintfOverlappingData] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:612:34: style: Variable 'isEncapsulatedXferSyntax' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:788:22: style: Variable 'deltaTime' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:162:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:162:9: style: Variable 'argc' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:318:35: style: Parameter 'processElement' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:389:19: style:inconclusive: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.h:69:20: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:389:19: note: Function 'associationCheck' argument 3 names different: declaration 'handle' definition 'manageHandle'. ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:118:30: style: Unused variable: requestedCtx [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:84:11: style: struct member 'QUERY_MAP::levelChar' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:124:18: style: Unused variable: dmanHandle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:85:9: style: struct member 'QUERY_MAP::levelInt' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:89:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:276:10: style: Unused variable: grantedAccess [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:396:2: style: Unused variable: AEWork [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:396:10: style: Unused variable: AECriteria [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:398:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:84:17: style: Unused variable: obj [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:175:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:229:11: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/nevent.c:88:19: style: struct member 'TAG_MAP::flag' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/nevent.c:123:10: style: Unused variable: flag [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/sscond.c:108:23: style:inconclusive: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.h:70:29: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/storage_commit/sscond.c:108:23: note: Function 'APP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:338:11: style: Condition 'commandServiced' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:336:28: note: Assuming that condition '!commandServiced' is not redundant ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:338:11: note: Condition 'commandServiced' is always false ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:83:11: style: struct member 'STORAGE_PARAMS::fileName' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:84:11: style: struct member 'STORAGE_PARAMS::transferSyntax' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:85:11: style: struct member 'STORAGE_PARAMS::owner' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:86:11: style: struct member 'STORAGE_PARAMS::groupName' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:87:11: style: struct member 'STORAGE_PARAMS::priv' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:88:19: style: struct member 'STORAGE_PARAMS::handle' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:70:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:453:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:375:31: style:inconclusive: Function 'insertDBRecords' argument 1 names different: declaration 'handle' definition 'fisHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:71:31: note: Function 'insertDBRecords' argument 1 names different: declaration 'handle' definition 'fisHandle'. ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:375:31: note: Function 'insertDBRecords' argument 1 names different: declaration 'handle' definition 'fisHandle'. ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:376:47: style:inconclusive: Function 'insertDBRecords' argument 4 names different: declaration 'imageLlist' definition 'imageList'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:72:47: note: Function 'insertDBRecords' argument 4 names different: declaration 'imageLlist' definition 'imageList'. ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:376:47: note: Function 'insertDBRecords' argument 4 names different: declaration 'imageLlist' definition 'imageList'. ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:50:11: style: struct member 'QUERY_LIST_ITEM::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:99:2: style: Unused variable: recs [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:101:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:102:9: style: Unused variable: count [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:306:17: style: Unused variable: handle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:87:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:89:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/tbltest/ttselect.c:123:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxMethod.c:224:48: style: Argument '(NameLen=64)*sizeof(char*)' to function UxMalloc is always 512. It does not matter what value 'NameLen' has. [knownArgument] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:632:5: error: Common realloc mistake: 'wcs' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:633:42: style: Checking if unsigned expression 'mbstowcs(wcs,value_str,maxlen)' is less than zero. [unsignedLessThanZero] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:522:27: style:inconclusive: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.h:157:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:522:27: note: Function 'UxFreeClientDataCB' argument 1 names different: declaration 'wgt' definition '_wgt'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:523:16: style:inconclusive: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.h:158:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:523:16: note: Function 'UxFreeClientDataCB' argument 3 names different: declaration 'call_data' definition '_call_data'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:554:23: style:inconclusive: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.h:159:35: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:554:23: note: Function 'UxLoadResources' argument 1 names different: declaration 'fname' definition '_fname'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:677:31: error: Uninitialized variable: fg [uninitvar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:680:31: error: Uninitialized variable: bg [uninitvar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:341:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:459:22: style: Variable 'id' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:493:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:494:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:526:16: style: Variable 'wgt' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:527:25: style: Variable 'call_data' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:557:17: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:595:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:198:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:244:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:245:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:246:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:316:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:317:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:318:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:365:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:366:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:367:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:381:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:382:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:387:6: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:180:49: style:inconclusive: Function 'formatStudyComponent' argument 1 names different: declaration 'r' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.h:55:54: note: Function 'formatStudyComponent' argument 1 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:180:49: note: Function 'formatStudyComponent' argument 1 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/support.c:75:66: style:inconclusive: Function 'openTables' argument 3 names different: declaration 'database' definition 'databaseHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/wlma_ui/wlma.h:33:66: note: Function 'openTables' argument 3 names different: declaration 'database' definition 'databaseHandle'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/support.c:75:66: note: Function 'openTables' argument 3 names different: declaration 'database' definition 'databaseHandle'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/support.c:76:19: style:inconclusive: Function 'openTables' argument 4 names different: declaration 'FIS' definition 'FISHandle'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/wlma_ui/wlma.h:34:19: note: Function 'openTables' argument 4 names different: declaration 'FIS' definition 'FISHandle'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/support.c:76:19: note: Function 'openTables' argument 4 names different: declaration 'FIS' definition 'FISHandle'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/support.c:81:2: style: Unused variable: criteria [unusedVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:258:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:263:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:268:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:369:25: style:inconclusive: Function 'readStudyStatusID' argument 1 names different: declaration 'status' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:110:37: note: Function 'readStudyStatusID' argument 1 names different: declaration 'status' definition 's'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:369:25: note: Function 'readStudyStatusID' argument 1 names different: declaration 'status' definition 's'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:410:28: style:inconclusive: Function 'displayStudyStatusID' argument 1 names different: declaration 'status' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:112:40: note: Function 'displayStudyStatusID' argument 1 names different: declaration 'status' definition 's'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:410:28: note: Function 'displayStudyStatusID' argument 1 names different: declaration 'status' definition 's'. ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:364:13: style: struct member 'W_MAP::w' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:365:11: style: struct member 'W_MAP::s' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:412:12: style: Unused variable: w [unusedVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:413:18: style: Unused variable: event [unusedVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:414:9: style: Unused variable: arg [unusedVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:483:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:484:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:508:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:509:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:510:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:553:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:554:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:555:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:581:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:582:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:583:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:610:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:611:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:636:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:637:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:638:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:670:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:671:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:672:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:698:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:699:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:700:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:727:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:728:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:729:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:749:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:750:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:751:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:763:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:764:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:765:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:777:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:778:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:779:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:791:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:792:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:793:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:805:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:806:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:807:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:819:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:820:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:821:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:833:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:129:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:834:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:130:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:835:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:131:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:155:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:156:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:157:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:182:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:183:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:184:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:196:21: style: Variable 'UxWidget' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:197:28: style: Variable 'UxClientData' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:198:29: style: Variable 'UxCallbackArg' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:98:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:96:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:98:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:84:37: style:inconclusive: Function 'connectToDICOMServer' argument 6 names different: declaration 'assocParams' definition 'params'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.h:56:37: note: Function 'connectToDICOMServer' argument 6 names different: declaration 'assocParams' definition 'params'. ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:84:37: note: Function 'connectToDICOMServer' argument 6 names different: declaration 'assocParams' definition 'params'. ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:164:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:93:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:93:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:93:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:479:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:615:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1099:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1313:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1314:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1315:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:110:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:109:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:110:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:111:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:110:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:111:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:195:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:194:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:195:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:196:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:195:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:196:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:363:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:362:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:363:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:440:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:436:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:440:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:491:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:440:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:491:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:575:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:571:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:575:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:627:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:575:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:627:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:978:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:970:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:978:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1108:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1071:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1108:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1233:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1204:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1233:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1396:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1392:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1396:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1439:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1435:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1439:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:80:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:111:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:196:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:289:12: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:300:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:286:14: style: Unused variable: limits [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:290:9: style: Unused variable: f1 [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:352:12: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:363:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:348:14: style: Unused variable: limits [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:491:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:495:10: style: Unused variable: tmp [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:574:14: style: Variable 'seriesList' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:627:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:849:27: style: Variable 'byteCount' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:852:14: style: Variable 'column' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:864:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:847:20: style: Unused variable: item [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:978:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1108:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1161:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1154:13: style: Unused variable: study [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1190:27: style: Variable 'byteCount' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1233:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1188:20: style: Unused variable: item [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1189:28: style: Unused variable: instancePtr [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1307:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1278:7: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1285:16: style: Unused variable: controlHandle [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1396:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1439:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:74:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:75:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:150:15: style: Variable 'group' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:78:16: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:82:35: style: Condition 'strcmp(dp->d_name,".")==0' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:66:9: style: struct member 'FILE_ENTRY::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:289:13: style: Unused variable: l [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:290:8: style: Unused variable: topDirectory [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:293:15: style: Unused variable: f [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:158:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:204:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:263:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:306:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:392:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:387:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:392:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:406:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:392:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:406:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:445:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:441:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:445:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:459:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:445:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:459:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:476:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:474:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:476:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:485:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:476:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:485:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:518:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:511:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:518:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:527:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:518:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:527:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:569:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:562:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:569:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:578:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:569:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:578:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:619:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:615:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:619:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:628:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:619:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:628:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:61:3: warning: Either the condition 'newnode==0' is redundant or there is possible null pointer dereference: newnode. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:72:17: note: Assuming that condition 'newnode==0' is not redundant ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:61:3: note: Null pointer dereference ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:669:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:662:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:669:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:62:3: warning: Either the condition 'newnode==0' is redundant or there is possible null pointer dereference: newnode. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:72:17: note: Assuming that condition 'newnode==0' is not redundant ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:62:3: note: Null pointer dereference ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:679:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:669:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:679:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:24:31: style: Parameter 'w' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:701:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:699:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:701:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:29:37: style: Parameter 'w' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:706:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:701:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:706:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:731:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:726:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:731:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:740:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:731:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:740:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:763:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:758:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:763:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:764:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:763:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:764:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:766:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:764:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:766:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:771:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:766:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:771:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:819:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:817:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:819:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:828:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:819:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:828:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:851:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:846:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:851:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:860:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:851:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:860:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:877:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:871:8: note: cond is assigned ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:877:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:42:7: style: Unused variable: result [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:60:7: style: Unused variable: result [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:719:20: style: Unused variable: item [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:771:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:810:20: style: Unused variable: item [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:839:20: style: Unused variable: item [unusedVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:901:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:940:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:581:14: style: Expression is always true because 'else if' condition is opposite to previous condition at line 577. [multiCondition] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:577:14: note: first condition ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:581:14: note: else if condition is opposite to first condition ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:563:41: style: Condition 'i==len-1' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:565:8: style: Condition 'i==len-1' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:225:5: error: Memory leak: buffer [memleak] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:225:5: error: Memory leak: prevbuf [memleak] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:79:7: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:374:7: style: Local variable 'status' shadows outer function [shadowFunction] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.h:16:6: note: Shadowed declaration ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:374:7: note: Shadow variable ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:41:16: style: Parameter 'what' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:103:10: error: Uninitialized variable: buffer [uninitvar] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:93:22: note: Assuming condition is false ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:103:10: note: Uninitialized variable: buffer ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:172:7: style: Variable 'j' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:223:20: style: Variable 'content_length' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:365:9: style: Variable 'j' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:437:18: style: Variable 'ret_val' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:489:18: style: Variable 'ret_val' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/string-lib.c:39:5: error: Memory leak: nstr [memleak] ctn-3.2.0+dfsg.orig/facilities/cfg/cfg.c:162:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/cfg/cfg.c:206:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/cfg/cfg.c:212:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/cfg/cfg.c:338:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/cfg/cfg.c:385:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/cfg/cfg.c:396:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:917:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1267:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1340:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1418:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1460:23: style: The statement 'if (currentMode!=CHR_ASCII) currentMode=CHR_ASCII' is logically equivalent to 'currentMode=CHR_ASCII'. [duplicateConditionalAssign] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1464:14: note: Assignment 'currentMode=CHR_ASCII' ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1460:23: note: Condition 'currentMode!=CHR_ASCII' is redundant ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1373:18: style: Condition 'g1Mode!=CHR_ISOIR13' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1358:26: note: Assignment 'g1Mode=CHR_ISOIR13', assigned value is 1 ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1373:18: note: Condition 'g1Mode!=CHR_ISOIR13' is always false ctn-3.2.0+dfsg.orig/facilities/condition/condition.c:280:31: style:inconclusive: Function 'COND_TopCondition' argument 1 names different: declaration 'condition' definition 'code'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/condition/condition.h:66:31: note: Function 'COND_TopCondition' argument 1 names different: declaration 'condition' definition 'code'. ctn-3.2.0+dfsg.orig/facilities/condition/condition.c:280:31: note: Function 'COND_TopCondition' argument 1 names different: declaration 'condition' definition 'code'. ctn-3.2.0+dfsg.orig/facilities/condition/condition.c:456:18: style:inconclusive: Function 'dumpstack' argument 1 names different: declaration 'fp' definition 'lfp'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/condition/condition.c:104:30: note: Function 'dumpstack' argument 1 names different: declaration 'fp' definition 'lfp'. ctn-3.2.0+dfsg.orig/facilities/condition/condition.c:456:18: note: Function 'dumpstack' argument 1 names different: declaration 'fp' definition 'lfp'. ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:347:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:917:28: style: Variable 'destLength' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:714:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:728:9: style: Unused variable: f1 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1000:12: style: Variable 'srcLength' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1062:12: style: Variable 'srcLength' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:933:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1267:28: style: Variable 'destLength' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1268:17: style: Variable 'currentMode' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1213:17: style: Unused variable: c1 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1214:17: style: Unused variable: c2 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1215:17: style: Unused variable: c3 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1340:28: style: Variable 'destLength' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1341:17: style: Variable 'currentMode' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1286:17: style: Unused variable: c1 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1287:17: style: Unused variable: c2 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1288:17: style: Unused variable: c3 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1365:16: style: Variable 'fname' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1418:28: style: Variable 'destLength' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1419:12: style: Variable 'g0Mode' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1361:17: style: Unused variable: c1 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1362:17: style: Unused variable: c2 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1363:17: style: Unused variable: c3 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1439:17: style: Unused variable: c1 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1440:17: style: Unused variable: c2 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1441:17: style: Unused variable: c3 [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1500:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1676:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:318:12: warning: Size of pointer 'fileSetID' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:444:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulcond.c:167:23: style:inconclusive: Function 'DUL_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:372:29: note: Function 'DUL_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulcond.c:167:23: note: Function 'DUL_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:532:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:1299:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:789:5: warning: Either the condition 'context==NULL' is redundant or there is possible null pointer dereference: context. [nullPointerRedundantCheck] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:790:17: note: Assuming that condition 'context==NULL' is not redundant ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:789:5: note: Null pointer dereference ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:150:56: style:inconclusive: Function 'constructAssociatePDU' argument 1 names different: declaration 'items' definition 'params'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprivate.h:76:56: note: Function 'constructAssociatePDU' argument 1 names different: declaration 'items' definition 'params'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:150:56: note: Function 'constructAssociatePDU' argument 1 names different: declaration 'items' definition 'params'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:434:48: style:inconclusive: Function 'constructDataPDU' argument 4 names different: declaration 'ctxID' definition 'presentationContextID'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprivate.h:89:34: note: Function 'constructDataPDU' argument 4 names different: declaration 'ctxID' definition 'presentationContextID'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:434:48: note: Function 'constructDataPDU' argument 4 names different: declaration 'ctxID' definition 'presentationContextID'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:698:18: style:inconclusive: Function 'constructSubItem' argument 3 names different: declaration 'applicationContext' definition 'subItem'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:85:18: note: Function 'constructSubItem' argument 3 names different: declaration 'applicationContext' definition 'subItem'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:698:18: note: Function 'constructSubItem' argument 3 names different: declaration 'applicationContext' definition 'subItem'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:698:42: style:inconclusive: Function 'constructSubItem' argument 4 names different: declaration 'rtnlen' definition 'rtnLength'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:85:53: note: Function 'constructSubItem' argument 4 names different: declaration 'rtnlen' definition 'rtnLength'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:698:42: note: Function 'constructSubItem' argument 4 names different: declaration 'rtnlen' definition 'rtnLength'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:750:63: style:inconclusive: Function 'constructPresentationContext' argument 8 names different: declaration 'rtnLength' definition 'rtnLen'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:91:59: note: Function 'constructPresentationContext' argument 8 names different: declaration 'rtnLength' definition 'rtnLen'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:750:63: note: Function 'constructPresentationContext' argument 8 names different: declaration 'rtnLength' definition 'rtnLen'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:996:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:1299:4: style: Variable 'b' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3498:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3286:41: error: Buffer is accessed out of bounds: (*association)->pduHead [bufferAccessOutOfBounds] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1493:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3777:12: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2670:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2657:10: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2670:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2994:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2992:11: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2994:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1395:29: style:inconclusive: Function 'DT_1_SendPData' argument 2 names different: declaration 'associatin' definition 'association'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:136:29: note: Function 'DT_1_SendPData' argument 2 names different: declaration 'associatin' definition 'association'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1395:29: note: Function 'DT_1_SendPData' argument 2 names different: declaration 'associatin' definition 'association'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1952:29: style:inconclusive: Function 'AA_1_SendAAbort' argument 2 names different: declaration 'associatin' definition 'association'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:143:29: note: Function 'AA_1_SendAAbort' argument 2 names different: declaration 'associatin' definition 'association'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1952:29: note: Function 'AA_1_SendAAbort' argument 2 names different: declaration 'associatin' definition 'association'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3214:31: style:inconclusive: Function 'PRV_NextPDUType' argument 4 names different: declaration 'type' definition 'pduType'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprivate.h:104:55: note: Function 'PRV_NextPDUType' argument 4 names different: declaration 'type' definition 'pduType'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3214:31: note: Function 'PRV_NextPDUType' argument 4 names different: declaration 'type' definition 'pduType'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3328:43: style:inconclusive: Function 'readPDUHead' argument 3 names different: declaration 'maxlength' definition 'maxLength'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:233:43: note: Function 'readPDUHead' argument 3 names different: declaration 'maxlength' definition 'maxLength'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3328:43: note: Function 'readPDUHead' argument 3 names different: declaration 'maxlength' definition 'maxLength'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3330:21: style:inconclusive: Function 'readPDUHead' argument 6 names different: declaration 'PDUtype' definition 'PDUType'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:235:21: note: Function 'readPDUHead' argument 6 names different: declaration 'PDUtype' definition 'PDUType'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3330:21: note: Function 'readPDUHead' argument 6 names different: declaration 'PDUtype' definition 'PDUType'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3330:45: style:inconclusive: Function 'readPDUHead' argument 7 names different: declaration 'PDUreserved' definition 'PDUReserved'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:235:45: note: Function 'readPDUHead' argument 7 names different: declaration 'PDUreserved' definition 'PDUReserved'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3330:45: note: Function 'readPDUHead' argument 7 names different: declaration 'PDUreserved' definition 'PDUReserved'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3449:21: style:inconclusive: Function 'readPDUHeadTCP' argument 6 names different: declaration 'PDUtype' definition 'type'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:252:24: note: Function 'readPDUHeadTCP' argument 6 names different: declaration 'PDUtype' definition 'type'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3449:21: note: Function 'readPDUHeadTCP' argument 6 names different: declaration 'PDUtype' definition 'type'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3449:42: style:inconclusive: Function 'readPDUHeadTCP' argument 7 names different: declaration 'PDUreserved' definition 'reserved'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:252:48: note: Function 'readPDUHeadTCP' argument 7 names different: declaration 'PDUreserved' definition 'reserved'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3449:42: note: Function 'readPDUHeadTCP' argument 7 names different: declaration 'PDUreserved' definition 'reserved'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3449:67: style:inconclusive: Function 'readPDUHeadTCP' argument 8 names different: declaration 'PDULength' definition 'pduLength'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:253:24: note: Function 'readPDUHeadTCP' argument 8 names different: declaration 'PDULength' definition 'pduLength'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3449:67: note: Function 'readPDUHeadTCP' argument 8 names different: declaration 'PDULength' definition 'pduLength'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3611:27: style:inconclusive: Function 'defragmentTCP' argument 5 names different: declaration 'b' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:263:27: note: Function 'defragmentTCP' argument 5 names different: declaration 'b' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3611:27: note: Function 'defragmentTCP' argument 5 names different: declaration 'b' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2536:41: style: Parameter 'params' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:990:20: warning: Size of pointer 'userPresentationCtx' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3498:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:4087:4: style: Unused variable: prvCtx [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:4089:4: style: Unused variable: userPresentationCtx [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:4090:3: style: Unused variable: requestedPresentationCtx [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:4092:4: style: Unused variable: subItem [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:4094:4: style: Unused variable: scuscpRole [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:678:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:127:50: style:inconclusive: Function 'parseAssociate' argument 2 names different: declaration 'len' definition 'pduLength'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprivate.h:100:50: note: Function 'parseAssociate' argument 2 names different: declaration 'len' definition 'pduLength'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:127:50: note: Function 'parseAssociate' argument 2 names different: declaration 'len' definition 'pduLength'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:128:28: style:inconclusive: Function 'parseAssociate' argument 3 names different: declaration 'pdu' definition 'assoc'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprivate.h:101:28: note: Function 'parseAssociate' argument 3 names different: declaration 'pdu' definition 'assoc'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:128:28: note: Function 'parseAssociate' argument 3 names different: declaration 'pdu' definition 'assoc'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:678:9: style: Variable 'buf' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/database/database.c:4580:13: style: Variable 'hour[0]' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/database/database.c:4572:13: note: hour[0] is assigned ctn-3.2.0+dfsg.orig/facilities/database/database.c:4580:13: note: hour[0] is overwritten ctn-3.2.0+dfsg.orig/facilities/database/database.c:3699:5: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] ctn-3.2.0+dfsg.orig/facilities/database/database.c:751:31: style:inconclusive: Function 'DB_AddStudy' argument 2 names different: declaration 'PatID' definition 'patid'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbquery.h:154:45: note: Function 'DB_AddStudy' argument 2 names different: declaration 'PatID' definition 'patid'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:751:31: note: Function 'DB_AddStudy' argument 2 names different: declaration 'PatID' definition 'patid'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:943:28: style:inconclusive: Function 'DB_PrintSeries' argument 1 names different: declaration 's' definition 'snode'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:180:37: note: Function 'DB_PrintSeries' argument 1 names different: declaration 's' definition 'snode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:943:28: note: Function 'DB_PrintSeries' argument 1 names different: declaration 's' definition 'snode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:970:26: style:inconclusive: Function 'DB_PrintStudy' argument 1 names different: declaration 's' definition 'snode'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:179:35: note: Function 'DB_PrintStudy' argument 1 names different: declaration 's' definition 'snode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:970:26: note: Function 'DB_PrintStudy' argument 1 names different: declaration 's' definition 'snode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1004:29: style:inconclusive: Function 'DB_PrintPatient' argument 1 names different: declaration 'p' definition 'pnode'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:178:38: note: Function 'DB_PrintPatient' argument 1 names different: declaration 'p' definition 'pnode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1004:29: note: Function 'DB_PrintPatient' argument 1 names different: declaration 'p' definition 'pnode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1031:25: style:inconclusive: Function 'DB_PrintImage' argument 1 names different: declaration 'i' definition 'inode'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:181:34: note: Function 'DB_PrintImage' argument 1 names different: declaration 'i' definition 'inode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1031:25: note: Function 'DB_PrintImage' argument 1 names different: declaration 'i' definition 'inode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1086:32: style:inconclusive: Function 'DB_AddSeries' argument 2 names different: declaration 'PatID' definition 'patid'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbquery.h:156:40: note: Function 'DB_AddSeries' argument 2 names different: declaration 'PatID' definition 'patid'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1086:32: note: Function 'DB_AddSeries' argument 2 names different: declaration 'PatID' definition 'patid'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1478:31: style:inconclusive: Function 'DB_ReadSeriesNode' argument 1 names different: declaration 'add' definition 'seradd'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:175:45: note: Function 'DB_ReadSeriesNode' argument 1 names different: declaration 'add' definition 'seradd'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1478:31: note: Function 'DB_ReadSeriesNode' argument 1 names different: declaration 'add' definition 'seradd'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1529:32: style:inconclusive: Function 'DB_WriteSeriesNode' argument 1 names different: declaration 'add' definition 'seradd'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:176:46: note: Function 'DB_WriteSeriesNode' argument 1 names different: declaration 'add' definition 'seradd'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1529:32: note: Function 'DB_WriteSeriesNode' argument 1 names different: declaration 'add' definition 'seradd'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1529:52: style:inconclusive: Function 'DB_WriteSeriesNode' argument 2 names different: declaration 'snode' definition 'sernode'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:176:63: note: Function 'DB_WriteSeriesNode' argument 2 names different: declaration 'snode' definition 'sernode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1529:52: note: Function 'DB_WriteSeriesNode' argument 2 names different: declaration 'snode' definition 'sernode'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1566:31: style:inconclusive: Function 'DB_WriteStudyNode' argument 1 names different: declaration 'add' definition 'stuadd'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:174:45: note: Function 'DB_WriteStudyNode' argument 1 names different: declaration 'add' definition 'stuadd'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1566:31: note: Function 'DB_WriteStudyNode' argument 1 names different: declaration 'add' definition 'stuadd'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1605:30: style:inconclusive: Function 'DB_ReadStudyNode' argument 1 names different: declaration 'add' definition 'stuadd'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:173:44: note: Function 'DB_ReadStudyNode' argument 1 names different: declaration 'add' definition 'stuadd'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:1605:30: note: Function 'DB_ReadStudyNode' argument 1 names different: declaration 'add' definition 'stuadd'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3067:49: style:inconclusive: Function 'DB_UpdatePatientContext' argument 2 names different: declaration 'loc' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:182:58: note: Function 'DB_UpdatePatientContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3067:49: note: Function 'DB_UpdatePatientContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3106:47: style:inconclusive: Function 'DB_UpdateStudyContext' argument 2 names different: declaration 'loc' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:183:56: note: Function 'DB_UpdateStudyContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3106:47: note: Function 'DB_UpdateStudyContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3145:48: style:inconclusive: Function 'DB_UpdateSeriesContext' argument 2 names different: declaration 'loc' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:184:57: note: Function 'DB_UpdateSeriesContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3145:48: note: Function 'DB_UpdateSeriesContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3184:47: style:inconclusive: Function 'DB_UpdateQueryContext' argument 2 names different: declaration 'loc' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:186:56: note: Function 'DB_UpdateQueryContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3184:47: note: Function 'DB_UpdateQueryContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3223:47: style:inconclusive: Function 'DB_UpdateImageContext' argument 2 names different: declaration 'loc' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:185:56: note: Function 'DB_UpdateImageContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3223:47: note: Function 'DB_UpdateImageContext' argument 2 names different: declaration 'loc' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:4553:29: style:inconclusive: Function 'DB_ConvertTimetoFloat' argument 1 names different: declaration 'time' definition 'tm'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/database/dbprivate.h:203:40: note: Function 'DB_ConvertTimetoFloat' argument 1 names different: declaration 'time' definition 'tm'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:4553:29: note: Function 'DB_ConvertTimetoFloat' argument 1 names different: declaration 'time' definition 'tm'. ctn-3.2.0+dfsg.orig/facilities/database/database.c:3067:49: style: Parameter 'p' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3106:47: style: Parameter 'p' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3145:48: style: Parameter 'p' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3184:47: style: Parameter 'p' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3223:47: style: Parameter 'p' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulpresent.c:238:18: style:inconclusive: Function 'DUL_AddMultiplePresentationCtx' argument 5 names different: declaration 'result' definition 'reason'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:395:18: note: Function 'DUL_AddMultiplePresentationCtx' argument 5 names different: declaration 'result' definition 'reason'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulpresent.c:238:18: note: Function 'DUL_AddMultiplePresentationCtx' argument 5 names different: declaration 'result' definition 'reason'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:164:19: debug: Wrong data detected by condition !tok->next()->astOperand1() [DacaWrongData] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:370:3: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:196:8: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2272:14: style: Obsolescent function 'gethostbyaddr' called. It is recommended to use 'getnameinfo' instead. [prohibitedgethostbyaddrCalled] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2669:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2670:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:175:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2287:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:412:29: style:inconclusive: Function 'DUL_InitializeNetwork' argument 1 names different: declaration 'type' definition 'networkType'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:309:29: note: Function 'DUL_InitializeNetwork' argument 1 names different: declaration 'type' definition 'networkType'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:412:29: note: Function 'DUL_InitializeNetwork' argument 1 names different: declaration 'type' definition 'networkType'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:413:15: style:inconclusive: Function 'DUL_InitializeNetwork' argument 3 names different: declaration 'param' definition 'networkParameter'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:309:53: note: Function 'DUL_InitializeNetwork' argument 3 names different: declaration 'param' definition 'networkParameter'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:413:15: note: Function 'DUL_InitializeNetwork' argument 3 names different: declaration 'param' definition 'networkParameter'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:413:60: style:inconclusive: Function 'DUL_InitializeNetwork' argument 5 names different: declaration 'options' definition 'opt'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:310:34: note: Function 'DUL_InitializeNetwork' argument 5 names different: declaration 'options' definition 'opt'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:413:60: note: Function 'DUL_InitializeNetwork' argument 5 names different: declaration 'options' definition 'opt'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:414:27: style:inconclusive: Function 'DUL_InitializeNetwork' argument 6 names different: declaration 'network' definition 'networkKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:310:61: note: Function 'DUL_InitializeNetwork' argument 6 names different: declaration 'network' definition 'networkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:414:27: note: Function 'DUL_InitializeNetwork' argument 6 names different: declaration 'network' definition 'networkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:494:35: style:inconclusive: Function 'DUL_DropNetwork' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:344:45: note: Function 'DUL_DropNetwork' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:494:35: note: Function 'DUL_DropNetwork' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:568:42: style:inconclusive: Function 'DUL_RequestAssociation' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:326:42: note: Function 'DUL_RequestAssociation' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:568:42: note: Function 'DUL_RequestAssociation' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:570:32: style:inconclusive: Function 'DUL_RequestAssociation' argument 3 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:328:32: note: Function 'DUL_RequestAssociation' argument 3 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:570:32: note: Function 'DUL_RequestAssociation' argument 3 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:697:51: style:inconclusive: Function 'DUL_RequestAssociationWithProxy' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:330:51: note: Function 'DUL_RequestAssociationWithProxy' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:697:51: note: Function 'DUL_RequestAssociationWithProxy' argument 1 names different: declaration 'network' definition 'callerNetworkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:700:32: style:inconclusive: Function 'DUL_RequestAssociationWithProxy' argument 4 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:333:32: note: Function 'DUL_RequestAssociationWithProxy' argument 4 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:700:32: note: Function 'DUL_RequestAssociationWithProxy' argument 4 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:987:44: style:inconclusive: Function 'DUL_ReceiveAssociationRQ' argument 1 names different: declaration 'net' definition 'callerNetworkKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:312:44: note: Function 'DUL_ReceiveAssociationRQ' argument 1 names different: declaration 'net' definition 'callerNetworkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:987:44: note: Function 'DUL_ReceiveAssociationRQ' argument 1 names different: declaration 'net' definition 'callerNetworkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:988:22: style:inconclusive: Function 'DUL_ReceiveAssociationRQ' argument 2 names different: declaration 'blk' definition 'block'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:313:21: note: Function 'DUL_ReceiveAssociationRQ' argument 2 names different: declaration 'blk' definition 'block'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:988:22: note: Function 'DUL_ReceiveAssociationRQ' argument 2 names different: declaration 'blk' definition 'block'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:989:38: style:inconclusive: Function 'DUL_ReceiveAssociationRQ' argument 3 names different: declaration 'parameters' definition 'params'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:313:59: note: Function 'DUL_ReceiveAssociationRQ' argument 3 names different: declaration 'parameters' definition 'params'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:989:38: note: Function 'DUL_ReceiveAssociationRQ' argument 3 names different: declaration 'parameters' definition 'params'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:990:27: style:inconclusive: Function 'DUL_ReceiveAssociationRQ' argument 4 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:314:27: note: Function 'DUL_ReceiveAssociationRQ' argument 4 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:990:27: note: Function 'DUL_ReceiveAssociationRQ' argument 4 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1266:52: style:inconclusive: Function 'DUL_AcknowledgeAssociationRQ' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:306:52: note: Function 'DUL_AcknowledgeAssociationRQ' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1266:52: note: Function 'DUL_AcknowledgeAssociationRQ' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1335:47: style:inconclusive: Function 'DUL_RejectAssociationRQ' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:323:47: note: Function 'DUL_RejectAssociationRQ' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1335:47: note: Function 'DUL_RejectAssociationRQ' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1416:43: style:inconclusive: Function 'DUL_DropAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:343:53: note: Function 'DUL_DropAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1416:43: note: Function 'DUL_DropAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1477:46: style:inconclusive: Function 'DUL_ReleaseAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:345:56: note: Function 'DUL_ReleaseAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1477:46: note: Function 'DUL_ReleaseAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1589:46: style:inconclusive: Function 'DUL_AcknowledgeRelease' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:346:56: note: Function 'DUL_AcknowledgeRelease' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1589:46: note: Function 'DUL_AcknowledgeRelease' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1637:44: style:inconclusive: Function 'DUL_AbortAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:342:54: note: Function 'DUL_AbortAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1637:44: note: Function 'DUL_AbortAssociation' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1736:37: style:inconclusive: Function 'DUL_WritePDVs' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:354:37: note: Function 'DUL_WritePDVs' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1736:37: note: Function 'DUL_WritePDVs' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1785:36: style:inconclusive: Function 'DUL_ReadPDVs' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:351:36: note: Function 'DUL_ReadPDVs' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1785:36: note: Function 'DUL_ReadPDVs' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1907:48: style:inconclusive: Function 'DUL_AssociationParameter' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:375:48: note: Function 'DUL_AssociationParameter' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1907:48: note: Function 'DUL_AssociationParameter' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1966:35: style:inconclusive: Function 'DUL_NextPDV' argument 1 names different: declaration 'association' definition 'callerAssociation'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.h:356:45: note: Function 'DUL_NextPDV' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1966:35: note: Function 'DUL_NextPDV' argument 1 names different: declaration 'association' definition 'callerAssociation'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2328:24: style:inconclusive: Function 'createNetworkKey' argument 1 names different: declaration 'type' definition 'networkType'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:89:24: note: Function 'createNetworkKey' argument 1 names different: declaration 'type' definition 'networkType'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2328:24: note: Function 'createNetworkKey' argument 1 names different: declaration 'type' definition 'networkType'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2329:58: style:inconclusive: Function 'createNetworkKey' argument 5 names different: declaration 'k' definition 'key'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:90:26: note: Function 'createNetworkKey' argument 5 names different: declaration 'k' definition 'key'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2329:58: note: Function 'createNetworkKey' argument 5 names different: declaration 'k' definition 'key'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2395:44: style:inconclusive: Function 'initializeNetworkTCP' argument 1 names different: declaration 'k' definition 'key'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:95:61: note: Function 'initializeNetworkTCP' argument 1 names different: declaration 'k' definition 'key'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2395:44: note: Function 'initializeNetworkTCP' argument 1 names different: declaration 'k' definition 'key'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2395:55: style:inconclusive: Function 'initializeNetworkTCP' argument 2 names different: declaration 'p' definition 'parameter'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:95:70: note: Function 'initializeNetworkTCP' argument 2 names different: declaration 'p' definition 'parameter'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2395:55: note: Function 'initializeNetworkTCP' argument 2 names different: declaration 'p' definition 'parameter'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2476:44: style:inconclusive: Function 'createAssociationKey' argument 1 names different: declaration 'net' definition 'networkKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:92:44: note: Function 'createAssociationKey' argument 1 names different: declaration 'net' definition 'networkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2476:44: note: Function 'createAssociationKey' argument 1 names different: declaration 'net' definition 'networkKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2477:14: style:inconclusive: Function 'createAssociationKey' argument 2 names different: declaration 'node' definition 'remoteNode'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:92:55: note: Function 'createAssociationKey' argument 2 names different: declaration 'node' definition 'remoteNode'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2477:14: note: Function 'createAssociationKey' argument 2 names different: declaration 'node' definition 'remoteNode'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2478:34: style:inconclusive: Function 'createAssociationKey' argument 4 names different: declaration 'assoc' definition 'associationKey'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:94:34: note: Function 'createAssociationKey' argument 4 names different: declaration 'assoc' definition 'associationKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2478:34: note: Function 'createAssociationKey' argument 4 names different: declaration 'assoc' definition 'associationKey'. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1336:21: style: Parameter 'params' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:310:7: style: Variable 'totalBytes' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:742:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:893:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1004:23: style: Variable 'networkClosed' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:999:9: style: Unused variable: pduType [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1001:9: style: Unused variable: event [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1003:2: style: Unused variable: abortItems [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2400:15: style: Variable 'reuse' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:136:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:184:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:126:10: style: Redundant initialization for 'cond'. The initialized value is overwritten before it is read. [redundantInitialization] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:113:7: note: cond is initialized ctn-3.2.0+dfsg.orig/facilities/fis/event.c:126:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/fis/event.c:174:10: style: Redundant initialization for 'cond'. The initialized value is overwritten before it is read. [redundantInitialization] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:161:7: note: cond is initialized ctn-3.2.0+dfsg.orig/facilities/fis/event.c:174:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/fis/event.c:121:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:169:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:396:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:528:53: style:inconclusive: Function 'parsePatient' argument 2 names different: declaration 's' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:100:57: note: Function 'parsePatient' argument 2 names different: declaration 's' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:528:53: note: Function 'parsePatient' argument 2 names different: declaration 's' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:561:26: style:inconclusive: Function 'buildVisit' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:72:30: note: Function 'buildVisit' argument 1 names different: declaration 'o' definition 'obj'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:561:26: note: Function 'buildVisit' argument 1 names different: declaration 'o' definition 'obj'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:561:62: style:inconclusive: Function 'buildVisit' argument 3 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:72:64: note: Function 'buildVisit' argument 3 names different: declaration 'e' definition 'event'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:561:62: note: Function 'buildVisit' argument 3 names different: declaration 'e' definition 'event'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:616:35: style:inconclusive: Function 'buildStudyComponent' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:76:39: note: Function 'buildStudyComponent' argument 1 names different: declaration 'o' definition 'obj'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:616:35: note: Function 'buildStudyComponent' argument 1 names different: declaration 'o' definition 'obj'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:617:17: style:inconclusive: Function 'buildStudyComponent' argument 3 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:76:82: note: Function 'buildStudyComponent' argument 3 names different: declaration 'e' definition 'event'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:617:17: note: Function 'buildStudyComponent' argument 3 names different: declaration 'e' definition 'event'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:825:28: style:inconclusive: Function 'buildResults' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:78:32: note: Function 'buildResults' argument 1 names different: declaration 'o' definition 'obj'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:825:28: note: Function 'buildResults' argument 1 names different: declaration 'o' definition 'obj'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:825:66: style:inconclusive: Function 'buildResults' argument 3 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:78:68: note: Function 'buildResults' argument 3 names different: declaration 'e' definition 'event'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:825:66: note: Function 'buildResults' argument 3 names different: declaration 'e' definition 'event'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:969:35: style:inconclusive: Function 'buildInterpretation' argument 1 names different: declaration 'o' definition 'obj'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:80:39: note: Function 'buildInterpretation' argument 1 names different: declaration 'o' definition 'obj'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:969:35: note: Function 'buildInterpretation' argument 1 names different: declaration 'o' definition 'obj'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:970:17: style:inconclusive: Function 'buildInterpretation' argument 3 names different: declaration 'e' definition 'event'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:80:82: note: Function 'buildInterpretation' argument 3 names different: declaration 'e' definition 'event'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:970:17: note: Function 'buildInterpretation' argument 3 names different: declaration 'e' definition 'event'. ctn-3.2.0+dfsg.orig/facilities/fis/build.c:377:24: style: Local variable 'results' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:799:5: note: Shadowed declaration ctn-3.2.0+dfsg.orig/facilities/fis/build.c:377:24: note: Shadow variable ctn-3.2.0+dfsg.orig/facilities/fis/build.c:378:31: style: Local variable 'studyComponent' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:601:5: note: Shadowed declaration ctn-3.2.0+dfsg.orig/facilities/fis/build.c:378:31: note: Shadow variable ctn-3.2.0+dfsg.orig/facilities/fis/build.c:870:31: style: Local variable 'interp' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:931:5: note: Shadowed declaration ctn-3.2.0+dfsg.orig/facilities/fis/build.c:870:31: note: Shadow variable ctn-3.2.0+dfsg.orig/facilities/fis/build.c:487:53: style: Parameter 'p' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:169:61: style:inconclusive: Function 'insertPatientRecord' argument 2 names different: declaration 'record' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:66:78: note: Function 'insertPatientRecord' argument 2 names different: declaration 'record' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:169:61: note: Function 'insertPatientRecord' argument 2 names different: declaration 'record' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:224:57: style:inconclusive: Function 'insertStudyRecord' argument 2 names different: declaration 'record' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:68:61: note: Function 'insertStudyRecord' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:224:57: note: Function 'insertStudyRecord' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:290:75: style:inconclusive: Function 'insertStudyComponentRecord' argument 2 names different: declaration 'record' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:71:34: note: Function 'insertStudyComponentRecord' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:290:75: note: Function 'insertStudyComponentRecord' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:357:63: style:inconclusive: Function 'insertSCSeriesRecord' argument 2 names different: declaration 'r' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:73:67: note: Function 'insertSCSeriesRecord' argument 2 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:357:63: note: Function 'insertSCSeriesRecord' argument 2 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:415:61: style:inconclusive: Function 'insertSCImageRecord' argument 2 names different: declaration 'r' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:75:65: note: Function 'insertSCImageRecord' argument 2 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:415:61: note: Function 'insertSCImageRecord' argument 2 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:497:61: style:inconclusive: Function 'insertResultsRecord' argument 2 names different: declaration 'record' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:77:65: note: Function 'insertResultsRecord' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:497:61: note: Function 'insertResultsRecord' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:571:75: style:inconclusive: Function 'insertInterpretationRecord' argument 2 names different: declaration 'record' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:79:79: note: Function 'insertInterpretationRecord' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:571:75: note: Function 'insertInterpretationRecord' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:651:73: style:inconclusive: Function 'insertStorageCommitReq' argument 2 names different: declaration 'record' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:81:77: note: Function 'insertStorageCommitReq' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:651:73: note: Function 'insertStorageCommitReq' argument 2 names different: declaration 'record' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/record.c:319:72: style:inconclusive: Function 'newInterpretationRecord' argument 2 names different: declaration 'r' definition 'record'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/record.c:74:89: note: Function 'newInterpretationRecord' argument 2 names different: declaration 'r' definition 'record'. ctn-3.2.0+dfsg.orig/facilities/fis/record.c:319:72: note: Function 'newInterpretationRecord' argument 2 names different: declaration 'r' definition 'record'. ctn-3.2.0+dfsg.orig/facilities/fis/record.c:354:35: style:inconclusive: Function 'newStorageCommitReqRecord' argument 2 names different: declaration 'r' definition 'record'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/record.c:77:35: note: Function 'newStorageCommitReqRecord' argument 2 names different: declaration 'r' definition 'record'. ctn-3.2.0+dfsg.orig/facilities/fis/record.c:354:35: note: Function 'newStorageCommitReqRecord' argument 2 names different: declaration 'r' definition 'record'. ctn-3.2.0+dfsg.orig/facilities/fis/update.c:149:61: style:inconclusive: Function 'updatePatientRecord' argument 2 names different: declaration 'r' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:67:78: note: Function 'updatePatientRecord' argument 2 names different: declaration 'r' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/fis/update.c:149:61: note: Function 'updatePatientRecord' argument 2 names different: declaration 'r' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/fis/update.c:214:57: style:inconclusive: Function 'updateStudyRecord' argument 2 names different: declaration 'r' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:68:74: note: Function 'updateStudyRecord' argument 2 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/update.c:214:57: note: Function 'updateStudyRecord' argument 2 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/update.c:276:75: style:inconclusive: Function 'updateStudyComponentRecord' argument 2 names different: declaration 'r' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:71:34: note: Function 'updateStudyComponentRecord' argument 2 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/facilities/fis/update.c:276:75: note: Function 'updateStudyComponentRecord' argument 2 names different: declaration 'r' definition 's'. ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:299:27: style: Parameter 'query' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:355:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:397:9: style: Unused variable: temp [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:429:4: style: Unused variable: object [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1531:68: style:inconclusive: Function 'FIS_GetOne' argument 6 names different: declaration 'record' definition 'r'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fis.h:375:68: note: Function 'FIS_GetOne' argument 6 names different: declaration 'record' definition 'r'. ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1531:68: note: Function 'FIS_GetOne' argument 6 names different: declaration 'record' definition 'r'. ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1631:29: style:inconclusive: Function 'FIS_SelectOne' argument 6 names different: declaration 'record' definition 'r'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/fis/fis.h:379:23: note: Function 'FIS_SelectOne' argument 6 names different: declaration 'record' definition 'r'. ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1631:29: note: Function 'FIS_SelectOne' argument 6 names different: declaration 'record' definition 'r'. ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:845:24: style: Unused variable: p [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1005:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1113:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1162:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1248:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1363:15: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1601:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:167:32: style:inconclusive: Function 'HAP_BuildPatient' argument 1 names different: declaration 'o' definition 'object'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/hap/hap.h:233:32: note: Function 'HAP_BuildPatient' argument 1 names different: declaration 'o' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:167:32: note: Function 'HAP_BuildPatient' argument 1 names different: declaration 'o' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:168:23: style: Parameter 'xl' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:191:29: style: Parameter 'xl' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:293:11: style: struct member 'SQ_MAP_SOP::sopclass' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:398:34: style: Unused variable: results [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:399:35: style: Unused variable: approver [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:400:26: style: Unused variable: diagnosis [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:140:23: style: Parameter 'xl' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:221:26: style: Parameter 'xl' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:184:26: style: Parameter 'xl' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:107:9: style: Unused variable: wb [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:269:8: style: Variable 'hs' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:394:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:396:9: style: Unused variable: wb [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:397:9: style: Unused variable: seek_pos [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:504:9: style: Unused variable: rb [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:543:9: style: Unused variable: rb [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:918:9: style: Unused variable: node [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:356:8: style: Variable 'hs' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/iap/iapcond.c:88:23: style:inconclusive: Function 'IAP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/iap/iap.h:83:29: note: Function 'IAP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/iap/iapcond.c:88:23: note: Function 'IAP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:563:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:558:8: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:563:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:121:24: style: Local variable 'list' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:280:28: note: Shadowed declaration ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:121:24: note: Shadow variable ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:196:24: style: Local variable 'list' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:280:28: note: Shadowed declaration ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:196:24: note: Shadow variable ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:498:27: style: Parameter 'query' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/icon/iconcond.c:86:24: style:inconclusive: Function 'ICON_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/icon/icon.h:97:30: note: Function 'ICON_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/icon/iconcond.c:86:24: note: Function 'ICON_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:118:2: error: Resource leak: fd [resourceLeak] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:165:2: error: Resource leak: fd [resourceLeak] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:307:2: error: Resource leak: fd [resourceLeak] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:355:2: error: Resource leak: fd [resourceLeak] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:358:2: error: Resource leak: fd [resourceLeak] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:244:75: style:inconclusive: Function 'ICON_GetStudyOffset' argument 3 names different: declaration 'studyoffset' definition 'study'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/icon/icon.h:89:85: note: Function 'ICON_GetStudyOffset' argument 3 names different: declaration 'studyoffset' definition 'study'. ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:244:75: note: Function 'ICON_GetStudyOffset' argument 3 names different: declaration 'studyoffset' definition 'study'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:203:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3919:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3919:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3935:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3935:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3951:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3951:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3951:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3970:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3970:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3987:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:995:60: style:inconclusive: Function 'HIS_AddInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.h:477:70: note: Function 'HIS_AddInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:995:60: note: Function 'HIS_AddInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1693:60: style:inconclusive: Function 'HIS_GetInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.h:514:60: note: Function 'HIS_GetInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1693:60: note: Function 'HIS_GetInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1770:64: style:inconclusive: Function 'HIS_GetNextInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.h:515:74: note: Function 'HIS_GetNextInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1770:64: note: Function 'HIS_GetNextInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2492:63: style:inconclusive: Function 'HIS_UpdateInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.h:528:73: note: Function 'HIS_UpdateInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2492:63: note: Function 'HIS_UpdateInterpretation' argument 2 names different: declaration 'interp' definition 'interps'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3113:22: style:inconclusive: Function 'HIS_RemoveVLocal' argument 1 names different: declaration 'i' definition 'vindex'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisprivate.h:137:32: note: Function 'HIS_RemoveVLocal' argument 1 names different: declaration 'i' definition 'vindex'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3113:22: note: Function 'HIS_RemoveVLocal' argument 1 names different: declaration 'i' definition 'vindex'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3170:22: style:inconclusive: Function 'HIS_RemoveSLocal' argument 1 names different: declaration 'i' definition 'sindex'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisprivate.h:136:32: note: Function 'HIS_RemoveSLocal' argument 1 names different: declaration 'i' definition 'sindex'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3170:22: note: Function 'HIS_RemoveSLocal' argument 1 names different: declaration 'i' definition 'sindex'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3230:22: style:inconclusive: Function 'HIS_RemoveRLocal' argument 1 names different: declaration 'i' definition 'rindex'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisprivate.h:135:32: note: Function 'HIS_RemoveRLocal' argument 1 names different: declaration 'i' definition 'rindex'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3230:22: note: Function 'HIS_RemoveRLocal' argument 1 names different: declaration 'i' definition 'rindex'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3287:22: style:inconclusive: Function 'HIS_RemoveILocal' argument 1 names different: declaration 'i' definition 'iindex'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisprivate.h:134:32: note: Function 'HIS_RemoveILocal' argument 1 names different: declaration 'i' definition 'iindex'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3287:22: note: Function 'HIS_RemoveILocal' argument 1 names different: declaration 'i' definition 'iindex'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3593:60: style:inconclusive: Function 'HIS_RemoveInterpretationfromResult' argument 2 names different: declaration 'resultuid' definition 'resultsuid'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisprivate.h:139:70: note: Function 'HIS_RemoveInterpretationfromResult' argument 2 names different: declaration 'resultuid' definition 'resultsuid'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3593:60: note: Function 'HIS_RemoveInterpretationfromResult' argument 2 names different: declaration 'resultuid' definition 'resultsuid'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3632:55: style:inconclusive: Function 'HIS_AddInterpretationtoResult' argument 2 names different: declaration 'resultuid' definition 'resultsuid'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisprivate.h:132:65: note: Function 'HIS_AddInterpretationtoResult' argument 2 names different: declaration 'resultuid' definition 'resultsuid'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3632:55: note: Function 'HIS_AddInterpretationtoResult' argument 2 names different: declaration 'resultuid' definition 'resultsuid'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3662:29: style:inconclusive: Function 'HIS_AddResultstoStudy' argument 1 names different: declaration 'resultuid' definition 'resultsuid'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisprivate.h:131:39: note: Function 'HIS_AddResultstoStudy' argument 1 names different: declaration 'resultuid' definition 'resultsuid'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3662:29: note: Function 'HIS_AddResultstoStudy' argument 1 names different: declaration 'resultuid' definition 'resultsuid'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:4012:22: style:inconclusive: Function 'HIS_UnLock' argument 1 names different: declaration 'retval' definition 'ret_val'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/his/hisprivate.h:146:32: note: Function 'HIS_UnLock' argument 1 names different: declaration 'retval' definition 'ret_val'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:4012:22: note: Function 'HIS_UnLock' argument 1 names different: declaration 'retval' definition 'ret_val'. ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:203:16: style: Variable 'retval' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3101:17: error: Common realloc mistake: 'GS_PatNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3110:17: error: Common realloc mistake: 'GS_NullPatFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3120:17: error: Common realloc mistake: 'GS_StuNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3128:17: error: Common realloc mistake: 'GS_NullStuFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3309:17: error: Common realloc mistake: 'GS_PatNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3318:17: error: Common realloc mistake: 'GS_NullPatFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3408:17: error: Common realloc mistake: 'GS_StuNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3416:17: error: Common realloc mistake: 'GS_NullStuFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3528:17: error: Common realloc mistake: 'GS_SerNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3537:17: error: Common realloc mistake: 'GS_NullSerFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3630:17: error: Common realloc mistake: 'GS_ImaNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3639:17: error: Common realloc mistake: 'GS_NullImaFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5149:11: error: Common realloc mistake: 'new_regex' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1012:40: warning: Either the condition 'temp_node==(LST_NODE*)NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1013:19: note: Assuming that condition 'temp_node==(LST_NODE*)NULL' is not redundant ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1012:40: note: Null pointer addition ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5360:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5306:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5360:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5424:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5360:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5424:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5494:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5424:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5494:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5584:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5494:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5584:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5643:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5584:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5643:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5940:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5925:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5940:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5106:19: style: The comparison 'new_regex == (char*)NULL' is always true because 'new_regex' and '(char*)NULL' represent the same value. [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5099:21: note: 'new_regex' is assigned value '(char*)NULL' here. ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5106:19: note: The comparison 'new_regex == (char*)NULL' is always true because 'new_regex' and '(char*)NULL' represent the same value. ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5641:66: style: Same expression 'NeedPatientInsert' found multiple times in chain of '||' operators. [duplicateExpression] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5687:63: style: Same expression 'NeedPatientInsert' found multiple times in chain of '||' operators. [duplicateExpression] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5095:33: style:inconclusive: Function 'IDB_ConvertDicomMetatoSQL' argument 1 names different: declaration 'str' definition 'regex'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/idb/idb.h:478:39: note: Function 'IDB_ConvertDicomMetatoSQL' argument 1 names different: declaration 'str' definition 'regex'. ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5095:33: note: Function 'IDB_ConvertDicomMetatoSQL' argument 1 names different: declaration 'str' definition 'regex'. ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5587:6: style: Local variable 'i' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5264:9: note: Shadowed declaration ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5587:6: note: Shadow variable ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1011:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1596:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1613:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1630:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5828:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2874:3: error: Uninitialized variable: numpatcrits [uninitvar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2819:9: note: Assuming condition is false ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2874:3: note: Uninitialized variable: numpatcrits ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2879:3: error: Uninitialized variable: numstucrits [uninitvar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2819:9: note: Assuming condition is false ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2879:3: note: Uninitialized variable: numstucrits ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2884:3: error: Uninitialized variable: numsercrits [uninitvar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2819:9: note: Assuming condition is false ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2884:3: note: Uninitialized variable: numsercrits ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2923:9: error: Uninitialized variable: numpatcrits [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2926:9: error: Uninitialized variable: numstucrits [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2929:9: error: Uninitialized variable: numsercrits [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:657:9: style: Unused variable: idbdb [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:665:3: style: Unused variable: limitshandle [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:950:9: style: Unused variable: imageuid [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1750:2: style: Unused variable: ins [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1767:9: style: Unused variable: buf [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1770:4: style: Unused variable: temp_node [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2228:2: style: Unused variable: ins [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2244:9: style: Unused variable: buf [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2247:4: style: Unused variable: temp_node [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2761:2: style: Unused variable: ins [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2777:9: style: Unused variable: buf [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2780:4: style: Unused variable: temp_node [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2786:9: style: Unused variable: ipat [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2787:9: style: Unused variable: istu [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2788:9: style: Unused variable: iser [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3741:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3787:11: style: Unused variable: c [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5049:8: style: Variable 'temp' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5317:16: style: Variable 'PAT_PatBirDat' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5319:16: style: Variable 'PAT_PatBirTim' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5324:19: style: Variable 'PAT_NumPatRelStu' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5326:19: style: Variable 'PAT_NumPatRelSer' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5328:19: style: Variable 'PAT_NumPatRelIma' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5332:17: style: Variable 'PAT_InsertDate' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5336:17: style: Variable 'PAT_InsertTime' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5374:13: style: Variable 'STU_StuDat' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5376:13: style: Variable 'STU_StuTim' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5387:19: style: Variable 'STU_NumStuRelSer' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5389:19: style: Variable 'STU_NumStuRelIma' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5393:17: style: Variable 'STU_InsertDate' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5397:17: style: Variable 'STU_InsertTime' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5452:19: style: Variable 'SER_NumSerRelIma' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5457:17: style: Variable 'SER_InsertDate' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5462:17: style: Variable 'SER_InsertTime' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5530:17: style: Variable 'IMA_InsertDate' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5535:17: style: Variable 'IMA_InsertTime' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5899:16: style: Variable 'pathandle' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5900:16: style: Variable 'stuhandle' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5901:16: style: Variable 'serhandle' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4142:17: error: Common realloc mistake: 'GS_PatNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4151:17: error: Common realloc mistake: 'GS_NullPatFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4161:17: error: Common realloc mistake: 'GS_StuNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4169:17: error: Common realloc mistake: 'GS_NullStuFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4350:17: error: Common realloc mistake: 'GS_PatNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4359:17: error: Common realloc mistake: 'GS_NullPatFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4459:17: error: Common realloc mistake: 'GS_StuNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4467:17: error: Common realloc mistake: 'GS_NullStuFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4589:17: error: Common realloc mistake: 'GS_SerNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4598:17: error: Common realloc mistake: 'GS_NullSerFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4695:17: error: Common realloc mistake: 'GS_ImaNodes' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4704:17: error: Common realloc mistake: 'GS_NullImaFlag' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6294:7: error: Common realloc mistake: 'new_regex' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2032:40: warning: Either the condition 'temp_node==(LST_NODE*)NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2033:19: note: Assuming that condition 'temp_node==(LST_NODE*)NULL' is not redundant ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2032:40: note: Null pointer addition ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6542:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6511:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6542:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6575:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6542:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6575:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6605:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6575:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6605:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6652:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6605:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6652:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6708:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6652:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6708:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6983:13: style: Variable 'ret_val' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6970:13: note: ret_val is assigned ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6983:13: note: ret_val is overwritten ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6242:19: style: The comparison 'new_regex == (char*)NULL' is always true because 'new_regex' and '(char*)NULL' represent the same value. [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6230:21: note: 'new_regex' is assigned value '(char*)NULL' here. ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6242:19: note: The comparison 'new_regex == (char*)NULL' is always true because 'new_regex' and '(char*)NULL' represent the same value. ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6706:66: style: Same expression 'NeedPatientInsert' found multiple times in chain of '||' operators. [duplicateExpression] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6742:63: style: Same expression 'NeedPatientInsert' found multiple times in chain of '||' operators. [duplicateExpression] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2751:37: style:inconclusive: Function 'IDB_Select_View' argument 4 names different: declaration 'pssi' definition 'q'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.h:494:42: note: Function 'IDB_Select_View' argument 4 names different: declaration 'pssi' definition 'q'. ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2751:37: note: Function 'IDB_Select_View' argument 4 names different: declaration 'pssi' definition 'q'. ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6226:33: style:inconclusive: Function 'IDB_ConvertDicomMetatoSQL' argument 1 names different: declaration 'str' definition 'regex'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.h:524:39: note: Function 'IDB_ConvertDicomMetatoSQL' argument 1 names different: declaration 'str' definition 'regex'. ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6226:33: note: Function 'IDB_ConvertDicomMetatoSQL' argument 1 names different: declaration 'str' definition 'regex'. ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6655:6: style: Local variable 'i' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6460:9: note: Shadowed declaration ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6655:6: note: Shadow variable ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2031:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2602:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2619:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2636:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6876:5: warning: Size of pointer 'temp_node' used instead of size of its data. [pointerSize] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3928:3: error: Uninitialized variable: numpatcrits [uninitvar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3872:9: note: Assuming condition is false ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3928:3: note: Uninitialized variable: numpatcrits ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3933:3: error: Uninitialized variable: numstucrits [uninitvar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3872:9: note: Assuming condition is false ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3933:3: note: Uninitialized variable: numstucrits ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3938:3: error: Uninitialized variable: numsercrits [uninitvar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3872:9: note: Assuming condition is false ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3938:3: note: Uninitialized variable: numsercrits ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3974:9: error: Uninitialized variable: numpatcrits [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3977:9: error: Uninitialized variable: numstucrits [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3980:9: error: Uninitialized variable: numsercrits [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:887:18: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1194:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1202:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1227:18: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1347:9: style: Variable 'l' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1439:9: style: Variable 'l' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1437:8: style: Unused variable: temp_date [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1438:8: style: Unused variable: temp_time [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1715:9: style: Unused variable: idbdb [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1723:3: style: Unused variable: limitshandle [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1973:5: style: Unused variable: imageuid [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2760:2: style: Unused variable: ins [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2777:9: style: Unused variable: buf [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2780:4: style: Unused variable: temp_node [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3231:2: style: Unused variable: ins [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3247:9: style: Unused variable: buf [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3250:4: style: Unused variable: temp_node [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3813:2: style: Unused variable: ins [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3829:9: style: Unused variable: buf [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3832:4: style: Unused variable: temp_node [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3838:9: style: Unused variable: ipat [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3839:9: style: Unused variable: istu [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3840:9: style: Unused variable: iser [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4806:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4853:11: style: Unused variable: c [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6180:8: style: Variable 'temp' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6397:16: style: Unused variable: p [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6417:9: style: Unused variable: temp_date [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6418:9: style: Unused variable: temp_time [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6434:9: style: Unused variable: PAT_PatBirDat [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6435:9: style: Unused variable: PAT_NumPatRelStu [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6436:9: style: Unused variable: PAT_NumPatRelSer [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6437:9: style: Unused variable: PAT_NumPatRelIma [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6438:9: style: Unused variable: PAT_InsertDate [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6439:9: style: Unused variable: STU_StuDat [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6440:9: style: Unused variable: STU_NumStuRelSer [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6441:9: style: Unused variable: STU_NumStuRelIma [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6442:9: style: Unused variable: STU_InsertDate [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6443:9: style: Unused variable: SER_NumSerRelIma [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6444:9: style: Unused variable: SER_InsertDate [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6445:9: style: Unused variable: IMA_InsertDate [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6448:9: style: Unused variable: PAT_PatBirTim [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6449:9: style: Unused variable: PAT_InsertTime [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6450:9: style: Unused variable: STU_StuTim [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6451:9: style: Unused variable: STU_InsertTime [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6452:9: style: Unused variable: SER_InsertTime [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6453:9: style: Unused variable: IMA_InsertTime [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6460:9: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6945:16: style: Variable 'pathandle' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6946:16: style: Variable 'stuhandle' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6947:16: style: Variable 'serhandle' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/iecond.c:95:22: style:inconclusive: Function 'IE_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/info_entity/dicom_ie.h:208:28: note: Function 'IE_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/info_entity/iecond.c:95:22: note: Function 'IE_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:808:24: warning: Logical disjunction always evaluates to true: EXPR != 0 || EXPR != 2. [incorrectLogicOperator] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:246:12: style: Condition '!flag' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:239:7: note: Assuming that condition 'flag' is not redundant ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:246:12: note: Condition '!flag' is always true ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:257:12: style: Condition '!flag' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:239:7: note: Assuming that condition 'flag' is not redundant ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:257:12: note: Condition '!flag' is always true ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:523:15: style: Condition '!flag' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:514:10: note: Assuming that condition 'flag' is not redundant ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:523:15: note: Condition '!flag' is always true ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:532:15: style: Condition '!flag' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:514:10: note: Assuming that condition 'flag' is not redundant ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:532:15: note: Condition '!flag' is always true ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:786:13: style: Condition '!flag' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:783:6: note: Assuming that condition 'flag' is not redundant ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:786:13: note: Condition '!flag' is always true ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:788:11: style: Condition '!flag' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:783:6: note: Assuming that condition 'flag' is not redundant ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:788:11: note: Condition '!flag' is always true ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:206:2: error: Memory leak: ie_object [memleak] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:471:2: error: Memory leak: ie_ie [memleak] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:735:2: error: Memory leak: ie_module [memleak] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:918:2: error: Memory leak: ie_object [memleak] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1057:2: error: Memory leak: ie_ie [memleak] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1212:2: error: Memory leak: ie_module [memleak] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1648:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1641:10: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1648:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1707:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1700:10: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1707:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:278:12: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:314:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:553:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:585:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:798:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1434:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1446:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1456:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1469:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1479:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1489:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1499:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1509:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1519:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1529:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1537:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1545:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1553:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1561:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1577:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1595:7: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/lst/lst.c:524:23: style:inconclusive: Function 'LST_Index' argument 1 names different: declaration 'list' definition 'l'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/lst/lst.h:85:33: note: Function 'LST_Index' argument 1 names different: declaration 'list' definition 'l'. ctn-3.2.0+dfsg.orig/facilities/lst/lst.c:524:23: note: Function 'LST_Index' argument 1 names different: declaration 'list' definition 'l'. ctn-3.2.0+dfsg.orig/facilities/lst/lstcond.c:76:23: style:inconclusive: Function 'LST_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/lst/lst.h:86:29: note: Function 'LST_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/lst/lstcond.c:76:23: note: Function 'LST_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:245:66: style:inconclusive: Function 'IRS_EnterWorkRecord' argument 2 names different: declaration 'rec' definition 'p'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/irs/dicom_irs.h:111:74: note: Function 'IRS_EnterWorkRecord' argument 2 names different: declaration 'rec' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:245:66: note: Function 'IRS_EnterWorkRecord' argument 2 names different: declaration 'rec' definition 'p'. ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:255:10: style: Unused variable: status [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:331:15: style: Variable 'count' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:106:57: style:inconclusive: Function 'DMAN_Delete' argument 2 names different: declaration 'workRecord' definition 'criteriaRecord'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/manage.h:205:67: note: Function 'DMAN_Delete' argument 2 names different: declaration 'workRecord' definition 'criteriaRecord'. ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:106:57: note: Function 'DMAN_Delete' argument 2 names different: declaration 'workRecord' definition 'criteriaRecord'. ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:271:64: style:inconclusive: Function 'insertStorageAccess' argument 2 names different: declaration 'workRecord' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:76:68: note: Function 'insertStorageAccess' argument 2 names different: declaration 'workRecord' definition 's'. ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:271:64: note: Function 'insertStorageAccess' argument 2 names different: declaration 'workRecord' definition 's'. ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:316:58: style:inconclusive: Function 'insertGroupNames' argument 2 names different: declaration 'workRecord' definition 'g'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:84:62: note: Function 'insertGroupNames' argument 2 names different: declaration 'workRecord' definition 'g'. ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:316:58: note: Function 'insertGroupNames' argument 2 names different: declaration 'workRecord' definition 'g'. ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:396:56: style:inconclusive: Function 'insertFISAccess' argument 2 names different: declaration 'workRecord' definition 'f'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:78:60: note: Function 'insertFISAccess' argument 2 names different: declaration 'workRecord' definition 'f'. ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:396:56: note: Function 'insertFISAccess' argument 2 names different: declaration 'workRecord' definition 'f'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:725:6: style: Obsolescent function 'gethostbyaddr' called. It is recommended to use 'getnameinfo' instead. [prohibitedgethostbyaddrCalled] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:727:6: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:286:52: style:inconclusive: Function 'DMAN_ApplicationAccess' argument 4 names different: declaration 'accessFlag' definition 'access'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/manage.h:221:52: note: Function 'DMAN_ApplicationAccess' argument 4 names different: declaration 'accessFlag' definition 'access'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:286:52: note: Function 'DMAN_ApplicationAccess' argument 4 names different: declaration 'accessFlag' definition 'access'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:321:88: style:inconclusive: Function 'DMAN_LookupStorage' argument 3 names different: declaration 'storage' definition 's'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/manage.h:224:27: note: Function 'DMAN_LookupStorage' argument 3 names different: declaration 'storage' definition 's'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:321:88: note: Function 'DMAN_LookupStorage' argument 3 names different: declaration 'storage' definition 's'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:454:52: style:inconclusive: Function 'DMAN_StorageControl' argument 4 names different: declaration 'control' definition 'storage'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/manage.h:227:52: note: Function 'DMAN_StorageControl' argument 4 names different: declaration 'control' definition 'storage'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:454:52: note: Function 'DMAN_StorageControl' argument 4 names different: declaration 'control' definition 'storage'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:675:86: style:inconclusive: Function 'DMAN_LookupFISAccess' argument 3 names different: declaration 'fis' definition 'f'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/manage.h:243:25: note: Function 'DMAN_LookupFISAccess' argument 3 names different: declaration 'fis' definition 'f'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:675:86: note: Function 'DMAN_LookupFISAccess' argument 3 names different: declaration 'fis' definition 'f'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:864:56: style:inconclusive: Function 'DMAN_VerifyPrintServerCFG' argument 5 names different: declaration 'accessFlag' definition 'access'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/manage.h:240:51: note: Function 'DMAN_VerifyPrintServerCFG' argument 5 names different: declaration 'accessFlag' definition 'access'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:864:56: note: Function 'DMAN_VerifyPrintServerCFG' argument 5 names different: declaration 'accessFlag' definition 'access'. ctn-3.2.0+dfsg.orig/facilities/manage/control.c:223:9: style: Variable 'prv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:257:9: style: Variable 'prv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:298:9: style: Variable 'prv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:330:9: style: Variable 'prv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:465:9: style: Variable 'prv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:684:9: style: Variable 'prv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:783:14: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:852:6: style: Variable 'e1' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:876:9: style: Variable 'prv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:914:9: style: Variable 'prv' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:291:48: style:inconclusive: Function 'callbackAE' argument 3 names different: declaration 'ctx' definition 'ctxArg'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:83:52: note: Function 'callbackAE' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:291:48: note: Function 'callbackAE' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:494:48: style:inconclusive: Function 'callbackSA' argument 3 names different: declaration 'ctx' definition 'ctxArg'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:95:52: note: Function 'callbackSA' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:494:48: note: Function 'callbackSA' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:597:60: style:inconclusive: Function 'callbackStorageControl' argument 3 names different: declaration 'ctx' definition 'ctxArg'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:103:64: note: Function 'callbackStorageControl' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:597:60: note: Function 'callbackStorageControl' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:646:56: style:inconclusive: Function 'querySecurityMatrix' argument 4 names different: declaration 'l' definition 'head'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:106:56: note: Function 'querySecurityMatrix' argument 4 names different: declaration 'l' definition 'head'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:646:56: note: Function 'querySecurityMatrix' argument 4 names different: declaration 'l' definition 'head'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:697:60: style:inconclusive: Function 'callbackSecurityMatrix' argument 3 names different: declaration 'ctx' definition 'ctxArg'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:109:64: note: Function 'callbackSecurityMatrix' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:697:60: note: Function 'callbackSecurityMatrix' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:795:48: style:inconclusive: Function 'callbackFA' argument 3 names different: declaration 'ctx' definition 'ctxArg'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:116:52: note: Function 'callbackFA' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:795:48: note: Function 'callbackFA' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:843:56: style:inconclusive: Function 'queryPrintServerCFG' argument 4 names different: declaration 'l' definition 'head'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:119:56: note: Function 'queryPrintServerCFG' argument 4 names different: declaration 'l' definition 'head'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:843:56: note: Function 'queryPrintServerCFG' argument 4 names different: declaration 'l' definition 'head'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:901:60: style:inconclusive: Function 'callbackPrintServerCFG' argument 3 names different: declaration 'ctx' definition 'ctxArg'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:122:64: note: Function 'callbackPrintServerCFG' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:901:60: note: Function 'callbackPrintServerCFG' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:943:56: style:inconclusive: Function 'queryVideoImageDest' argument 4 names different: declaration 'l' definition 'head'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:126:56: note: Function 'queryVideoImageDest' argument 4 names different: declaration 'l' definition 'head'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:943:56: note: Function 'queryVideoImageDest' argument 4 names different: declaration 'l' definition 'head'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:1001:60: style:inconclusive: Function 'callbackVideoImageDest' argument 3 names different: declaration 'ctx' definition 'ctxArg'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:129:64: note: Function 'callbackVideoImageDest' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/manage/select.c:1001:60: note: Function 'callbackVideoImageDest' argument 3 names different: declaration 'ctx' definition 'ctxArg'. ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:63:40: style: Parameter 'echoRequest' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:121:42: style: Parameter 'echoResp' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:205:10: style: Unused variable: flagBit [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:371:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:529:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:531:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:533:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:535:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:616:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:618:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:620:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:622:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:651:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:689:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:719:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:750:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:779:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:805:5: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:501:37: style:inconclusive: Function 'DumpCMoveResponse' argument 1 names different: declaration 'move' definition 'resp'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:122:41: note: Function 'DumpCMoveResponse' argument 1 names different: declaration 'move' definition 'resp'. ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:501:37: note: Function 'DumpCMoveResponse' argument 1 names different: declaration 'move' definition 'resp'. ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:603:35: style:inconclusive: Function 'DumpCGetResponse' argument 1 names different: declaration 'get' definition 'resp'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:126:39: note: Function 'DumpCGetResponse' argument 1 names different: declaration 'get' definition 'resp'. ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:603:35: note: Function 'DumpCGetResponse' argument 1 names different: declaration 'get' definition 'resp'. ctn-3.2.0+dfsg.orig/facilities/messages/msgcond.c:103:23: style:inconclusive: Function 'MSG_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/messages/dicom_messages.h:643:29: note: Function 'MSG_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/messages/msgcond.c:103:23: note: Function 'MSG_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/messages/msgsupport.c:58:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/msgsupport.c:62:2: style: Unused variable: e [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:115:17: style:inconclusive: Function 'MSG_Free' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/messages/dicom_messages.h:636:27: note: Function 'MSG_Free' argument 1 names different: declaration 'message' definition 'msg'. ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:115:17: note: Function 'MSG_Free' argument 1 names different: declaration 'message' definition 'msg'. ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:965:47: style:inconclusive: Function 'MSG_BuildCommand' argument 2 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/messages/dicom_messages.h:635:57: note: Function 'MSG_BuildCommand' argument 2 names different: declaration 'obj' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:965:47: note: Function 'MSG_BuildCommand' argument 2 names different: declaration 'obj' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:1019:32: style:inconclusive: Function 'MSG_ParseCommand' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/messages/dicom_messages.h:637:42: note: Function 'MSG_ParseCommand' argument 1 names different: declaration 'obj' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:1019:32: note: Function 'MSG_ParseCommand' argument 1 names different: declaration 'obj' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:54:29: style: Parameter 'eventReportRequest' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:107:32: style: Parameter 'eventReportResp' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:223:26: style: Parameter 'getResp' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:277:24: style: Parameter 'getRequest' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:327:26: style: Parameter 'setResp' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:379:27: style: Parameter 'actionRequest' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:431:30: style: Parameter 'actionResp' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:486:27: style: Parameter 'createRequest' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:536:30: style: Parameter 'createResp' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:589:27: style: Parameter 'deleteRequest' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:640:26: style: Parameter 'deleteResponse' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:59:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:112:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:168:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:228:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:282:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:332:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:384:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:436:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:491:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:541:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:594:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:645:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:181:9: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:187:9: style: Unused variable: l [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:189:9: style: Unused variable: ctx [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm1.c:201:61: style: Parameter 'fileMeta' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/objects/dcmcond.c:143:23: style:inconclusive: Function 'DCM_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:297:29: note: Function 'DCM_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/objects/dcmcond.c:143:23: note: Function 'DCM_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/objects/dcmdict.c:2409:33: style:inconclusive: Function 'DCM_LookupElement' argument 1 names different: declaration 'attribute' definition 'element'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:290:43: note: Function 'DCM_LookupElement' argument 1 names different: declaration 'attribute' definition 'element'. ctn-3.2.0+dfsg.orig/facilities/objects/dcmdict.c:2409:33: note: Function 'DCM_LookupElement' argument 1 names different: declaration 'attribute' definition 'element'. ctn-3.2.0+dfsg.orig/facilities/objects/dcmsupport.c:94:11: style: struct member 'GENERIC::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/objects/dcmsupport.c:95:11: style: struct member 'GENERIC::s' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/print/printcond.c:106:23: style:inconclusive: Function 'PRN_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/print/dicom_print.h:102:29: note: Function 'PRN_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/print/printcond.c:106:23: note: Function 'PRN_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/services/cmd_valid.c:97:11: style: struct member 'COMMAND_ENTRY::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/cmd_valid.c:98:26: style: struct member 'COMMAND_ENTRY::association' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/cmd_valid.c:100:20: style: struct member 'COMMAND_ENTRY::command' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/cmd_valid.c:102:11: style: struct member 'COMMAND_ENTRY::message' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6154:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6143:22: note: outer condition: fileFlag ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6154:6: note: identical inner condition: fileFlag ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:496:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:500:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'LST_HEAD *'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:511:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'LST_HEAD *'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:521:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'PRV_ELEMENT_ITEM *'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1645:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1656:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1851:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1858:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4148:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4803:4: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7247:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7247:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7247:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3386:8: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3324:8: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3386:8: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4032:12: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4021:7: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4032:12: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5632:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5630:11: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5632:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5736:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5696:11: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5736:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6528:11: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6526:11: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6528:11: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:261:65: style:inconclusive: Function 'DCM_OpenFile' argument 3 names different: declaration 'object' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:239:75: note: Function 'DCM_OpenFile' argument 3 names different: declaration 'object' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:261:65: note: Function 'DCM_OpenFile' argument 3 names different: declaration 'object' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:334:30: style:inconclusive: Function 'DCM_ReadStream' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:252:30: note: Function 'DCM_ReadStream' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:334:30: note: Function 'DCM_ReadStream' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:380:32: style:inconclusive: Function 'DCM_CreateObject' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:240:42: note: Function 'DCM_CreateObject' argument 1 names different: declaration 'obj' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:380:32: note: Function 'DCM_CreateObject' argument 1 names different: declaration 'obj' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:462:31: style:inconclusive: Function 'DCM_CloseObject' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:255:41: note: Function 'DCM_CloseObject' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:462:31: note: Function 'DCM_CloseObject' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:589:30: style:inconclusive: Function 'DCM_AddElement' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:243:40: note: Function 'DCM_AddElement' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:589:30: note: Function 'DCM_AddElement' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:589:58: style:inconclusive: Function 'DCM_AddElement' argument 2 names different: declaration 'ele' definition 'element'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:243:59: note: Function 'DCM_AddElement' argument 2 names different: declaration 'ele' definition 'element'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:589:58: note: Function 'DCM_AddElement' argument 2 names different: declaration 'ele' definition 'element'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:680:38: style:inconclusive: Function 'DCM_AddSequenceElement' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:244:48: note: Function 'DCM_AddSequenceElement' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:680:38: note: Function 'DCM_AddSequenceElement' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:680:66: style:inconclusive: Function 'DCM_AddSequenceElement' argument 2 names different: declaration 'ele' definition 'element'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:244:67: note: Function 'DCM_AddSequenceElement' argument 2 names different: declaration 'ele' definition 'element'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:680:66: note: Function 'DCM_AddSequenceElement' argument 2 names different: declaration 'ele' definition 'element'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:766:33: style:inconclusive: Function 'DCM_RemoveElement' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:245:43: note: Function 'DCM_RemoveElement' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:766:33: note: Function 'DCM_RemoveElement' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:906:35: style:inconclusive: Function 'DCM_GetElementValue' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:265:35: note: Function 'DCM_GetElementValue' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:906:35: note: Function 'DCM_GetElementValue' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1037:28: style:inconclusive: Function 'DCM_GetString' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:268:28: note: Function 'DCM_GetString' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1037:28: note: Function 'DCM_GetString' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1122:41: style:inconclusive: Function 'DCM_GetElementValueOffset' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:277:40: note: Function 'DCM_GetElementValueOffset' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1122:41: note: Function 'DCM_GetElementValueOffset' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1246:34: style:inconclusive: Function 'DCM_GetElementSize' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:274:34: note: Function 'DCM_GetElementSize' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1246:34: note: Function 'DCM_GetElementSize' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1247:12: style:inconclusive: Function 'DCM_GetElementSize' argument 3 names different: declaration 'retlen' definition 'rtnLength'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:275:12: note: Function 'DCM_GetElementSize' argument 3 names different: declaration 'retlen' definition 'rtnLength'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1247:12: note: Function 'DCM_GetElementSize' argument 3 names different: declaration 'retlen' definition 'rtnLength'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1360:35: style:inconclusive: Function 'DCM_ScanParseObject' argument 1 names different: declaration 'object' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:312:35: note: Function 'DCM_ScanParseObject' argument 1 names different: declaration 'object' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1360:35: note: Function 'DCM_ScanParseObject' argument 1 names different: declaration 'object' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1466:37: style:inconclusive: Function 'DCM_ImportStream' argument 4 names different: declaration 'rntObj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:250:37: note: Function 'DCM_ImportStream' argument 4 names different: declaration 'rntObj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1466:37: note: Function 'DCM_ImportStream' argument 4 names different: declaration 'rntObj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1516:32: style:inconclusive: Function 'DCM_ExportStream' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:261:32: note: Function 'DCM_ExportStream' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1516:32: note: Function 'DCM_ExportStream' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1517:10: style:inconclusive: Function 'DCM_ExportStream' argument 3 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:261:62: note: Function 'DCM_ExportStream' argument 3 names different: declaration 'buf' definition 'buffer'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1517:10: note: Function 'DCM_ExportStream' argument 3 names different: declaration 'buf' definition 'buffer'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1517:32: style:inconclusive: Function 'DCM_ExportStream' argument 4 names different: declaration 'maxlen' definition 'bufferlength'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:262:18: note: Function 'DCM_ExportStream' argument 4 names different: declaration 'maxlen' definition 'bufferlength'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1517:32: note: Function 'DCM_ExportStream' argument 4 names different: declaration 'maxlen' definition 'bufferlength'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1559:33: style:inconclusive: Function 'DCM_GetObjectSize' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:287:43: note: Function 'DCM_GetObjectSize' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1559:33: note: Function 'DCM_GetObjectSize' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1559:62: style:inconclusive: Function 'DCM_GetObjectSize' argument 2 names different: declaration 'retlen' definition 'returnlength'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:287:63: note: Function 'DCM_GetObjectSize' argument 2 names different: declaration 'retlen' definition 'returnlength'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1559:62: note: Function 'DCM_GetObjectSize' argument 2 names different: declaration 'retlen' definition 'returnlength'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1604:32: style:inconclusive: Function 'DCM_DumpElements' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:288:42: note: Function 'DCM_DumpElements' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1604:32: note: Function 'DCM_DumpElements' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1809:34: style:inconclusive: Function 'DCM_FormatElements' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:289:44: note: Function 'DCM_FormatElements' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1809:34: note: Function 'DCM_FormatElements' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2047:29: style:inconclusive: Function 'DCM_WriteFile' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:299:39: note: Function 'DCM_WriteFile' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2047:29: note: Function 'DCM_WriteFile' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2127:34: style:inconclusive: Function 'DCM_ModifyElements' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:304:34: note: Function 'DCM_ModifyElements' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2127:34: note: Function 'DCM_ModifyElements' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2127:62: style:inconclusive: Function 'DCM_ModifyElements' argument 2 names different: declaration 'element' definition 'vector'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:304:53: note: Function 'DCM_ModifyElements' argument 2 names different: declaration 'element' definition 'vector'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2127:62: note: Function 'DCM_ModifyElements' argument 2 names different: declaration 'element' definition 'vector'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2128:28: style:inconclusive: Function 'DCM_ModifyElements' argument 4 names different: declaration 'flaggedElement' definition 'flaggedVector'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:305:40: note: Function 'DCM_ModifyElements' argument 4 names different: declaration 'flaggedElement' definition 'flaggedVector'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2128:28: note: Function 'DCM_ModifyElements' argument 4 names different: declaration 'flaggedElement' definition 'flaggedVector'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2128:47: style:inconclusive: Function 'DCM_ModifyElements' argument 5 names different: declaration 'flagCount' definition 'flaggedCount'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:305:60: note: Function 'DCM_ModifyElements' argument 5 names different: declaration 'flagCount' definition 'flaggedCount'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2128:47: note: Function 'DCM_ModifyElements' argument 5 names different: declaration 'flagCount' definition 'flaggedCount'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2222:31: style:inconclusive: Function 'DCM_ParseObject' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:309:31: note: Function 'DCM_ParseObject' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2222:31: note: Function 'DCM_ParseObject' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2222:59: style:inconclusive: Function 'DCM_ParseObject' argument 2 names different: declaration 'list' definition 'vector'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:309:50: note: Function 'DCM_ParseObject' argument 2 names different: declaration 'list' definition 'vector'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2222:59: note: Function 'DCM_ParseObject' argument 2 names different: declaration 'list' definition 'vector'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2223:41: style:inconclusive: Function 'DCM_ParseObject' argument 4 names different: declaration 'flaggedElement' definition 'flaggedVector'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:310:29: note: Function 'DCM_ParseObject' argument 4 names different: declaration 'flaggedElement' definition 'flaggedVector'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2223:41: note: Function 'DCM_ParseObject' argument 4 names different: declaration 'flaggedElement' definition 'flaggedVector'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2515:38: style:inconclusive: Function 'DCM_GetSequenceElement' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:321:37: note: Function 'DCM_GetSequenceElement' argument 1 names different: declaration 'obj' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2515:38: note: Function 'DCM_GetSequenceElement' argument 1 names different: declaration 'obj' definition 'object'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2756:30: style:inconclusive: Function 'DCM_GetElement' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:271:30: note: Function 'DCM_GetElement' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2756:30: note: Function 'DCM_GetElement' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2756:71: style:inconclusive: Function 'DCM_GetElement' argument 3 names different: declaration 'attribute' definition 'element'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:272:23: note: Function 'DCM_GetElement' argument 3 names different: declaration 'attribute' definition 'element'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2756:71: note: Function 'DCM_GetElement' argument 3 names different: declaration 'attribute' definition 'element'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2782:39: style:inconclusive: Function 'DCM_ComputeExportLength' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:301:39: note: Function 'DCM_ComputeExportLength' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2782:39: note: Function 'DCM_ComputeExportLength' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2863:32: style:inconclusive: Function 'DCM_GroupPresent' argument 1 names different: declaration 'callerObject' definition 'o1'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:347:31: note: Function 'DCM_GroupPresent' argument 1 names different: declaration 'callerObject' definition 'o1'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2863:32: note: Function 'DCM_GroupPresent' argument 1 names different: declaration 'callerObject' definition 'o1'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3013:21: style:inconclusive: Function 'findCreateGroup' argument 3 names different: declaration 'groupPtr' definition 'groupItem'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:131:21: note: Function 'findCreateGroup' argument 3 names different: declaration 'groupPtr' definition 'groupItem'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3013:21: note: Function 'findCreateGroup' argument 3 names different: declaration 'groupPtr' definition 'groupItem'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3682:33: style:inconclusive: Function 'exportFixedFields' argument 1 names different: declaration 'element' definition 'e'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:142:33: note: Function 'exportFixedFields' argument 1 names different: declaration 'element' definition 'e'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3682:33: note: Function 'exportFixedFields' argument 1 names different: declaration 'element' definition 'e'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3818:20: style:inconclusive: Function 'exportData' argument 4 names different: declaration 'dst' definition 'b'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:148:20: note: Function 'exportData' argument 4 names different: declaration 'dst' definition 'b'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3818:20: note: Function 'exportData' argument 4 names different: declaration 'dst' definition 'b'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4402:20: style:inconclusive: Function 'writeFile' argument 4 names different: declaration 'fd' definition 'fdPtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:158:67: note: Function 'writeFile' argument 4 names different: declaration 'fd' definition 'fdPtr'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4402:20: note: Function 'writeFile' argument 4 names different: declaration 'fd' definition 'fdPtr'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6770:55: style:inconclusive: Function 'copyData' argument 2 names different: declaration 'item' definition 'from'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:193:55: note: Function 'copyData' argument 2 names different: declaration 'item' definition 'from'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6770:55: note: Function 'copyData' argument 2 names different: declaration 'item' definition 'from'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7065:38: style:inconclusive: Function 'DCM_GetCompressedValue' argument 1 names different: declaration 'obj' definition 'callerObject'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:284:38: note: Function 'DCM_GetCompressedValue' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7065:38: note: Function 'DCM_GetCompressedValue' argument 1 names different: declaration 'obj' definition 'callerObject'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7423:63: style:inconclusive: Function 'DCM_GetFirstElement' argument 2 names different: declaration 'element' definition 'e'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:350:62: note: Function 'DCM_GetFirstElement' argument 2 names different: declaration 'element' definition 'e'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7423:63: note: Function 'DCM_GetFirstElement' argument 2 names different: declaration 'element' definition 'e'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7455:62: style:inconclusive: Function 'DCM_GetNextElement' argument 2 names different: declaration 'element' definition 'e'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/objects/dicom_objects.h:352:61: note: Function 'DCM_GetNextElement' argument 2 names different: declaration 'element' definition 'e'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7455:62: note: Function 'DCM_GetNextElement' argument 2 names different: declaration 'element' definition 'e'. ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3843:11: style: Local variable 'b' shadows outer argument [shadowArgument] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3818:20: note: Shadowed declaration ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3843:11: note: Shadow variable ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2709:62: style: Parameter 'element' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2400:44: error: Uninitialized variable: group [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7043:12: error: Uninitialized variable: sqItem [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7113:5: error: Uninitialized variable: opt [legacyUninitvar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:981:9: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1176:12: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2389:8: style: Variable 'found' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2522:22: style: Variable 'found' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3079:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3840:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3999:35: style: Variable 'fragmentItem' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4120:20: style: Variable 'exportLength' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4852:6: style: Variable 'dst' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4853:4: style: Variable 'c' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5632:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5779:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5868:12: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6096:15: style: Variable 'localPtr' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6191:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6795:11: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7076:9: style: Variable 'doneFlag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/find.c:165:10: style:inconclusive: Function 'SRV_CFindRequest' argument 6 names different: declaration 'nextRecordCtx' definition 'callbackCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:235:10: note: Function 'SRV_CFindRequest' argument 6 names different: declaration 'nextRecordCtx' definition 'callbackCtx'. ctn-3.2.0+dfsg.orig/facilities/services/find.c:165:10: note: Function 'SRV_CFindRequest' argument 6 names different: declaration 'nextRecordCtx' definition 'callbackCtx'. ctn-3.2.0+dfsg.orig/facilities/services/find.c:416:31: style:inconclusive: Function 'SRV_CFindResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:243:31: note: Function 'SRV_CFindResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. ctn-3.2.0+dfsg.orig/facilities/services/find.c:416:31: note: Function 'SRV_CFindResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. ctn-3.2.0+dfsg.orig/facilities/services/find.c:417:57: style:inconclusive: Function 'SRV_CFindResponse' argument 4 names different: declaration 'findReply' definition 'findResponse'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:244:54: note: Function 'SRV_CFindResponse' argument 4 names different: declaration 'findReply' definition 'findResponse'. ctn-3.2.0+dfsg.orig/facilities/services/find.c:417:57: note: Function 'SRV_CFindResponse' argument 4 names different: declaration 'findReply' definition 'findResponse'. ctn-3.2.0+dfsg.orig/facilities/services/find.c:182:2: style: Unused variable: l [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/services/move.c:164:46: style:inconclusive: Function 'SRV_CMoveRequest' argument 6 names different: declaration 'statusCtx' definition 'callbackCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:187:52: note: Function 'SRV_CMoveRequest' argument 6 names different: declaration 'statusCtx' definition 'callbackCtx'. ctn-3.2.0+dfsg.orig/facilities/services/move.c:164:46: note: Function 'SRV_CMoveRequest' argument 6 names different: declaration 'statusCtx' definition 'callbackCtx'. ctn-3.2.0+dfsg.orig/facilities/services/move.c:418:31: style:inconclusive: Function 'SRV_CMoveResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:196:31: note: Function 'SRV_CMoveResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. ctn-3.2.0+dfsg.orig/facilities/services/move.c:418:31: note: Function 'SRV_CMoveResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. ctn-3.2.0+dfsg.orig/facilities/services/move.c:420:52: style:inconclusive: Function 'SRV_CMoveResponse' argument 6 names different: declaration 'nextImageCtx' definition 'moveCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:198:57: note: Function 'SRV_CMoveResponse' argument 6 names different: declaration 'nextImageCtx' definition 'moveCtx'. ctn-3.2.0+dfsg.orig/facilities/services/move.c:420:52: note: Function 'SRV_CMoveResponse' argument 6 names different: declaration 'nextImageCtx' definition 'moveCtx'. ctn-3.2.0+dfsg.orig/facilities/services/ncreate.c:351:27: style:inconclusive: Function 'SRV_NCreateResponse' argument 4 names different: declaration 'createReply' definition 'createResponse'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:289:27: note: Function 'SRV_NCreateResponse' argument 4 names different: declaration 'createReply' definition 'createResponse'. ctn-3.2.0+dfsg.orig/facilities/services/ncreate.c:351:27: note: Function 'SRV_NCreateResponse' argument 4 names different: declaration 'createReply' definition 'createResponse'. ctn-3.2.0+dfsg.orig/facilities/services/private.c:131:68: style: Expression is always false because 'else if' condition matches previous condition at line 128. [multiCondition] ctn-3.2.0+dfsg.orig/facilities/services/get.c:229:47: style:inconclusive: Function 'SRV_CGetRequest' argument 6 names different: declaration 'getCtx' definition 'getCallbackCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:209:47: note: Function 'SRV_CGetRequest' argument 6 names different: declaration 'getCtx' definition 'getCallbackCtx'. ctn-3.2.0+dfsg.orig/facilities/services/get.c:229:47: note: Function 'SRV_CGetRequest' argument 6 names different: declaration 'getCtx' definition 'getCallbackCtx'. ctn-3.2.0+dfsg.orig/facilities/services/get.c:230:41: style:inconclusive: Function 'SRV_CGetRequest' argument 8 names different: declaration 'storageCtx' definition 'storageCallbackCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:210:41: note: Function 'SRV_CGetRequest' argument 8 names different: declaration 'storageCtx' definition 'storageCallbackCtx'. ctn-3.2.0+dfsg.orig/facilities/services/get.c:230:41: note: Function 'SRV_CGetRequest' argument 8 names different: declaration 'storageCtx' definition 'storageCallbackCtx'. ctn-3.2.0+dfsg.orig/facilities/services/get.c:462:30: style:inconclusive: Function 'SRV_CGetResponse' argument 3 names different: declaration 'ctx' definition 'getPresentationCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:221:30: note: Function 'SRV_CGetResponse' argument 3 names different: declaration 'ctx' definition 'getPresentationCtx'. ctn-3.2.0+dfsg.orig/facilities/services/get.c:462:30: note: Function 'SRV_CGetResponse' argument 3 names different: declaration 'ctx' definition 'getPresentationCtx'. ctn-3.2.0+dfsg.orig/facilities/services/get.c:464:49: style:inconclusive: Function 'SRV_CGetResponse' argument 7 names different: declaration 'nextImageCtx' definition 'getCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:223:57: note: Function 'SRV_CGetResponse' argument 7 names different: declaration 'nextImageCtx' definition 'getCtx'. ctn-3.2.0+dfsg.orig/facilities/services/get.c:464:49: note: Function 'SRV_CGetResponse' argument 7 names different: declaration 'nextImageCtx' definition 'getCtx'. ctn-3.2.0+dfsg.orig/facilities/services/get.c:821:5: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] ctn-3.2.0+dfsg.orig/facilities/services/get.c:821:19: warning: In expression like '*A++' the result of '*' is unused. Did you intend to write '(*A)++;'? [clarifyStatement] ctn-3.2.0+dfsg.orig/facilities/services/get.c:268:2: style: Variable 'cancelRequest' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/neventreport.c:344:31: style:inconclusive: Function 'SRV_NEventReportResponse' argument 4 names different: declaration 'eventReply' definition 'eventResponse'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:315:31: note: Function 'SRV_NEventReportResponse' argument 4 names different: declaration 'eventReply' definition 'eventResponse'. ctn-3.2.0+dfsg.orig/facilities/services/neventreport.c:344:31: note: Function 'SRV_NEventReportResponse' argument 4 names different: declaration 'eventReply' definition 'eventResponse'. ctn-3.2.0+dfsg.orig/facilities/services/nget.c:245:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/services/nget.c:244:10: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/services/nget.c:245:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/services/nget.c:338:30: style:inconclusive: Function 'SRV_NGetResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:264:30: note: Function 'SRV_NGetResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. ctn-3.2.0+dfsg.orig/facilities/services/nget.c:338:30: note: Function 'SRV_NGetResponse' argument 2 names different: declaration 'ctx' definition 'presentationCtx'. ctn-3.2.0+dfsg.orig/facilities/services/nget.c:339:21: style:inconclusive: Function 'SRV_NGetResponse' argument 3 names different: declaration 'ngetRequest' definition 'getRequest'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:265:21: note: Function 'SRV_NGetResponse' argument 3 names different: declaration 'ngetRequest' definition 'getRequest'. ctn-3.2.0+dfsg.orig/facilities/services/nget.c:339:21: note: Function 'SRV_NGetResponse' argument 3 names different: declaration 'ngetRequest' definition 'getRequest'. ctn-3.2.0+dfsg.orig/facilities/services/nget.c:339:50: style:inconclusive: Function 'SRV_NGetResponse' argument 4 names different: declaration 'ngetReply' definition 'getResponse'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:265:51: note: Function 'SRV_NGetResponse' argument 4 names different: declaration 'ngetReply' definition 'getResponse'. ctn-3.2.0+dfsg.orig/facilities/services/nget.c:339:50: note: Function 'SRV_NGetResponse' argument 4 names different: declaration 'ngetReply' definition 'getResponse'. ctn-3.2.0+dfsg.orig/facilities/services/nget.c:340:49: style:inconclusive: Function 'SRV_NGetResponse' argument 6 names different: declaration 'ngetCtx' definition 'getCtx'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:266:50: note: Function 'SRV_NGetResponse' argument 6 names different: declaration 'ngetCtx' definition 'getCtx'. ctn-3.2.0+dfsg.orig/facilities/services/nget.c:340:49: note: Function 'SRV_NGetResponse' argument 6 names different: declaration 'ngetCtx' definition 'getCtx'. ctn-3.2.0+dfsg.orig/facilities/services/send.c:424:49: style:inconclusive: Function 'writeCallback' argument 4 names different: declaration 'callbackStructure' definition 'callbackStructurePtr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/send.c:163:24: note: Function 'writeCallback' argument 4 names different: declaration 'callbackStructure' definition 'callbackStructurePtr'. ctn-3.2.0+dfsg.orig/facilities/services/send.c:424:49: note: Function 'writeCallback' argument 4 names different: declaration 'callbackStructure' definition 'callbackStructurePtr'. ctn-3.2.0+dfsg.orig/facilities/services/send.c:110:10: style: struct member 'SOPCLASSPERMITTEDSRV::classUID' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/send.c:111:19: style: struct member 'SOPCLASSPERMITTEDSRV::permittedSrvList' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/send.c:112:20: style: struct member 'SOPCLASSPERMITTEDSRV::permittedSrvListSize' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/send.c:117:11: style: struct member 'COMMAND_ENTRY::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/send.c:118:26: style: struct member 'COMMAND_ENTRY::association' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/send.c:120:20: style: struct member 'COMMAND_ENTRY::command' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/send.c:122:11: style: struct member 'COMMAND_ENTRY::message' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:696:12: warning: Identical condition 'cond!=DUL_NORMAL', second condition is always false [identicalConditionAfterEarlyExit] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:690:12: note: If condition 'cond!=DUL_NORMAL' is true, the function will return/exit ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:696:12: note: Testing identical condition 'cond!=DUL_NORMAL' ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:113:10: style: struct member 'SOPCLASSPERMITTEDSRV::classUID' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:114:19: style: struct member 'SOPCLASSPERMITTEDSRV::permittedSrvList' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:115:20: style: struct member 'SOPCLASSPERMITTEDSRV::permittedSrvListSize' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:233:11: style: struct member 'COMMAND_ENTRY::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:234:26: style: struct member 'COMMAND_ENTRY::association' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:236:20: style: struct member 'COMMAND_ENTRY::command' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:238:11: style: struct member 'COMMAND_ENTRY::message' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:318:18: style: Variable 'singleMode' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:484:20: style: Variable 'found' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:530:20: style: Variable 'found' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:638:20: style: Variable 'found' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:740:16: style: Variable 'transferFound' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:917:16: style: Variable 'transferFound' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:1063:19: style: Variable 'abstractFound' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:1064:19: style: Variable 'transferFound' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/services/srvcond.c:135:23: style:inconclusive: Function 'SRV_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:118:29: note: Function 'SRV_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/services/srvcond.c:135:23: note: Function 'SRV_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/services/services.c:1240:7: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1232:10: note: cond is assigned ctn-3.2.0+dfsg.orig/facilities/services/services.c:1240:7: note: cond is overwritten ctn-3.2.0+dfsg.orig/facilities/services/services.c:936:32: style:inconclusive: Function 'SRV_ReceiveCommand' argument 5 names different: declaration 'ctxId' definition 'ctxID'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:99:32: note: Function 'SRV_ReceiveCommand' argument 5 names different: declaration 'ctxId' definition 'ctxID'. ctn-3.2.0+dfsg.orig/facilities/services/services.c:936:32: note: Function 'SRV_ReceiveCommand' argument 5 names different: declaration 'ctxId' definition 'ctxID'. ctn-3.2.0+dfsg.orig/facilities/services/services.c:2008:30: style: Parameter 'commandEntry' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:183:32: style:inconclusive: Function 'SRV_ReceiveCommand' argument 5 names different: declaration 'ctxId' definition 'ctxID'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:99:32: note: Function 'SRV_ReceiveCommand' argument 5 names different: declaration 'ctxId' definition 'ctxID'. ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:183:32: note: Function 'SRV_ReceiveCommand' argument 5 names different: declaration 'ctxId' definition 'ctxID'. ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:930:30: style: Parameter 'commandEntry' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/facilities/services/verify.c:280:23: style:inconclusive: Function 'SRV_CEchoResponse' argument 4 names different: declaration 'echoReply' definition 'echoResponse'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:147:54: note: Function 'SRV_CEchoResponse' argument 4 names different: declaration 'echoReply' definition 'echoResponse'. ctn-3.2.0+dfsg.orig/facilities/services/verify.c:280:23: note: Function 'SRV_CEchoResponse' argument 4 names different: declaration 'echoReply' definition 'echoResponse'. ctn-3.2.0+dfsg.orig/facilities/snp/snpcond.c:105:23: style:inconclusive: Function 'SNP_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/snp/snp.h:84:29: note: Function 'SNP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/snp/snpcond.c:105:23: note: Function 'SNP_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/sq/sqcond.c:102:22: style:inconclusive: Function 'SQ_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/sq/dicom_sq.h:690:28: note: Function 'SQ_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/sq/sqcond.c:102:22: note: Function 'SQ_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/services/storage.c:498:12: style:inconclusive: Function 'SRV_CStoreResponse' argument 5 names different: declaration 'filename' definition 'fileName'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/services/dicom_services.h:175:12: note: Function 'SRV_CStoreResponse' argument 5 names different: declaration 'filename' definition 'fileName'. ctn-3.2.0+dfsg.orig/facilities/services/storage.c:498:12: note: Function 'SRV_CStoreResponse' argument 5 names different: declaration 'filename' definition 'fileName'. ctn-3.2.0+dfsg.orig/facilities/services/storage.c:99:9: style: struct member 'XFER_SYNTAX_MAP::xferSyntax' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:100:17: style: struct member 'XFER_SYNTAX_MAP::options' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:676:8: style: Variable 'first' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:955:5: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1064:5: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1068:5: style: Unused variable: foundit [unusedVariable] ctn-3.2.0+dfsg.orig/facilities/uid/uidcond.c:97:23: style:inconclusive: Function 'UID_Message' argument 1 names different: declaration 'cond' definition 'condition'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/uid/dicom_uids.h:251:29: note: Function 'UID_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/uid/uidcond.c:97:23: note: Function 'UID_Message' argument 1 names different: declaration 'cond' definition 'condition'. ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1859:8: warning: Redundant assignment of 'cond' to itself. [selfAssignment] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2510:57: style:inconclusive: Function 'parseRefImage' argument 2 names different: declaration 'series' definition 'seq'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1447:31: note: Function 'parseRefImage' argument 2 names different: declaration 'series' definition 'seq'. ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2510:57: note: Function 'parseRefImage' argument 2 names different: declaration 'series' definition 'seq'. ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:3039:28: style:inconclusive: Function 'SQ_ReleaseList' argument 1 names different: declaration 'list' definition 'lst'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/sq/dicom_sq.h:686:28: note: Function 'SQ_ReleaseList' argument 1 names different: declaration 'list' definition 'lst'. ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:3039:28: note: Function 'SQ_ReleaseList' argument 1 names different: declaration 'list' definition 'lst'. ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:3065:19: style:inconclusive: Function 'SQ_Release' argument 1 names different: declaration 'sequenceStructure' definition 'node'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/sq/dicom_sq.h:688:19: note: Function 'SQ_Release' argument 1 names different: declaration 'sequenceStructure' definition 'node'. ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:3065:19: note: Function 'SQ_Release' argument 1 names different: declaration 'sequenceStructure' definition 'node'. ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:271:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:278:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:345:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:358:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:369:8: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:108:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:108:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:108:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:112:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:112:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:112:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:116:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:116:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:116:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:120:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:120:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:120:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:124:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:124:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:124:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:128:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:128:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:128:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:132:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:132:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:132:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:137:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:137:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:137:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:141:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:141:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:145:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:145:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:145:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:150:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:150:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:150:2: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:546:8: warning: %ld in format string (no. 2) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:625:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:538:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:540:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:546:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/xutl/xutl.c:46:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] ctn-3.2.0+dfsg.orig/facilities/xutl/xutl.c:73:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:569:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:589:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:839:16: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:887:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:888:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:1004:11: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:1007:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:265:11: error: Common realloc mistake: 'new_regex' nulled but not freed upon failure [memleakOnRealloc] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:352:13: style: Variable 'hour[0]' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:344:13: note: hour[0] is assigned ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:352:13: note: hour[0] is overwritten ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:192:19: style: The comparison 'new_regex == (char*)NULL' is always true because 'new_regex' and '(char*)NULL' represent the same value. [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:184:21: note: 'new_regex' is assigned value '(char*)NULL' here. ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:192:19: note: The comparison 'new_regex == (char*)NULL' is always true because 'new_regex' and '(char*)NULL' represent the same value. ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:560:24: style:inconclusive: Function 'UTL_GetDicomDate' argument 1 names different: declaration 'date' definition 'datestr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/utility/utility.h:83:29: note: Function 'UTL_GetDicomDate' argument 1 names different: declaration 'date' definition 'datestr'. ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:560:24: note: Function 'UTL_GetDicomDate' argument 1 names different: declaration 'date' definition 'datestr'. ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:580:24: style:inconclusive: Function 'UTL_GetDicomTime' argument 1 names different: declaration 'time' definition 'timestr'. [funcArgNamesDifferent] ctn-3.2.0+dfsg.orig/facilities/utility/utility.h:84:29: note: Function 'UTL_GetDicomTime' argument 1 names different: declaration 'time' definition 'timestr'. ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:580:24: note: Function 'UTL_GetDicomTime' argument 1 names different: declaration 'time' definition 'timestr'. ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:693:14: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:762:6: style: Variable 'e1' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:781:14: style: Variable 'flag' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3362:3: error: Found a exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2814:7: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2820:9: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1199:12: style: Condition 'flag&1' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1176:15: note: Assignment 'flag=1', assigned value is 1 ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1199:12: note: Condition 'flag&1' is always true ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3033:10: style: Variable 'cond' is reassigned a value before the old one has been used. [redundantAssignment] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3008:10: note: cond is assigned ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3033:10: note: cond is overwritten ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1788:3: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1816:5: note: Found duplicate branches for 'if' and 'else'. ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1788:3: note: Found duplicate branches for 'if' and 'else'. ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2361:3: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2389:5: note: Found duplicate branches for 'if' and 'else'. ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2361:3: note: Found duplicate branches for 'if' and 'else'. ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1901:9: style: Local variable 'index' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1854:7: note: Shadowed declaration ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1901:9: note: Shadow variable ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2477:9: style: Local variable 'index' shadows outer variable [shadowVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2427:7: note: Shadowed declaration ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2477:9: note: Shadow variable ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2069:26: style: Parameter 'descriptor' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2069:43: style: Parameter 'src' can be declared as pointer to const [constParameter] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1304:10: error: Uninitialized variable: rows [uninitvar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1304:26: error: Uninitialized variable: columns [uninitvar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:225:15: style: Unused variable: o [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:349:7: style: Variable 'rtnLength' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:376:14: style: Variable 'length' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:378:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:422:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:614:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:708:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1472:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1687:15: style: Variable 'index' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1743:20: style: Variable 'colIndex' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1669:9: style: Unused variable: intensity [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1690:9: style: Unused variable: intensity [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1792:9: style: Unused variable: intensity [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1820:9: style: Unused variable: intensity [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1864:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1887:18: style: Variable 'colIndex' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1899:18: style: Variable 'colIndex' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1972:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1978:14: style: Variable 'pixelCount' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1948:7: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2091:15: style: Unused variable: e [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2092:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2096:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2097:12: style: Unused variable: fid [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2098:10: style: Unused variable: cls [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2099:7: style: Unused variable: rtnLength [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2100:7: style: Unused variable: i [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2100:10: style: Unused variable: j [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2141:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2134:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2168:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2163:13: style: Unused variable: cond [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2186:11: style: Unused variable: jstr [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2260:15: style: Variable 'index' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2316:20: style: Variable 'colIndex' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2242:9: style: Unused variable: intensity [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2263:9: style: Unused variable: intensity [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2365:9: style: Unused variable: intensity [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2393:9: style: Unused variable: intensity [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2437:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2463:18: style: Variable 'colIndex' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2475:18: style: Variable 'colIndex' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2548:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2554:14: style: Variable 'pixelCount' is assigned a value that is never used. [unreadVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2524:7: style: Unused variable: index [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2590:11: style: Unused variable: jstr [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2686:12: style: Unused variable: fid [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2687:10: style: Unused variable: cls [unusedVariable] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3033:10: style: Variable 'cond' is assigned a value that is never used. [unreadVariable] diff: head ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:182:28: style: Parameter 'queryResponse' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:182:28: style: Parameter 'queryResponse' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:126:28: style: Parameter 'queryResponse' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:126:28: style: Parameter 'queryResponse' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:90:28: style: Parameter 'q' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:90:28: style: Parameter 'q' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:168:35: style: Parameter 'processElement' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:168:35: style: Parameter 'processElement' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:370:28: style: Parameter 'queryResponse' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:370:28: style: Parameter 'queryResponse' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:605:46: style: Parameter 'queryStructure' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:605:46: style: Parameter 'queryStructure' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:640:48: style: Parameter 'queryStructure' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:640:48: style: Parameter 'queryStructure' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/image_server/find.c:310:28: style: Parameter 'queryResponse' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/image_server/find.c:310:28: style: Parameter 'queryResponse' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:339:35: style: Parameter 'processElement' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:339:35: style: Parameter 'processElement' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:494:46: style: Parameter 'queryStructure' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:494:46: style: Parameter 'queryStructure' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:925:22: style: Parameter 'bfbAttributes' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:925:22: style: Parameter 'bfbAttributes' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:314:42: style: Parameter 'query' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:314:42: style: Parameter 'query' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:522:40: style: Parameter 'query' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:522:40: style: Parameter 'query' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:812:39: style: Parameter 'patientModule' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:812:39: style: Parameter 'patientModule' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:813:30: style: Parameter 'studyModule' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:813:30: style: Parameter 'studyModule' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1290:38: style: Parameter 'xlateTable' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1290:38: style: Parameter 'xlateTable' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:318:35: style: Parameter 'processElement' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:318:35: style: Parameter 'processElement' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:41:16: style: Parameter 'what' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:41:16: style: Parameter 'what' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:24:31: style: Parameter 'w' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:24:31: style: Parameter 'w' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:29:37: style: Parameter 'w' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:29:37: style: Parameter 'w' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3067:49: style: Parameter 'p' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/database/database.c:3067:49: style: Parameter 'p' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3106:47: style: Parameter 'p' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/database/database.c:3106:47: style: Parameter 'p' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3145:48: style: Parameter 'p' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/database/database.c:3145:48: style: Parameter 'p' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3184:47: style: Parameter 'p' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/database/database.c:3184:47: style: Parameter 'p' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3223:47: style: Parameter 'p' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/database/database.c:3223:47: style: Parameter 'p' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2536:41: style: Parameter 'params' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2536:41: style: Parameter 'params' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1336:21: style: Parameter 'params' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1336:21: style: Parameter 'params' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:487:53: style: Parameter 'p' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/fis/build.c:487:53: style: Parameter 'p' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:299:27: style: Parameter 'query' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:299:27: style: Parameter 'query' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:191:29: style: Parameter 'xl' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:191:29: style: Parameter 'xl' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:168:23: style: Parameter 'xl' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:168:23: style: Parameter 'xl' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:140:23: style: Parameter 'xl' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:140:23: style: Parameter 'xl' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:221:26: style: Parameter 'xl' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:221:26: style: Parameter 'xl' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:184:26: style: Parameter 'xl' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:184:26: style: Parameter 'xl' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:498:27: style: Parameter 'query' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:498:27: style: Parameter 'query' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:121:42: style: Parameter 'echoResp' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:121:42: style: Parameter 'echoResp' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:63:40: style: Parameter 'echoRequest' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:63:40: style: Parameter 'echoRequest' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:107:32: style: Parameter 'eventReportResp' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:107:32: style: Parameter 'eventReportResp' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:223:26: style: Parameter 'getResp' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:223:26: style: Parameter 'getResp' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:277:24: style: Parameter 'getRequest' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:277:24: style: Parameter 'getRequest' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:327:26: style: Parameter 'setResp' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:327:26: style: Parameter 'setResp' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:379:27: style: Parameter 'actionRequest' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:379:27: style: Parameter 'actionRequest' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:431:30: style: Parameter 'actionResp' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:431:30: style: Parameter 'actionResp' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:486:27: style: Parameter 'createRequest' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:486:27: style: Parameter 'createRequest' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:536:30: style: Parameter 'createResp' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:536:30: style: Parameter 'createResp' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:54:29: style: Parameter 'eventReportRequest' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:54:29: style: Parameter 'eventReportRequest' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:589:27: style: Parameter 'deleteRequest' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:589:27: style: Parameter 'deleteRequest' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:640:26: style: Parameter 'deleteResponse' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:640:26: style: Parameter 'deleteResponse' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2709:62: style: Parameter 'element' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2709:62: style: Parameter 'element' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm1.c:201:61: style: Parameter 'fileMeta' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/objects/dcm1.c:201:61: style: Parameter 'fileMeta' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:2008:30: style: Parameter 'commandEntry' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/services/services.c:2008:30: style: Parameter 'commandEntry' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:930:30: style: Parameter 'commandEntry' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:930:30: style: Parameter 'commandEntry' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2069:26: style: Parameter 'descriptor' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2069:26: style: Parameter 'descriptor' can be declared with const [constParameter] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2069:43: style: Parameter 'src' can be declared as pointer to const [constParameter] 2.8 ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2069:43: style: Parameter 'src' can be declared with const [constParameter] head lex.yy.c:1446:15: style: Parameter 'bytes' can be declared as pointer to const [constParameter] 2.8 lex.yy.c:1446:15: style: Parameter 'bytes' can be declared with const [constParameter] head lex.yy.c:1451:15: style: Parameter 'bytes' can be declared as pointer to const [constParameter] 2.8 lex.yy.c:1451:15: style: Parameter 'bytes' can be declared with const [constParameter] DONE