2024-04-15 19:28 ftp://ftp.de.debian.org/debian/pool/main/c/ctn/ctn_3.2.0~dfsg.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=motif --library=mfc --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j4 platform: Linux-6.1.0-18-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.56 compiler: g++ (Debian 12.2.0-14) 12.2.0 cppcheck: head 2.13.0 head-info: 087fd79 (2024-04-15 20:21:32 +0200) count: 5193 3656 elapsed-time: 26.1 137.1 head-timing-info: old-timing-info: head results: ctn-3.2.0+dfsg.orig/apps/assoc_tool/assoc_tool.c:47:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/assoc_tool/assoc_tool.c:95:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtNx [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/load_sopClasses.c:131:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/load_sopClasses.c:212:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/load_sopClasses.c:254:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable itemNo_selected2 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumChildren [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/load_sopClasses.c:164:25: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] 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/netWork.c:114:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:437:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:471:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] 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:459:19: style: Variable 'id' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:557:11: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:622:25: style: Parameter 'value_str' can be declared as pointer to const [constParameterPointer] 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/cfg_ctn_tables/FISAccessForm.c:128:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_FISACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:161:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_FISACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:219:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:252:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:275:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:369:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:427:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:541:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:626:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:678:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:895:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] 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/FISAccessForm.c:201:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:234:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:542:24: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/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:203:3: error: Memory leak: buf1 [memleak] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:203:3: error: Memory leak: buf2 [memleak] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:203:3: error: Memory leak: bufsyn [memleak] 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/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/assoc_tool/netWork.c:104:26: style: Parameter 'node' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:104:39: style: Parameter 'port' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:104:52: style: Parameter 'calledAPTitle' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:105:12: style: Parameter 'callingAPTitle' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:412:36: style: Parameter 'mes' can be declared as pointer to const. However it seems that 'errorstackP' is a callback function, if 'mes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:270:36: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:412:36: note: Parameter 'mes' can be declared as pointer to const 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:277:5: error: Mismatching allocation and deallocation: item [mismatchAllocDealloc] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:274:12: note: Mismatching allocation and deallocation: item ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:277:5: note: Mismatching allocation and deallocation: item ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:507:13: error: Allocation with XmTextGetString, strcmp doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:834:13: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumChildren [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] 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/cfg_ctn_tables.c:115:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:418:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable applicationShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/cfg_ctn_tables.c:123:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/cfg_ctn_tables.c:240:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:128:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:150:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATION_COMMENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:171:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:233:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:266:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATION_TITLE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:318:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/cfg_ctn_tables.c:233:10: style: Variable 'msg' can be declared as const array [constVariable] 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:459:19: style: Variable 'id' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:557:11: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:622:25: style: Parameter 'value_str' can be declared as pointer to const [constParameterPointer] 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/format.c:23:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATION_TITLE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:138:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS_OWNER [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:144:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:176:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:206:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:236:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:265:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:293:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:323:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:353:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:381:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationShell1.c:759:28: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/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/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/applicationForm.c:214:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:248:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:283:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:627:26: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/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/format.c:17:35: style: Parameter 'ae' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:54:36: style: Parameter 'ae1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:54:66: style: Parameter 'ae2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:73:44: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 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/format.c:80:45: style: Parameter 'sm1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:81:31: style: Parameter 'sm2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:96:44: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:103:45: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:104:31: style: Parameter 'p2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:110:36: style: Parameter 'g' can be declared as pointer to const [constParameterPointer] 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/format.c:116:36: style: Parameter 'g' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:122:34: style: Parameter 'f' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:131:42: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 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/format.c:162:43: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:162:68: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:168:44: style: Parameter 's' can be declared as pointer to const [constParameterPointer] 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/format.c:175:45: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:175:71: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:180:40: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] 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/groupNamesForm.c:95:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_GROUPNAMES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:155:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_GROUPNAMES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:203:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:236:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:315:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:129:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:151:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:188:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL_REQUESTING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:263:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:296:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:319:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:129:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:150:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:196:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS_TITLE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:277:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:309:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:332:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:129:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:151:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:169:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:223:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:258:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:307:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:183:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:218:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:252:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:281:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:530:25: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/imageStorageControlForm.c:220:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:246:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:278:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:590:34: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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:203:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:238:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:273:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:541:29: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:233:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:260:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:292:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:660:33: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/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/support.c:99:37: style: Parameter 'group' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:242:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:131:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_SECURITYMATRIX [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:164:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_SECURITYMATRIX [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:211:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:275:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:331:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:78:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:139:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:178:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:155:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:202:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:171:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:303:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:187:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:343:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:202:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_SERIES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:353:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:217:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_IMAGE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:365:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:377:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:398:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:451:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:126:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_VIDEOIMAGEDEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:160:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_VIDEOIMAGEDEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:238:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:270:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:293:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] 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/cfg_ctn_tables/securityForm.c:192:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:226:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:256:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:290:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:299:24: style: Variable 'l' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:533:23: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/create_greyscale_module/create_greyscale_module.c:63:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/create_greyscale_module/create_greyscale_module.c:70:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/create_greyscale_module/create_greyscale_module.c:262:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:194:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:221:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:253:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:514:25: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/ctn_validate_mb/ctn_validate_mb.c:377:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/ctn_version/ctn_version.c:66:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/ctn_version/ctn_version.c:68:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIR_IMPLEMENTATIONVERSIONNAME [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:87:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:99:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:178:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:195:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:222:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:251:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:291:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:340:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:381:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/ctnnetwork.c:399:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/ctnnetwork.c:401:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/enq_ctnnetwork.c:59:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/kill_ctnnetwork.c:58:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/enq_ctnnetwork.c:73:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/kill_ctnnetwork.c:73:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:183:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/enq_ctnnetwork.c:59:22: style: Parameter 'argv' can be declared as const array [constParameter] 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/ctnnetwork/kill_ctnnetwork.c:58:22: style: Parameter 'argv' can be declared as const array [constParameter] 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:75:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:152:9: style: Variable 'tok1' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:153:9: style: Variable 'tok2' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:288:9: style: Variable 'specificCharSet' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:337:9: style: Variable 'specificCharSet' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:382:9: style: Variable 'group' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/pq_ctnnetwork.c:60:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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:75:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbaddimage.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/pq_ctnnetwork.c:105:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONN_INOPEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbaddimage.c:92:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:75:19: style: Condition 'imageList==NULL' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:69:27: note: Assignment 'imageList=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:75:19: note: Condition 'imageList==NULL' is always true ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:409:19: style: Condition 'imageList==NULL' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:391:27: note: Assignment 'imageList=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:409:19: note: Condition 'imageList==NULL' is always true 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/ctnnetwork/pq_ctnnetwork.c:60:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/ctnnetwork/pq_ctnnetwork.c:97:9: style: Variable 'n' can be declared as pointer to const [constVariablePointer] 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/dbaddpat.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbaddpat.c:78:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:120:30: style: Variable 'e1' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:253:11: style: Variable 'dbname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:254:11: style: Variable 'patientID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:255:11: style: Variable 'studyInstanceUID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:256:11: style: Variable 'accessionNumber' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:334:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/database/dbaddseries.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/database/dbaddpat.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dbaddseries.c:86:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbaddimage.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] 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/dbaddstudy.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbaddseries.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dbaddstudy.c:95:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbdelimage.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbdeloldeststudy.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbdeloldeststudy.c:62:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbdelimage.c:84:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] 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 [uninitvar] ctn-3.2.0+dfsg.orig/apps/database/dbdelpat.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbdelpat.c:73:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbaddstudy.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dbdelimage.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dbdelpat.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dbdelseries.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbdelseries.c:81:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbdelstudy.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbdump.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbdelstudy.c:78:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbdump.c:69:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dblstimages.c:56:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dblstimages.c:82:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dbdelseries.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dbdump.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dbdelstudy.c:53:22: style: Parameter 'argv' can be declared as const array [constParameter] 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/dblstpats.c:56:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dblstseries.c:56:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dblststudies.c:56:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dblstpats.c:77:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dblstseries.c:80:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dblstimages.c:56:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dblststudies.c:78:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] 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/dbnew.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbnew.c:67:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/database/dblstpats.c:56:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dblstseries.c:56:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/database/dblststudies.c:56:22: style: Parameter 'argv' can be declared as const array [constParameter] 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/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/dblstpats.c:68:9: style: Unused variable: patid [unusedVariable] ctn-3.2.0+dfsg.orig/apps/database/dbnumstudies.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbnumstudies.c:62:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] 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/dbquerytest.c:62:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/database/dbremove.c:53:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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:65:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] 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:80:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_K_CLASSPAT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_add_fragments/dcm_add_fragments.c:93:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_add_fragments/dcm_add_fragments.c:89:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_add_fragments/dcm_add_fragments.c:97:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:141:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:86:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:238:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:430:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:452:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 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: style: Redundant assignment of 'diag_level' to itself. [selfAssignment] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:427:13: style: Redundant assignment of 'd_level' to itself. [selfAssignment] ctn-3.2.0+dfsg.orig/apps/dcm_add_fragments/dcm_add_fragments.c:79:8: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_add_fragments/dcm_add_fragments.c:103:9: style: Variable 'xferSyntax' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:330:20: style: Parameter 'pq' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:425:32: style: Parameter 'message' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'message' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:451:28: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:425:32: note: Parameter 'message' can be declared as pointer to const 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: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:96:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:212:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:247:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:397:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:451:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_OB [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:512:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_OT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:597:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:704:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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_ctnto10/dcm_ctnto10.c:82:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_ctnto10/dcm_ctnto10.c:191:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_ctnto10/dcm_ctnto10.c:185:10: style: Variable 'msg' can be declared as const array [constVariable] gram.y:46:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable object [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:360:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:146:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U32 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:182:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S32 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:218:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:254:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:366:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:494:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] lex.yy.c:584:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] lex.yy.c:1000:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] lex.yy.c:1192:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] lex.yy.c:1543:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:93:6: style: Variable 'inputfile' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:201:8: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:327:12: style: Variable 'xxx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:385:36: style: Parameter 'pixelfile' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:444:50: style: Parameter 'encapsulatedDocument' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:505:42: style: Parameter 'binaryTable' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:585:11: style: Variable 'token' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:586:9: style: Variable 'sep' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:692:11: style: Variable 'token' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:693:9: style: Variable 'sep' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:697:9: style: Unused variable: j [unusedVariable] 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_diff/dcm_diff.c:481:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:119:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:97:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:126:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:223:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:236:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:89:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:147:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:255:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:400:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:75:48: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'dumpCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:179:66: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:75:48: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:109:21: style: Variable 'c' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:212:11: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] 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:105:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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] ctn-3.2.0+dfsg.orig/apps/dcm_dump_file/dcm_dump_file.c:112:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_dump_file/dcm_dump_file.c:265:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:389:11: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] 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:145:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:84:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_iterator/dcm_iterator.c:128:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_iterator/dcm_iterator.c:152:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_iterator/dcm_iterator.c:289:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_dump_file/dcm_dump_file.c:249:10: style: Variable 'msg' can be declared as const array [constVariable] 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 ctn-3.2.0+dfsg.orig/apps/dcm_iterator/dcm_iterator.c:275:10: style: Variable 'msg' can be declared as const array [constVariable] lex.yy.c:908:17: style: Variable 'source' can be declared as pointer to const [constVariablePointer] lex.yy.c:1120:18: style: Variable 'source' can be declared as pointer to const [constVariablePointer] lex.yy.c:1446:15: style: Parameter 'bytes' can be declared as pointer to const [constParameterPointer] lex.yy.c:1540:6: style: Parameter 'msg' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:111:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:99:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:185:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:239:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:375:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:325:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:255:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:85:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:97:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:176:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:193:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:216:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:243:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:259:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:85:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:118:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:332:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:181:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:118:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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_map_to_8/dcm_map_to_8.c:362:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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_map_to_8/dcm_map_to_8.c:396:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] 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_map_to_8/dcm_map_to_8.c:474:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:554:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:635:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:803:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:74:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:150:9: style: Variable 'tok1' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:151:9: style: Variable 'tok2' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:240:9: style: Variable 'specificCharSet' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:262:9: style: Variable 'group' can be declared as pointer to const [constVariablePointer] 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_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_make_object/dcm_make_object.c:177:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:363:39: style: Parameter 'pixelfile' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:80:8: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:154:45: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:171:46: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:188:46: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:205:47: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:222:44: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:239:45: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:256:47: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:273:48: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:338:9: style: Variable 'pattern' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:339:9: style: Variable 'value' can be declared as pointer to const [constVariablePointer] 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_modify_object/dcm_modify_object.c:85:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:104:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:214:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:268:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:405:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PXLPIXELDATA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:95:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:260:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:295:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:417:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PXLPIXELDATA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:507:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:564:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:728:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gram.y:952:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable modlist [valueFlowBailoutIncompleteVar] 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] 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: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] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:203:8: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:393:39: style: Parameter 'pixelfile' can be declared as pointer to const [constParameterPointer] gram.y:799:14: style: Variable 'yy_state' is assigned a value that is never used. [unreadVariable] 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:91:9: style: Variable 'modfile' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:247:8: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:363:8: style: Variable 'xxx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:402:36: style: Parameter 'pixelfile' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:546:9: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:716:11: style: Variable 'token' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:717:9: style: Variable 'sep' can be declared as pointer to const [constVariablePointer] 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] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:134:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:128:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:141:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:338:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] lex.yy.c:1548:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:172:11: style: Variable 'operator' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:330:8: style: Variable 'msg' can be declared as const array [constVariable] 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_print_dictionary/dcm_dump_vector.c:71:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:111:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:119:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:103:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:231:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_AE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:137:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:228:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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_print_dictionary/dcm_print_dictionary.c:79:47: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'uidCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:135:21: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:79:47: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:81:11: style: Variable 'classDescription' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:187:43: style: Parameter 'description' can be declared as pointer to const. However it seems that 'groupCallback' is a callback function, if 'description' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:149:44: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:187:43: note: Parameter 'description' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:204:36: style: Parameter 'description' can be declared as pointer to const. However it seems that 'elementCallback' is a callback function, if 'description' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:161:10: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:204:36: note: Parameter 'description' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:141:11: style: Variable 'elementFile' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:217:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_resize/dcm_resize.c:88:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_resize/dcm_resize.c:299:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] lex.yy.c:1451:15: style: Parameter 'bytes' can be declared as pointer to const [constParameterPointer] lex.yy.c:1545:6: style: Parameter 'msg' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/dcm_resize/dcm_resize.c:290:10: style: Variable 'msg' can be declared as const array [constVariable] 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:84:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_rm_element/dcm_rm_element.c:176:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_rm_group/dcm_rm_group.c:75:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_rm_group/dcm_rm_group.c:82:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_rm_group/dcm_rm_group.c:185:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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_rm_element/dcm_rm_element.c:166:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_rm_group/dcm_rm_group.c:175:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:115:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:135:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:112:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:290:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:144:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:236:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITOA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:300:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOI [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:339:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:380:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITOA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:430:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:489:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:550:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:636:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:104:8: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:133:9: style: Variable 'pixelfile' can be declared as pointer to const [constVariablePointer] 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_to_html/dcm_to_html.c:435:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:131:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U32 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:167:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S32 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:203:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:239:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:432:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:440:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:544:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:254:17: style: Parameter 'SOPClassName' can be declared as pointer to const [constParameterPointer] 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:237:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:531:10: style: Variable 'msg' can be declared as const array [constVariable] 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_text/dcm_to_text.c:134:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_SQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:167:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:246:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:316:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:543:21: style: Variable 'p16u' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:544:20: style: Variable 'p8' can be declared as pointer to const [constVariablePointer] 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_to_xml/dcm_to_xml.c:236:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:129:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_SQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:174:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:245:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:318:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:379:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:386:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:416:23: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:118:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:475:23: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:577:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_TAG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:535:24: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:629:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:621:24: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:825:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:703:21: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] 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_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:144:38: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:252:15: style: Variable 'fileNames' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:311:10: style: Variable 'msg' can be declared as const array [constVariable] 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_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:105:38: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:137:36: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:251:15: style: Variable 'fileNames' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:313:10: style: Variable 'msg' can be declared as const array [constVariable] 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_w_disp/dcm_w_disp.c:22:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WNDCLASSEX [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:86:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:101:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:108:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PATNAME [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:119:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_RELSTUDYINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:130:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDMODALITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:138:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDCONVERSIONTYPE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:145:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:151:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_RELIMAGENUMBER [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:187:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:207:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:224:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:288:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:319:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:350:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:394:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] 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:37:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOGPALETTE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:63:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HORZRES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:108:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:167:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCCOPY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:193:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HEAP_ZERO_MEMORY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:245:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:280:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:290:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:314:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCCOPY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:95:10: style: Variable 'msg' can be declared as const array [constVariable] 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_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:816:10: style: Variable 'msg' can be declared as const array [constVariable] 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_w_disp/windows_disp.c:133:18: style: Variable 'cData' can be declared as pointer to const [constVariablePointer] 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:102:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/displays/ctndisp.c:390:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/displays/ctndisp.c:392:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:115:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:348:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:372:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:412:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/dcm_x_disp.c:355:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/displays/dcm_x_disp.c:357:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/enq_ctndisp.c:58:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/displays/enq_ctndisp.c:71:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/enq_ctndisp.c:58:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/displays/kill_ctndisp.c:63:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/displays/kill_ctndisp.c:77:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/kill_ctndisp.c:63:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/displays/pq_ctndisp.c:63:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/displays/pq_ctndisp.c:77:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/pq_ctndisp.c:104:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONN_INOPEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/pq_ctndisp.c:63:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/displays/pq_ctndisp.c:97:4: style: Variable 'n' can be declared as pointer to const [constVariablePointer] 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/fillRSA/fillRSA.c:94:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/fillRSA.c:160:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/fillRSA.c:154:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/fillRSA/fillRSAImpInterp.c:90:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/fillRSAImpInterp.c:149:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:123:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:124:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:132:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:331:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:403:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:274:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:403:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:405:25: style: Parameter 'response' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:274:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:405:25: note: Parameter 'response' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:405:41: style: Parameter 'string' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:274:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:405:41: note: Parameter 'string' can be declared as pointer to const 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/fillRSA/fillRSAImpInterp.c:144:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/fillRSA/workImpInterp.c:108:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:132:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:193:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:229:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:317:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:461:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDYCOMPONENT [valueFlowBailoutIncompleteVar] 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:103:15: style: Variable 'lst' can be declared as pointer to const [constVariablePointer] 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/association.c:125:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:342:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:393:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:437:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:483:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:126:13: style: Condition 'lst==NULL' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:118:21: note: Assignment 'lst=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:126:13: note: Condition 'lst==NULL' is always true ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:182:28: style: Parameter 'queryResponse' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'queryResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:545:40: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:182:28: note: Parameter 'queryResponse' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:219:34: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] 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/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/fis_server.c:120:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:244:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:261:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:282:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] 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:108:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_CREATE_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/ncreate.c:162:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSDETACHEDPATIENTMGMT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/ncreate.c:206:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:233:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:249:50: style: Parameter 'service' can be declared as pointer to const [constParameterPointer] 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/dcm_w_disp/image_utils.c:270:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1366:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SEV_INFORM [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:123:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:202:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSDETACHEDPATIENTMGMT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:255:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:350:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:390:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDYCOMP_PROCODSCHDES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:455:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:506:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_INTERPRETATION [valueFlowBailoutIncompleteVar] 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/nset.c:124:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_SET_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:178:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSDETACHEDPATIENTMGMT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:268:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:389:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] 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:282:26: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:282:52: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:283:18: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] 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:216:28: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:216:54: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:217:20: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:251:26: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:251:52: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:252:18: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:306:28: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:306:54: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:307:20: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:345:35: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:345:61: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:346:20: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] 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: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/nset.c:310:23: style: Unused variable: results [unusedVariable] 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/nset.c:348:15: style: Unused variable: cond [unusedVariable] 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/nset.c:350:10: style: Unused variable: flag [unusedVariable] 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/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/requests.c:149:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:254:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:313:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:346:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:64:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:80:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:207:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:228:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] 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/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/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/requests.c:340:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:317:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:340:31: note: Parameter 'request' can be declared as pointer to const 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/requests.c:83:37: style: struct member 'MOVE_PARAMS::params' is never used. [unusedStructMember] 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/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/wlma_server.c:180:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:195:50: style: Parameter 'service' can be declared as pointer to const [constParameterPointer] 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/displays/image_utils.c:239:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:431:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1581:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/gq/gqinitq.c:65:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GQ_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/gq/gqinitq.c:57:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/gq/gqkillq.c:56:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/gq/gqkillq.c:64:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GQ_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/gq/gqkillq.c:56:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/gq/gqtest.c:15:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/gq/gqtest.c:22:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GQ_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:86:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/gq/gqtest.c:100:9: style: Variable 'f' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:93:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:177:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:202:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:304:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] 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_db_entry.c:287:46: style: Parameter 'prefmtImgfile' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:392:20: style: Parameter 'pq' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:131:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:221:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:247:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:351:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:107:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:166:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:231:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICON_SIZE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:287:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 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/create_print_entry.c:334:46: style: Parameter 'prefmtImgfile' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:439:20: style: Parameter 'pq' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_index.c:139:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_index.c:182:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_index.c:228:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:222:9: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:267:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:275:9: style: Variable 'accessionNumber' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:276:9: style: Variable 'SOPInstanceUID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:278:9: style: Variable 'pixeldata' can be declared as pointer to const [constVariablePointer] 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/icon/icon_dump_file.c:61:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_index.c:134:19: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_index.c:210:22: style: Parameter 'argv' can be declared as const array [constParameter] ctn-3.2.0+dfsg.orig/apps/icon/icon_append_index.c:219:9: style: Variable 'accessionNumber' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/icon/icon_dump_index.c:61:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:172:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:115:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:136:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:152:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:175:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:110:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:126:28: style: Parameter 'queryResponse' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'queryResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:151:35: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:126:28: note: Parameter 'queryResponse' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:144:21: style: Variable 'queryItem' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:178:9: style: Variable 'objType' can be declared as pointer to const [constVariablePointer] 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:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumChildren [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] 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:459:19: style: Variable 'id' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:557:11: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:622:25: style: Parameter 'value_str' can be declared as pointer to const [constParameterPointer] 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:181:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:233:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NOMATCHES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:272:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:314:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:357:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:393:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_IMAGE_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:469:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_IMAGE_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:538:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:585:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable applicationShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/format.c:131:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_AccNum [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/format.c:91:33: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/format.c:122:31: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/format.c:162:32: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/format.c:190:31: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/format.c:218:42: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:168:2: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:178:6: error: Memory leak: item [memleak] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:260:17: style: Parameter 'patientID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:302:18: style: Parameter 'patientID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:302:35: style: Parameter 'studyInstanceUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:344:17: style: Parameter 'patientID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:344:34: style: Parameter 'studyInstanceUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:345:10: style: Parameter 'seriesInstanceUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:416:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:437:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/idb_viewer.c:106:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:524:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:924:28: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/idb_viewer/idb_viewer.c:110:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/idb_viewer.c:233:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/idb_viewer/idb_viewer.c:225:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:327:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:100:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:162:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:172:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:203:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:233:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:262:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:290:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:318:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:367:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:452:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:101:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:146:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:253:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:367:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:415:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:445:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:458:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:154:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:336:18: style: Variable 'dbname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:424:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/image_archive/archive_server.c:163:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:177:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:200:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:253:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:439:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] 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/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. However it seems that 'selectCallback' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:316:25: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:90:28: note: Parameter 'q' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:145:16: style: Variable 'theTime' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:252:16: style: Variable 'theTime' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:360:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:461:18: style: Variable 'dbname' can be declared as pointer to const [constVariablePointer] 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:190:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:472:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:524:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:569:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:623:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] 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/image_archive/association_dummy.c:160:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:428:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:480:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:525:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:579:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:236:18: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 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/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/archive_server.c:143:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:168:35: style: Parameter 'processElement' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:225:36: style: Parameter 'organization' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:285:17: style: Parameter 'arg' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:364:27: style: Parameter 'association' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:365:39: style: Parameter 'service' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:445:10: style: Variable 'uidError' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:455:11: style: Variable 'genericAE' can be declared as pointer to const [constVariablePointer] 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/cget.c:158:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_GET_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:212:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:506:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] 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/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/dump_commit_requests.c:196:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:117:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/dump_commit_requests.c:79:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:156:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFERENCEDSOPSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/dump_commit_requests.c:131:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:206:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_FAILEDSOPSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/dump_commit_requests.c:160:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:242:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/dump_commit_requests.c:190:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:287:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:365:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:491:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATAOTHER [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:564:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/dump_commit_requests.c:124:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:144:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:210:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:381:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] 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:113:47: style: Parameter 'eventReportRequest' can be declared as pointer to const. However it seems that 'eventRequestCallback' is a callback function, if 'eventReportRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:499:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:113:47: note: Parameter 'eventReportRequest' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:114:34: style: Parameter 'eventReportResponse' can be declared as pointer to const. However it seems that 'eventRequestCallback' is a callback function, if 'eventReportResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:499:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:114:34: note: Parameter 'eventReportResponse' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:115:14: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'eventRequestCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:499:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:115:14: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:145:41: style: Parameter 'sopRefRecord' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:195:40: style: Parameter 'sopRefRecord' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:240:28: style: Parameter 'q' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:310:52: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:240:28: note: Parameter 'q' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:240:49: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:310:52: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:240:49: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:465:11: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] 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/move.c:156:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:242:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] 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/move.c:579:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:626:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 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/move.c:670:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:156:47: style: Parameter 'q1' can be declared as pointer to const. However it seems that 'compareByImageNum' is a callback function, if 'q1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:323:41: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:156:47: note: Parameter 'q1' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:156:68: style: Parameter 'q2' can be declared as pointer to const. However it seems that 'compareByImageNum' is a callback function, if 'q2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:323:41: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:156:68: note: Parameter 'q2' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:197:48: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'findCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:153:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:197:48: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:206:4: style: Variable 'params' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:313:10: style: Variable 'paramValue' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:370:28: style: Parameter 'queryResponse' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'queryResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:300:35: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:370:28: note: Parameter 'queryResponse' can be declared as pointer to const 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/naction.c:131:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_WORKQUEUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:195:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:360:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSSTORAGECOMMITMENTPUSHMODEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:375:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:385:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFERENCEDSOPSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:399:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_FAILEDSOPSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:423:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_ACTION_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:461:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:204:32: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'cgetCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:166:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:204:32: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:204:48: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'cgetCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:166:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:204:48: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:233:9: style: Variable 'network' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:235:4: style: Variable 'params' can be declared as pointer to const [constVariablePointer] 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:237:2: style: Variable 'e' 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:373:28: style: Parameter 'q' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:485:52: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:373:28: note: Parameter 'q' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:373:54: style: Parameter 'lst' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'lst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:485:52: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:373:54: note: Parameter 'lst' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:379:41: style: Parameter 'sopRefRecord' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:393:40: style: Parameter 'sopRefRecord' can be declared as pointer to const [constParameterPointer] 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:190:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatNam [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:206:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuDat [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:225:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_Mod [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:241:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_IMA_ImaNum [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:283:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:545:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:569:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:578:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatNam [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:625:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:642:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPPATIENTQUERY_FIND [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:676:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:749:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:795:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:246:1: portability: Omitted return type of function 'queueDisplayImage' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:112:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:167:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:195:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:231:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:258:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:288:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:319:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:353:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:403:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:440:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:473:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:274:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:578:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:604:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:613:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatNam [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:660:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:677:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPPATIENTQUERY_FIND [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:704:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:751:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:785:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] 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:566:44: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:544:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:566:44: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:605:46: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:638:47: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:655:36: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:729:34: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:781:37: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] 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:188:47: style: Parameter 'q1' can be declared as pointer to const. However it seems that 'compareByImageNum' is a callback function, if 'q1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:403:47: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:188:47: note: Parameter 'q1' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:188:68: style: Parameter 'q2' can be declared as pointer to const. However it seems that 'compareByImageNum' is a callback function, if 'q2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:403:47: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:188:68: note: Parameter 'q2' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:231:32: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:174:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:231:32: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:231:48: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:174:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:231:48: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:393:10: style: Variable 'paramValue' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:654:33: style: Parameter 'moveDestination' can be declared as pointer to const [constParameterPointer] 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/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/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:599:29: style: Parameter 'e' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:577:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:599:29: note: Parameter 'e' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:599:38: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:577:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:599:38: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:640:48: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:673:49: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:690:36: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:736:34: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:771:37: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] 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:180:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:326:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:399:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:434:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:487:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:576:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IE_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:608:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:879:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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_archive/requests_dummy.c:172:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:294:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:367:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:402:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:526:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IE_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:561:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:599:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/association.c:146:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/association.c:416:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/association.c:467:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/association.c:511:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/association.c:557:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:153:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_GET_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:207:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:489:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] 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_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_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:395:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:371:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:395:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:437:47: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:514:21: style: Variable 'params' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:554:11: style: Variable 'timeString' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:569:41: style: Parameter 'origFileName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:570:11: style: Parameter 'transferSyntax' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:571:11: style: Parameter 'owner' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:571:24: style: Parameter 'groupName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:571:41: style: Parameter 'priv' can be declared as pointer to const [constParameterPointer] 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/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.c:427:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:403:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:427:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:601:11: style: Variable 'timeString' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:850:41: style: Parameter 'origFileName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:851:11: style: Parameter 'transferSyntax' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:852:11: style: Parameter 'owner' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:852:24: style: Parameter 'groupName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:852:41: style: Parameter 'priv' can be declared as pointer to const [constParameterPointer] 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.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_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/fillImageDB.c:92:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:95:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:160:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:171:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:190:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:140:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:190:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:321:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:151:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:184:58: style: Parameter 'owner' can be declared as pointer to const [constParameterPointer] 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/image_server.c:110:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/image_server.c:126:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:334:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:348:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:370:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:410:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 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:177:48: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'findCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:149:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/find.c:177:48: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_server/find.c:186:4: style: Variable 'params' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:310:28: style: Parameter 'queryResponse' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'queryResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/find.c:271:35: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/find.c:310:28: note: Parameter 'queryResponse' can be declared as pointer to const 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/move.c:154:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:215:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:460:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:495:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:541:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] 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:199:32: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'cgetCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:161:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:199:32: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:199:48: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'cgetCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:161:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:199:48: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:228:9: style: Variable 'network' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:230:4: style: Variable 'params' can be declared as pointer to const [constVariablePointer] 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: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/parse.c:212:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:278:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:434:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:458:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:467:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatNam [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:508:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:525:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPPATIENTQUERY_FIND [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:552:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:599:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:633:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:133:10: style: Variable 'uidError' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:320:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:339:35: style: Parameter 'processElement' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:382:36: style: Parameter 'organization' can be declared as pointer to const [constParameterPointer] 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/requests.c:166:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:273:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:340:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:375:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:429:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:494:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IE_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:552:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] 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:455:29: style: Parameter 'e' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:433:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:455:29: note: Parameter 'e' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:455:38: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:433:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:455:38: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:494:46: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:521:47: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:538:36: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:584:34: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:619:37: style: Parameter 'queryStructure' can be declared as pointer to const [constParameterPointer] 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/test_storage.c:85:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/image_server/test_storage.c:102:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/test_storage.c:120:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/image_server/test_storage.c:115:10: style: Variable 'msg' can be declared as const array [constVariable] 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/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/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/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/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/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:368:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:344:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:368:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:410:47: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:515:41: style: Parameter 'origFileName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:516:11: style: Parameter 'transferSyntax' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:517:11: style: Parameter 'owner' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:517:24: style: Parameter 'groupName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:517:41: style: Parameter 'priv' can be declared as pointer to const [constParameterPointer] 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:204:32: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:168:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/move.c:204:32: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_server/move.c:204:48: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:168:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/move.c:204:48: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/image_server/move.c:484:13: style: Parameter 'string' can be declared as pointer to const. However it seems that 'sendCallback' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/move.c:381:51: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/move.c:484:13: note: Parameter 'string' can be declared as pointer to const 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/move.c:523:33: style: Parameter 'moveDestination' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:441:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/load_control/load_control.c:25:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:259:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:87:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:135:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:171:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:208:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_GROUPNAMES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:234:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:276:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:309:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_SECURITYMATRIX [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:335:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_FISACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:378:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:408:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_VIDEOIMAGEDEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:467:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:483:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_GROUPNAMES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:498:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:513:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:528:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_SECURITYMATRIX [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:543:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_FISACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:558:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:573:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_VIDEOIMAGEDEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:620:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:102:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:159:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:127:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:86:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:154:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:152:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:202:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:169:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:243:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PATNAME [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:197:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:300:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PATNAME [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:245:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDSPECIFICCHARACTER [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:459:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:263:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:628:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:652:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:106:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:151:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:185:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:330:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:354:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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/load_control/load_control.c:82:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:122:11: style: Variable 'token' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:167:11: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:204:11: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:229:11: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:272:11: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:305:11: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:330:11: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:373:11: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:404:11: style: Variable 'tok' can be declared as pointer to const [constVariablePointer] 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:75:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:126:9: style: Variable 'tok1' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:127:9: style: Variable 'tok2' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:242:9: style: Variable 'encodingString' can be declared as pointer to const [constVariablePointer] 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/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:173:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:174:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:182:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:188:11: style: Variable 'fileName' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:318:10: style: Variable 'msg' can be declared as const array [constVariable] 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/new_uids/new_uids.c:104:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/new_uids/new_uids.c:158:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/new_uids/new_uids.c:311:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumChildren [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/fileSelectionBoxDialog1.c:142:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/fileSelectionBoxDialog1.c:202:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] 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/format.c:125:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/format.c:75:37: style: Parameter 'ieIE' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/object_viewer/format.c:98:29: style: Parameter 'ieModule' can be declared as pointer to const [constParameterPointer] 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:459:19: style: Variable 'id' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:557:11: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:622:25: style: Parameter 'value_str' can be declared as pointer to const [constParameterPointer] 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/object_viewer.c:98:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/object_viewer/object_viewer.c:146:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtNx [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:237:11: style: Variable 'patientName' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:295:11: style: Variable 'patientName' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:450:6: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:451:6: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:456:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:462:9: style: Variable 'fileName' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:468:9: style: Variable 'queryLevel' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:470:13: style: Variable 'studyList' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:616:10: style: Variable 'msg' can be declared as const array [constVariable] 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/new_uids/new_uids.c:95:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/new_uids/new_uids.c:309:9: style: Variable 'pixelfile' can be declared as pointer to const [constVariablePointer] 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/pdu_examples/ex1_initiator.c:99:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:108:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:95:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:271:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:294:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:330:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:104:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:226:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSMR [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:266:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:289:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:346:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:119:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:137:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:338:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:377:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:439:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:474:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:517:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:597:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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/pdu_examples/ex1_initiator.c:115:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:116:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:118:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:119:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:259:10: style: Variable 'msg' can be declared as const array [constVariable] 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/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:111:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:112:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:114:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:115:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:254:10: style: Variable 'msg' can be declared as const array [constVariable] 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/object_viewer/topLevelShell1.c:226:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNitemCount [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:360:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:97:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:384:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtGrabNone [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:486:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNitemCount [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:592:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNitemCount [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:685:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:790:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:115:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:106:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:229:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSMR [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:269:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:292:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:355:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:137:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:391:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:436:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:521:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:586:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:189:11: style: Variable 'errmsg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:331:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:468:16: style: Parameter 'messageType' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:470:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:499:22: style: Parameter 'abstractSyntax' can be declared as pointer to const [constParameterPointer] 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/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/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/pdu_examples/ex3_initiator.c:113:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:114:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:116:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:117:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:257:10: style: Variable 'msg' can be declared as const array [constVariable] 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/object_viewer/topLevelShell1.c:242:2: error: Resource handle 'strlist' freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:232:2: note: Resource handle 'strlist' freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:242:2: note: Resource handle 'strlist' freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:252:2: error: Resource handle 'strlist' freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:232:2: note: Resource handle 'strlist' freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:252:2: note: Resource handle 'strlist' freed twice. 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/object_viewer/topLevelShell1.c:504:6: error: Resource handle 'strlist3' freed twice. [doubleFree] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:493:6: note: Resource handle 'strlist3' freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:504:6: note: Resource handle 'strlist3' freed twice. ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:256:16: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:258:16: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:261:16: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:520:13: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:522:13: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:601:13: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:603:13: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:688:13: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:690:13: error: Allocation with XmTextGetString, strlen doesn't release it. [leakNoVarFunctionCall] 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/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/pdu_examples/ex4_initiator.c:99:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:346:36: style: Parameter 'mes' can be declared as pointer to const. However it seems that 'errorstackP' is a callback function, if 'mes' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:700:36: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:346:36: note: Parameter 'mes' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:469:24: style: Variable 'cbs' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:578:24: style: Variable 'cbs' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:108:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:230:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSDETACHEDPATIENTMGMTMETA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:270:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:293:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:329:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCP [valueFlowBailoutIncompleteVar] 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/pmgr_motif/BasicFilmBox_Standard.c:94:1: portability: Omitted return type of function 'loadBasicFilmBox_Standard' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/BasicFilmBox_Standard.c:134:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/BasicFilmBox_Standard.c:175:32: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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:115:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:116:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:118:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:119:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:258:10: style: Variable 'msg' can be declared as const array [constVariable] 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/ImageAttribute.c:147:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable polarity [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/ImageAttribute.c:187:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:148:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/PrintMessage.c:126:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:225:11: style: Variable 'errmsg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:379:10: style: Variable 'usage' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:568:22: style: Parameter 'abstractSyntax' can be declared as pointer to const [constParameterPointer] 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_acceptor.c:97:37: style: struct member 'MOVE_PARAMS::params' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:96:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:117:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/MultipleSelection.c:196:28: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/ImageAttribute.c:370:25: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/PrintMessage.c:95:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/PrintMessage.c:171:23: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/association.c:128:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/association.c:182:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/association.c:114:31: style: Parameter 'callingApplication' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumChildren [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] 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/applicationShell1.c:158:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:223:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable applicationShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:149:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:190:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:373:28: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/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/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/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:459:19: style: Variable 'id' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:557:11: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:622:25: style: Parameter 'value_str' can be declared as pointer to const [constParameterPointer] 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/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/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/filmInformationForm.c:124:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_PRINTER_K_STATUS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:171:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSGREYSCALEPRINTMGMTMETA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:202:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] 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/format.c:85:36: style: Parameter 'g' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/format.c:109:29: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] 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:155:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:606:30: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/get_patientList.c:131:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:168:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOW [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:275:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAPER [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:360:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSGREYSCALEPRINTMGMTMETA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:404:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:437:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:173:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_INT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:546:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNmenuHistory [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:723:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSBASICFILMSESSION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:812:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1156:1: portability: Omitted return type of function 'MoreBFB' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/filmSessionForm.c:332:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:391:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:879:26: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/pmgr_motif.c:117:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/pmgr_motif.c:125:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/pmgr_motif.c:296:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/previewStudyForm.c:134:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/pmgr_motif.c:277:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/previewStudyForm.c:173:27: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/selectPrinterDialog.c:164:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_GROUPNAMES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:207:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmDIALOG_TEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:249:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmDIALOG_TEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:294:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:150:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:227:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:299:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:693:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:757:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:822:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_CREATE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:912:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1002:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_CREATE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1101:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1216:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_SET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1311:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1424:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1487:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1565:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1609:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1670:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:143:27: style: Parameter 'serverGroup' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:193:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:225:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:340:30: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/filmBoxForm.c:594:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:615:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:636:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:656:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:677:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:698:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:779:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:1534:22: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/icon.c:231:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DoRed [valueFlowBailoutIncompleteVar] 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/icon.c:277:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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/icon.c:391:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICON_XSIZE [valueFlowBailoutIncompleteVar] 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/icon.c:472:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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/icon.c:537:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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/icon.c:581:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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/icon.c:643:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Multi_select [valueFlowBailoutIncompleteVar] 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/icon.c:729:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICON_SIZE [valueFlowBailoutIncompleteVar] 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/icon.c:771:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICON_SIZE [valueFlowBailoutIncompleteVar] 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/icon.c:887:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSBASICGREYSCALEIMAGEBOX [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1097:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1206:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1298:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable object [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1408:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] 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/studyListForm.c:172:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/Buttons.c:504:1: portability: Omitted return type of function 'get_wmShellWidgetClass' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/print_clients/Buttons.c:508:1: portability: Omitted return type of function 'get_applicationShellWidgetClass' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/studyListForm.c:132:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/studyListForm.c:252:24: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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:158:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:218:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSGREYPRINTMGMTMETA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:447:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:548:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:612:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:665:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:705:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRINTER_STATUS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:801:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BFS_COPIES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:891:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:936:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BFB_IMAGEDISPLAYFORMAT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1048:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1090:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIB_IMAGEPOSITION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1171:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1210:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1253:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1295:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1337:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1367:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1391:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1426:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable messageID [valueFlowBailoutIncompleteVar] 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:296:34: style: Parameter 'displayFormat' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:914:7: style: Variable 'fatal' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1131:7: style: Variable 'fatal' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1206:9: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1279:37: style: Parameter 'setRequest' can be declared as pointer to const. However it seems that 'setImageBoxCallback' is a callback function, if 'setRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1235:27: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1279:37: note: Parameter 'setRequest' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1420:9: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1552:27: style: Parameter 'classUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1552:43: style: Parameter 'instanceUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1606:23: style: Parameter 'deleteResponse' can be declared as pointer to const. However it seems that 'ndeleteCallback' is a callback function, if 'deleteResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1578:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1606:23: note: Parameter 'deleteResponse' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1658:33: style: Parameter 'imageUID' can be declared as pointer to const [constParameterPointer] 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/print_clients/print_callback.c:132:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:176:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:213:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:245:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:284:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:278:36: style: Parameter 'deleteRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:279:23: style: Parameter 'deleteResponse' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:280:9: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:130:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:106:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:146:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:183:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSBASICFILMSESSION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:78:9: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:128:42: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:129:26: style: Parameter 'bfsAttributes' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:130:15: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:173:11: style: Parameter 'format' can be declared as pointer to const [constParameterPointer] 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_client.c:152:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:334:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:628:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:652:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_mgr_private.c:77:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_mgr_private.c:121:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_mgr_private.c:162:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_mgr_private.c:199:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:114:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:134:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:305:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:325:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:349:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:444:34: style: Parameter 'displayFormat' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:776:26: style: Parameter 'bfsAttributes' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:925:22: style: Parameter 'bfbAttributes' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1079:9: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1200:25: style: Parameter 'responseFilmBox' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1284:11: style: Parameter 'classUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1285:11: style: Parameter 'instanceUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1332:36: style: Parameter 'deleteRequest' can be declared as pointer to const. However it seems that 'ndeleteCallback' is a callback function, if 'deleteRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1307:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1332:36: note: Parameter 'deleteRequest' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1333:23: style: Parameter 'deleteResponse' can be declared as pointer to const. However it seems that 'ndeleteCallback' is a callback function, if 'deleteResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1307:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1333:23: note: Parameter 'deleteResponse' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1334:9: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'ndeleteCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1307:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1334:9: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1421:4: style: Variable 'type' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:126:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:127:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:129:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:130:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] 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_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:142:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:143:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:145:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:146:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:322:13: style: Parameter 'format' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:332:4: style: Variable 'imgDisplayFormat' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:614:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/print_clients/test.c:94:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable formWidgetClass [valueFlowBailoutIncompleteVar] 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/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:107:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_ACTION_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/action.c:176:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_ACTION_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/action.c:311:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_UNRECOGNIZEDOPERATION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/association.c:156:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIR_IMPLEMENTATIONCLASSUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/association.c:396:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/association.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/association.c:501:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/association.c:552:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/association.c:577:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/action.c:159:39: style: Parameter 'nactionRequest' can be declared as pointer to const. However it seems that 'nactionBFBCallback' is a callback function, if 'nactionRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_server/action.c:121:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_server/action.c:159:39: note: Parameter 'nactionRequest' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_server/action.c:169:4: style: Variable 'bibNode' can be declared as pointer to const [constVariablePointer] 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_clients/print_shared.c:160:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:237:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:309:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:704:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:769:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:834:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_CREATE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:924:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1051:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_CREATE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1148:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1338:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_SET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1435:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1560:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1623:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1702:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1746:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1807:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/association.c:566:72: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_server/create.c:124:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/create.c:221:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_BFS_K_COPIES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/create.c:481:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_BFB_K_IMAGEDISPLAYFORMAT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/create.c:825:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFPRINT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/create.c:880:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_UNRECOGNIZEDOPERATION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:103:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_DELETE_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:147:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_DELETE_RESP [valueFlowBailoutIncompleteVar] 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/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/print_server/get.c:107:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_GET_RESP [valueFlowBailoutIncompleteVar] 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/print_server/get.c:199:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_PRINTER_K_STATUS [valueFlowBailoutIncompleteVar] 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/print_server/get.c:426:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_UNRECOGNIZEDOPERATION [valueFlowBailoutIncompleteVar] 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/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:306:34: style: Parameter 'displayFormat' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1328:9: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1403:37: style: Parameter 'setRequest' can be declared as pointer to const. However it seems that 'setImageBoxCallback' is a callback function, if 'setRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1358:27: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1403:37: note: Parameter 'setRequest' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1556:9: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1689:27: style: Parameter 'classUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1689:43: style: Parameter 'instanceUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1743:23: style: Parameter 'deleteResponse' can be declared as pointer to const. However it seems that 'ndeleteCallback' is a callback function, if 'deleteResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1715:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1743:23: note: Parameter 'deleteResponse' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1795:33: style: Parameter 'imageUID' can be declared as pointer to const [constParameterPointer] 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_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/create.c:816:34: style: Parameter 'presentationCtx' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:156:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIR_IMPLEMENTATIONCLASSUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:121:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:396:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:219:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:319:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:501:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:552:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:577:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] 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/print_server.c:138:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:438:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:477:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:514:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WNOHANG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:562:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:590:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:659:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:705:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GQ_ELEM [valueFlowBailoutIncompleteVar] 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/prequests.c:347:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:323:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:347:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:121:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:219:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:319:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] 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/requests.c:347:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:323:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:347:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:566:72: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] 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/set.c:122:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/set.c:246:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/set.c:463:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_BFS_K_COPIES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/set.c:957:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/set.c:985:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_UNRECOGNIZEDOPERATION [valueFlowBailoutIncompleteVar] 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/print_server.c:423:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:464:50: style: Parameter 'service' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:191:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:331:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSBASICFILMSESSION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:439:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:534:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:624:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GQ_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:724:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:842:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_TAG [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/set.c:643:33: style: Parameter 'nsetRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_server/set.c:644:20: style: Parameter 'nsetResponse' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_server/set.c:645:9: style: Parameter 'sendBack' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_server/set.c:645:45: style: Parameter 'pc' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_server_display/print_server_display.c:435:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumChildren [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:434:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:595:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:680:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:867:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1201:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/format.c:14:38: style: Parameter 'patient' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:103:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:112:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:228:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPPATIENTQUERY_FIND [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:282:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:320:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:344:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:382:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] 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:459:19: style: Variable 'id' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:557:11: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:622:25: style: Parameter 'value_str' can be declared as pointer to const [constParameterPointer] 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:120:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:121:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:123:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:124:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:276:14: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:239:19: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:276:14: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:276:30: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:239:19: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:276:30: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:308:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/query_client/query_client.c:100:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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.c:148:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtNx [valueFlowBailoutIncompleteVar] 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:164:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:214:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:253:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:318:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELPATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:361:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_MATCHCONTINUING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:426:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:489:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:526:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELSTUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:571:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_MATCHCONTINUING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:611:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:653:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELSERIES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:707:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_MATCHCONTINUING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:744:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:784:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:808:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:816:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELSTUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:367:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] 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:153:34: style: Parameter 'connection' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:314:42: style: Parameter 'query' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:349:14: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:260:19: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:349:14: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:349:30: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:260:19: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:349:30: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:391:32: style: Parameter 'connection' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:522:40: style: Parameter 'query' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:559:12: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'queryStudyCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:496:19: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:559:12: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:559:28: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'queryStudyCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:496:19: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:559:28: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:648:41: style: Parameter 'patientModule' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:649:25: style: Parameter 'studyModule' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:695:13: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'querySeriesCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:625:19: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:695:13: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:695:29: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'querySeriesCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:625:19: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:695:29: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:732:33: style: Parameter 'connection' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:768:58: style: Parameter 'destinationAPTitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:812:39: style: Parameter 'patientModule' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:813:30: style: Parameter 'studyModule' can be declared as pointer to const [constParameterPointer] 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/ris_gateway/association.c:112:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIR_IMPLEMENTATIONCLASSUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:335:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:386:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:430:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:476:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:516:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:548:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] 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:129:1: error: Resource leak: t [resourceLeak] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:122:9: style: Variable 't' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:152:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:161:24: style: Variable 'listStruct' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:186:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:195:24: style: Variable 'listStruct' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:246:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:283:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:335:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/query_client/topLevelShell1.c:905:25: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/event.c:129:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_EVENT_REPORT_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/event.c:170:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] 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:172:19: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] 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:81:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:92:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:126:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:161:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:194:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_RESREFERENCEDINTERPSEQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:250:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:285:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDYCOMPONENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:329:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS_INTERPRETATIONLIST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:379:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PAT_PATUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:425:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STU_RESULTSLIST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:528:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:583:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:628:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 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:490:50: style: Parameter 'local' can be declared as pointer to const [constParameterPointer] 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/requests.c:105:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:221:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:274:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:309:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] 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:682:4: style: Variable 'copies' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:684:4: style: Variable 'priority' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:686:4: style: Variable 'mediumType' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:688:4: style: Variable 'filmDestination' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:690:4: style: Variable 'filmSessionLabel' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:692:4: style: Variable 'memoryAllocation' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:871:4: style: Variable 'annotationDisplayFormatID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:873:4: style: Variable 'filmOrientation' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:875:4: style: Variable 'filmSizeID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:877:4: style: Variable 'magnificationType' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:879:4: style: Variable 'smoothingType' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:881:4: style: Variable 'borderDensity' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:883:4: style: Variable 'emptyImageDensity' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:891:4: style: Variable 'trim' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:893:4: style: Variable 'configurationInfo' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:895:4: style: Variable 'refFilmSessionSequence' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1206:4: style: Variable 'polarity' can be declared as pointer to const [constVariablePointer] 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/requests.c:302:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:278:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:302:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1208:4: style: Variable 'magnificationType' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1210:4: style: Variable 'smoothingType' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1212:4: style: Variable 'requestedImageSize' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1411:4: style: Variable 'copies' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1413:4: style: Variable 'priority' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1415:4: style: Variable 'mediumType' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1417:4: style: Variable 'filmDestination' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1499:4: style: Variable 'filmOrientation' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1501:4: style: Variable 'filmSizeID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1503:4: style: Variable 'magnificationType' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1505:4: style: Variable 'configurationInfo' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1573:4: style: Variable 'polarity' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1619:4: style: Variable 'polarity' can be declared as pointer to const [constVariablePointer] 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/ris_gateway/ris_gateway.c:73:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/ris_gateway/ris_gateway.c:89:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:237:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:254:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:275:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] 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:96:10: style: Variable 'uidError' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:227:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:242:50: style: Parameter 'service' can be declared as pointer to const [constParameterPointer] 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:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumChildren [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] 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:459:19: style: Variable 'id' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:557:11: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:622:25: style: Parameter 'value_str' can be declared as pointer to const [constParameterPointer] 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:139:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:162:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:199:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS_IMP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:215:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_INTERP_INTTEX [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:290:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:329:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:398:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STU_STUREADAT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:440:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:490:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:521:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable applicationShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:130:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STU_PRODES [valueFlowBailoutIncompleteVar] 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/procevent.c:78:31: style: Parameter 'req' can be declared as pointer to const. However it seems that 'eventCallback' is a callback function, if 'req' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:259:28: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:78:31: note: Parameter 'req' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:78:53: style: Parameter 'resp' can be declared as pointer to const. However it seems that 'eventCallback' is a callback function, if 'resp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:259:28: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:78:53: note: Parameter 'resp' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:79:14: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'eventCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:259:28: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:79:14: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:86:50: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:120:52: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:154:53: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:189:50: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:243:53: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:519:63: style: Parameter 'remote' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:574:63: style: Parameter 'remote' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:619:63: style: Parameter 'remote' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:75:41: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:88:42: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:88:66: style: Parameter 'p2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:94:37: style: Parameter 's' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:102:38: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:102:60: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:108:39: style: Parameter 'ps' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:113:11: style: Variable 'tbl' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/rsa_ui.c:116:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/rsa_ui/support.c:84:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/support.c:156:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:234:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:255:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:278:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:311:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:349:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:359:20: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:378:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:421:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:455:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:478:9: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:927:28: style: Variable 'UxContext' can be declared as pointer to const [constVariablePointer] 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/rsa_ui/rsa_ui.c:121:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/rsa_ui/rsa_ui.c:257:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:119:11: style: Variable 'databaseName' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/rsa_ui/rsa_ui.c:248:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/rsa_ui/rsa_ui.c:216:9: error: Uninitialized variable: cond [uninitvar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:148:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:171:32: style: Parameter 'imageDisplayFormat' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:314:23: style: Parameter 'classUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_results/association.c:124:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/association.c:170:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] 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/send_results/send_results.c:277:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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:113:13: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_results/association.c:152:33: style: Parameter 'moveDestination' can be declared as pointer to const [constParameterPointer] 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_study/association.c:124:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/association.c:170:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:157:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:72:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:340:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:88:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_PN_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:356:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PXLPIXELDATA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:133:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:368:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:146:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:401:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:160:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:463:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:173:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:640:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_STORE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:189:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STU_RESULTSLIST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:693:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS_INTERPRETATIONLIST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:738:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:239:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:762:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:296:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:805:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:384:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:403:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:460:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] 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:113:13: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_study/association.c:152:33: style: Parameter 'moveDestination' can be declared as pointer to const [constParameterPointer] 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:320:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:125:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:75:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:120:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:128:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_PN_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:198:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:267:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:338:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:429:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:439:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:465:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:487:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:544:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:144:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:380:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:428:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:497:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:548:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:582:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:621:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_EVENT_REPORT_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:653:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:725:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] 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:225:11: style: Variable 'errmsg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:377:10: style: Variable 'usage' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:575:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:552:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:575:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:683:22: style: Parameter 'abstractSyntax' can be declared as pointer to const [constParameterPointer] 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/send_results/send_results.c:414:19: style: Condition 'imageList==NULL' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:396:27: note: Assignment 'imageList=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:414:19: note: Condition 'imageList==NULL' is always true 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:286:11: style: Variable 'patientID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:287:11: style: Variable 'studyInstanceUID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:288:11: style: Variable 'accessionNumber' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:289:15: style: Variable 'imageList' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:292:11: style: Variable 'dbname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:372:10: style: Variable 'msg' can be declared as const array [constVariable] 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/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_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/send_study/send_study.c:498:19: style: Condition 'imageList==NULL' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:480:27: note: Assignment 'imageList=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:498:19: note: Condition 'imageList==NULL' is always true 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/simple_storage/simple_storage.c:437:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:99:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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:109:13: style: Parameter 'string' can be declared as pointer to const. However it seems that 'sendCallback' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:295:12: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:109:13: note: Parameter 'string' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:170:29: style: Parameter 'moveAETitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:172:44: style: Parameter 'query' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:248:40: style: Parameter 'callingAETitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:331:11: style: Variable 'patientID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:332:11: style: Variable 'studyInstanceUID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:333:11: style: Variable 'accessionNumber' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:416:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:125:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:260:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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/snp_to_files/snp_to_files.c:308:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITOA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:353:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOI [valueFlowBailoutIncompleteVar] 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/snp_to_files/snp_to_files.c:388:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SNP_EOA [valueFlowBailoutIncompleteVar] 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/snp_to_files/snp_to_files.c:416:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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/snp_to_files/snp_to_files.c:301:20: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'callbackITOA' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:156:33: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:301:20: note: Parameter 'buffer' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:346:20: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'callbackATOI' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:162:33: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:346:20: note: Parameter 'buffer' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:161:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:101:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:110:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:236:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:260:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:312:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] 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:117:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:118:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:120:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:121:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:233:10: style: Variable 'msg' can be declared as const array [constVariable] 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/simple_storage/simple_storage.c:267:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:170:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:341:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:391:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in_addr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:458:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:483:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:904:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:495:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:951:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:507:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1052:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:519:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_PN_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1115:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:531:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SH_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1150:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:543:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1182:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:555:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1227:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:571:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1319:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:627:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1380:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:680:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1441:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSCOMPUTEDRADIOGRAPHY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:862:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_STORE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1537:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:913:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1574:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:960:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1633:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_CANCEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:984:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1708:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:1023:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1778:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1962:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2013:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2058:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2130:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2173:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:128:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:199:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:455:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:506:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:550:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:596:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] 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:164:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:165:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:167:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:168:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:187:11: style: Variable 'sopInstanceUID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:412:9: style: Variable 'xfer' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:630:32: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:630:48: style: Parameter 'instanceUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:631:10: style: Parameter 'moveAETitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:684:13: style: Parameter 'string' can be declared as pointer to const. However it seems that 'sendCallback' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:651:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:684:13: note: Parameter 'string' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:716:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:332:6: warning: Uninitialized variable: xferSyntaxes [uninitvar] ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:324:25: note: Assuming condition is false ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:332:6: note: Uninitialized variable: xferSyntaxes 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/storage_commit/commit_agent.c:112:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:121:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:313:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:327:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:349:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:389:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 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/association.c:117:14: style: Parameter 'destination' can be declared as pointer to const [constParameterPointer] 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/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:94:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:218:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:236:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATAOTHER [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:125:10: style: Variable 'uidError' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:300:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:318:35: style: Parameter 'processElement' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:361:36: style: Parameter 'organization' can be declared as pointer to const [constParameterPointer] 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/commit_agent.c:124:18: style: Unused variable: dmanHandle [unusedVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:171:42: style: Parameter 'actionRequest' can be declared as pointer to const. However it seems that 'actionRequestCallback' is a callback function, if 'actionRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:245:31: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:171:42: note: Parameter 'actionRequest' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:172:29: style: Parameter 'actionResponse' can be declared as pointer to const. However it seems that 'actionRequestCallback' is a callback function, if 'actionResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:245:31: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:172:29: note: Parameter 'actionResponse' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:173:15: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'actionRequestCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:245:31: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:173:15: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:229:11: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] 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:125:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/nevent.c:283:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSSTORAGECOMMITMENTPUSHMODEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/nevent.c:341:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_EVENT_REPORT_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:127:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:168:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:212:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:294:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 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/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:120:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:172:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:120:31: note: Parameter 'request' can be declared as pointer to const 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/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/storage_commit.c:92:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:33:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:51:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] 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/tbltest/tbltest.c:68:22: style: Parameter 'fields' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'fields' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:59:56: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:68:22: note: Parameter 'fields' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:68:51: style: Parameter 'record' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'record' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:59:56: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:68:51: note: Parameter 'record' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:112:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:244:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:254:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:267:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:280:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:293:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:317:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:350:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_COMMITSOPREF [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:383:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STORAGECOMMITREQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:423:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:464:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/tbltest/ttdelete.c:64:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/tbltest/ttdelete.c:77:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/tbltest/ttinsert.c:86:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] 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:177:9: style: Variable 'calledAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:178:9: style: Variable 'callingAPTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:181:9: style: Variable 'node' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:182:9: style: Variable 'port' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:183:9: style: Variable 'SOPName' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:199:11: style: Variable 'sopInstanceUID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:374:21: style: Variable 'phe' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:582:9: style: Variable 'xfer' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:600:114: style: Parameter 'patName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:852:32: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:852:48: style: Parameter 'instanceUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:853:10: style: Parameter 'moveAETitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:904:13: style: Parameter 'string' can be declared as pointer to const. However it seems that 'sendCallback' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:873:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:904:13: note: Parameter 'string' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:936:10: style: Variable 'msg' can be declared as const array [constVariable] 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:364:6: warning: Uninitialized variable: xferSyntaxes [uninitvar] ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:359:25: note: Assuming condition is false ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:364:6: note: Uninitialized variable: xferSyntaxes 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/tbltest/ttlayout.c:72:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:93:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:148:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] 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/ttlayout.c:109:22: style: Parameter 'fields' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'fields' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:98:32: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:109:22: note: Parameter 'fields' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:109:36: style: Parameter 'foo' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'foo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:98:32: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:109:36: note: Parameter 'foo' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:328:19: style: Condition 'imageList==NULL' is always true [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:309:27: note: Assignment 'imageList=NULL', assigned value is 0 ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:328:19: note: Condition 'imageList==NULL' is always true 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/tbltest/ttselect.c:72:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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:103:18: style: Variable 'callingAETitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:105:11: style: Variable 'patientID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:106:11: style: Variable 'studyInstanceUID' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:107:11: style: Variable 'accessionNumber' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:231:10: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:345:34: style: Parameter 'commit' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:345:60: style: Parameter 'queryItem' can be declared as pointer to const [constParameterPointer] 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/ttselect.c:89:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/tbltest/ttselect.c:159:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/tbltest/ttunique.c:59:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/tbltest/ttselect.c:151:47: style: Parameter 'foo' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'foo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/tbltest/ttselect.c:117:54: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/tbltest/ttselect.c:151:47: note: Parameter 'foo' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/tbltest/ttunique.c:71:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/tbltest/ttupdate.c:65:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/tbltest/ttupdate.c:91:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] 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/wlma_ui/UxXt.c:135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNnumChildren [valueFlowBailoutIncompleteVar] 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/wlma_ui/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] 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/wlma_ui/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] 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/wlma_ui/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] 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/wlma_ui/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] 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/wlma_ui/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] 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:547:11: style: Variable 'serverTitle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:548:11: style: Variable 'namingConvention' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:678:11: style: Variable 'errmsg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:881:10: style: Variable 'usage' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1143:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1119:24: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1143:31: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1290:38: style: Parameter 'xlateTable' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1305:37: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1527:31: style: Parameter 'string' can be declared as pointer to const. However it seems that 'storageCallback' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1492:16: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1527:31: note: Parameter 'string' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1605:32: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'findCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1578:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1605:32: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1605:48: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'findCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1578:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1605:48: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1625:37: style: Variable 'params' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1759:32: style: Parameter 'SOPClass' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'SOPClass' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1724:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1759:32: note: Parameter 'SOPClass' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1759:48: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1724:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1759:48: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1951:9: style: Variable 'classes' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2000:33: style: Parameter 'moveDestination' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2050:13: style: Parameter 'string' can be declared as pointer to const. However it seems that 'sendCallback' is a callback function, if 'string' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1853:51: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2050:13: note: Parameter 'string' can be declared as pointer to const ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2088:22: style: Parameter 'abstractSyntax' can be declared as pointer to const [constParameterPointer] 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/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: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/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:459:19: style: Variable 'id' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:557:11: style: Variable 'fname' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:622:25: style: Parameter 'value_str' can be declared as pointer to const [constParameterPointer] 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/format.c:194:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] 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/format.c:75:41: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:88:42: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:88:66: style: Parameter 'p2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:94:37: style: Parameter 's' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:108:38: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:108:60: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:114:40: style: Parameter 'ps' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:134:49: style: Parameter 'ps' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:180:49: style: Parameter 's' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:195:9: style: Variable 'tim' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:151:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:181:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDYCOMP_SERIESLIST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:259:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:330:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:415:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/support.c:84:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/support.c:167:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] 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/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:206:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:297:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:316:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:374:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNmenuHistory [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:464:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:521:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:562:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:590:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:645:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:679:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:707:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:737:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:857:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/wlma_ui.c:112:1: portability: Omitted return type of function 'main' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:222:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/wlma_ui.c:119:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/wlma_ui.c:266:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:115:17: style: Parameter 'txt' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/wlma_ui.c:116:11: style: Variable 'databaseName' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/wlma_ui.c:257:10: style: Variable 'msg' can be declared as const array [constVariable] 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/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/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:75:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:94:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:156:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_REQ [valueFlowBailoutIncompleteVar] 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:71:47: style: Parameter 'moveReq' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'moveReq' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:71:47: note: Parameter 'moveReq' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:72:21: style: Parameter 'moveResp' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'moveResp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:72:21: note: Parameter 'moveResp' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:10: style: Parameter 'abstractSyntax' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'abstractSyntax' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:10: note: Parameter 'abstractSyntax' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:32: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:32: note: Parameter 'queryLevel' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:50: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:50: note: Parameter 'ctx' can be declared as pointer to const 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/dd_lookup/dd_lookup.c:23:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_AE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:81:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:161:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:507:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_ProNam [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:681:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_AE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:810:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:819:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1243:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1392:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1435:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] 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/archive_cgi/queryCTN.c:146:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatNam [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:187:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_AccNum [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:253:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_BodParExa [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:317:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:325:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELSERIES [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:355:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:429:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:508:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:560:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:610:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:657:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_SerInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:702:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_STUDY_LEVEL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:724:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:760:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPSTUDYQUERY_MOVE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:815:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:844:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_SerInsUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:896:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:935:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:101:36: style: Parameter 'description' can be declared as pointer to const. However it seems that 'elementCallback' is a callback function, if 'description' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:170:10: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:101:36: note: Parameter 'description' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:120:43: style: Parameter 'description' can be declared as pointer to const. However it seems that 'groupCallback' is a callback function, if 'description' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:160:44: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:120:43: note: Parameter 'description' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:676:9: style: Variable 'form' can be declared as pointer to const [constVariablePointer] 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/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:410:28: style: Parameter 's' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:487:24: style: Variable 'listStruct' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:614:24: style: Variable 'listStruct' can be declared as pointer to const [constVariablePointer] 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/cgi_apps/fileview/fileview.c:26:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_AE [valueFlowBailoutIncompleteVar] 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/cgi_apps/fileview/fileview.c:235:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] 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/cgi_apps/fileview/fileview.c:244:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] 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/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/databaseForm.c:835:29: style: Variable 'UxCallbackArg' 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:74:18: style: Variable 'dp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:801:9: style: Variable 'form' can be declared as pointer to const [constVariablePointer] 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/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/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/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/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/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/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:27:53: style: Parameter 'q1' can be declared as pointer to const. However it seems that 'compareStudyEntryByName' is a callback function, if 'q1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:961:43: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:27:53: note: Parameter 'q1' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:27:75: style: Parameter 'q2' can be declared as pointer to const. However it seems that 'compareStudyEntryByName' is a callback function, if 'q2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:961:43: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:27:75: note: Parameter 'q2' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:39:56: style: Parameter 'q1' can be declared as pointer to const. However it seems that 'compareSeriesEntryByNumber' is a callback function, if 'q1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:966:43: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:39:56: note: Parameter 'q1' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:40:28: style: Parameter 'q2' can be declared as pointer to const. However it seems that 'compareSeriesEntryByNumber' is a callback function, if 'q2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:966:43: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:40:28: note: Parameter 'q2' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:57:55: style: Parameter 'q1' can be declared as pointer to const. However it seems that 'compareImageEntryByNumber' is a callback function, if 'q1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:971:43: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:57:55: note: Parameter 'q1' can be declared as pointer to const ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:58:27: style: Parameter 'q2' can be declared as pointer to const. However it seems that 'compareImageEntryByNumber' is a callback function, if 'q2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:971:43: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:58:27: note: Parameter 'q2' can be declared as pointer to const ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:19:23: style: Parameter 'w' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:24:22: style: Parameter 'l' can be declared as pointer to const [constParameterPointer] 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 [constParameterPointer] 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 [constParameterPointer] 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/html-lib.c:22:24: style: Parameter 'mime' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:28:23: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:34:27: style: Parameter 'loc' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:39:19: style: Parameter 'status' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:44:19: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:49:23: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:49:35: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:49:48: style: Parameter 'expires' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:49:63: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:50:9: style: Parameter 'domain' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:67:23: style: Parameter 'title' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:75:36: style: Parameter 'title' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:91:15: style: Parameter 'header' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:96:15: style: Parameter 'header' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:101:15: style: Parameter 'header' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:106:15: style: Parameter 'header' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:111:15: style: Parameter 'header' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:116:15: style: Parameter 'header' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:122:19: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/html-lib.c:122:31: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] 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/external/cgihtml-1.69/string-lib.c:15:20: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:71:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/string-lib.c:24:20: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:96:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/string-lib.c:46:26: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:188:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:210:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:397:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:29:9: style: Variable 'monthString' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:67:9: style: Variable 'user' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:178:8: style: Variable 'msg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:424:28: style: Variable 'instancePtr' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:496:11: style: Variable 'protocolName' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:497:11: style: Variable 'seriesDescription' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:498:11: style: Variable 'bodyPartExamined' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:555:13: style: Variable 'seriesList' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:557:28: style: Variable 'instancePtr' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:848:28: style: Variable 'instancePtr' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:991:11: style: Variable 'remoteUser' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1058:28: style: Variable 'instancePtr' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1470:9: style: Variable 'form' can be declared as pointer to const [constVariablePointer] 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/facilities/condition/condition.c:173:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/condition/condition.c:444:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 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:165:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:190:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:364:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:546:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:741:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:957:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1126:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1511:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1688:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 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/cfg/cfg.c:131:36: style: Parameter 'ctn_node' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/cfg/cfg.c:307:36: style: Parameter 'ctn_node' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:100:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:142:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:181:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:209:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:236:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:271:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:308:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_CS_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:458:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_DIRRECORDSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:528:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_DIRRECORDSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:601:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_DIRRECORDSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:213:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:272:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:413:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:497:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:599:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:635:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:671:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:707:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:766:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:865:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1107:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1299:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1484:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1535:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HunkBufAdd [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1572:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HunkBufAdd [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1611:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1680:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1793:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:1927:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2086:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2274:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2331:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2411:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2548:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2655:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2747:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2847:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:2943:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3027:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3268:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3310:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3352:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3394:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3436:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3505:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3569:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3668:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTL_MATCH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3880:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3976:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/database/database.c:4074:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] 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/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 [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:413:30: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:433:37: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:468:31: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:485:38: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:524:9: style: Variable 'cookies' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:645:26: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:694:9: style: Variable 'temp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:103:10: warning: 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/facilities/dulprotocol/dulconstruct.c:207:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:813:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:1023:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:721:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:820:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:963:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1233:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1493:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2504:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2608:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2689:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2768:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2847:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2926:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2986:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3065:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3777:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3950:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:4098:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 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:558:57: style: Parameter 'pdu' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:1144:29: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:1323:33: style: Parameter 'max' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:1401:35: style: Parameter 'scuscpRole' can be declared as pointer to const [constParameterPointer] 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/dulparse.c:237:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:441:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:565:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] 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/chr/dicom_chr.c:540:8: style: Variable 'fname' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1512:9: style: Variable 'modeString' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1689:9: style: Variable 'modeString' can be declared as pointer to const [constVariablePointer] 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/dulprotocol/dulpresent.c:168:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulpresent.c:216:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] 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/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/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:2991:30: style: Condition 'pdvLength==length' is always false [knownConditionTrueFalse] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2989:16: note: pdvLength is assigned '(length<=(*association)->maxPDV-6)?length:(*association)->maxPDV-6' here. ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2991:30: note: Condition 'pdvLength==length' is always false 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:945:3: style: Variable 'requestedPresentationCtx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:947:4: style: Variable 'subItem' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:949:4: style: Variable 'scuscpRole' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2536:41: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2641:20: style: Parameter 'abortItems' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2721:31: style: Parameter 'abortItems' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3734:22: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3770:16: style: Parameter 'type' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3773:9: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3857:9: style: Variable 'TCPBufferLength' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3906:4: style: Variable 'scuscpRole' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:4022:40: style: Parameter 'abstractSyntax' can be declared as pointer to const [constParameterPointer] 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/dulprotocol.c:184:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:269:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:323:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:440:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1360:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1502:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1665:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2001:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2074:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2232:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2411:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2793:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:127:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:175:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:216:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:276:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:304:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:327:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_EVENT_REPORT_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:385:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:401:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_SET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:130:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REQINTERPRETATIONAPPROVER [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:165:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REQDIAGNOSISCODE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:329:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:383:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:503:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:536:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:624:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:673:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:839:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:876:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:985:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1029:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1096:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFPATIENTSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1144:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFVISITSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1184:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFSTUDYSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1225:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFRESULTSSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1267:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_PROCEDURECODE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1363:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFSTUDYCOMPONENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1410:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFSERIESSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1470:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFIMAGESEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1519:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFRESULTSSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1566:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFINTERPRETATIONSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1601:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ELEMENTNOTFOUND [valueFlowBailoutIncompleteVar] 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:209:47: style: Parameter 'local' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:301:44: style: Parameter 'request' can be declared as pointer to const. However it seems that 'sendEventReportCB' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:375:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:301:44: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/fis/event.c:302:31: style: Parameter 'response' can be declared as pointer to const. However it seems that 'sendEventReportCB' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:375:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:302:31: note: Parameter 'response' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/fis/event.c:302:47: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'sendEventReportCB' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:375:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:302:47: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/fis/event.c:321:4: style: Variable 'study' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:323:4: style: Variable 'patient' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:324:24: style: Variable 'results' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:325:31: style: Variable 'interp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:27: style: Parameter 'request' can be declared as pointer to const. However it seems that 'sendSetCB' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:431:7: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:27: note: Parameter 'request' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:53: style: Parameter 'response' can be declared as pointer to const. However it seems that 'sendSetCB' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:431:7: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:53: note: Parameter 'response' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:69: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'sendSetCB' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:431:7: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:69: note: Parameter 'ctx' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/fis/event.c:397:22: style: Variable 'study' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:398:24: style: Variable 'patient' can be declared as pointer to const [constVariablePointer] 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/fis.c:149:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:150:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:155:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:161:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:168:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:174:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:179:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:184:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:189:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:194:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:199:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:204:2: error: Memory leak: h [memleak] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:74:29: style: Parameter 'record' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:83:33: style: Parameter 'record' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:95:47: style: Parameter 'record' can be declared as pointer to const [constParameterPointer] 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:114:73: style: Parameter 'record' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:200:24: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:373:34: style: Variable 'patientSQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:374:34: style: Variable 'resultsSQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:375:27: style: Variable 'compSQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:487:53: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:662:32: style: Variable 'studySQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:663:23: style: Variable 'procedureSQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:665:26: style: Variable 'imageSQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:867:41: style: Variable 'interpSQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:868:32: style: Variable 'studySQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1020:34: style: Variable 'resultsSQ' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1021:35: style: Variable 'approver' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1075:43: style: Parameter 'patientUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1124:41: style: Parameter 'visitUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1168:41: style: Parameter 'studyUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1209:43: style: Parameter 'resultsUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1250:46: style: Parameter 'codeValue' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1250:63: style: Parameter 'codingScheme' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1251:13: style: Parameter 'codeMeaning' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:162:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:203:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:246:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:274:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:302:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:333:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:376:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:419:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:370:3: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:185:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:244:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:303:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:370:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:428:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:512:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:587:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:668:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:730:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:774:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] 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/fis/fisget.c:169:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:257:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:287:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:355:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:408:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:498:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:604:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:639:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:718:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:750:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:826:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:858:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:917:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:958:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1032:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1087:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1146:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1185:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1215:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1289:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1334:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1385:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1422:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1536:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] 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:162:19: style: Variable 'hp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:254:15: style: Variable 'fdp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:311:15: style: Variable 'fd' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:363:15: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1336:21: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2186:21: style: Variable 'remote' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2477:14: style: Parameter 'remoteNode' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2585:33: style: Parameter 'paramAddress' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2631:9: style: Variable 'TCPBufferLength' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2781:27: style: Parameter 'indent' can be declared as pointer to const [constParameterPointer] 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/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:165:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_PATIENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/record.c:209:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STUDY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/record.c:248:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STUDYCOMPONENT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/record.c:281:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_RESULTS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/record.c:328:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_INTERPRETATION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/record.c:366:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STORAGECOMMITTRANSACTION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:171:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:238:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:293:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:435:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/fis/update.c:508:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] 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:218:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:325:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:404:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flag [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:442:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:200:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:279:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:315:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFRESULTSSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:415:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:184:47: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:299:27: style: Parameter 'query' can be declared as pointer to const [constParameterPointer] 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/hap/hapbuildinterp.c:191:29: style: Parameter 'xl' can be declared as pointer to const [constParameterPointer] 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/hapbuildpatient.c:176:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:149:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:250:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:223:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:285:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFVISITSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:258:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFINTERPRETATIONSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:418:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:394:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] 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 [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:404:32: style: Variable 'visit' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:405:32: style: Variable 'study' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:140:23: style: Parameter 'xl' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:380:41: style: Variable 'interp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:381:32: style: Variable 'study' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:194:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:283:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:319:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFPATIENTSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:482:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:230:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:338:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:376:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFPATIENTSOPINSTANCEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:630:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:184:26: style: Parameter 'xl' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:463:34: style: Variable 'patient' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:464:32: style: Variable 'study' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:465:26: style: Variable 'code' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:221:26: style: Parameter 'xl' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:605:34: style: Variable 'patient' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:606:32: style: Variable 'visit' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:607:34: style: Variable 'results' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:608:26: style: Variable 'code' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:609:27: style: Variable 'component' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:120:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:257:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] 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/hunks/hunk_man.c:168:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:335:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:1275:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_EX [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:1307:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_SH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:1329:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_UN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:102:17: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:244:15: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:832:33: style: Parameter 'address' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:1018:27: style: Parameter 'add' can be declared as pointer to const [constParameterPointer] 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/his/hisdb.c:199:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:303:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:443:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:518:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:662:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:788:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:913:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1028:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1130:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1209:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1276:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1355:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1422:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1499:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1565:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1642:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1710:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1791:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1885:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2014:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2192:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2405:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2511:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2697:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2806:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2923:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3044:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3133:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3190:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3250:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3381:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3455:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3493:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3531:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3569:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3608:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3645:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3675:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3705:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3734:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3762:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3915:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:139:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:211:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PART10FILE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:415:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:519:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_K_QIMAGEUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:584:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_K_QIMAGEUID [valueFlowBailoutIncompleteVar] 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:110:28: style: Parameter 'moveAETitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:381:47: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:498:27: style: Parameter 'query' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:150:17: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:326:15: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:1100:27: style: Parameter 'add' can be declared as pointer to const [constParameterPointer] 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/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:107:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:159:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:296:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:349:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:407:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] 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/icon/icon.c:102:55: style: Parameter 'studyoffset' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:291:51: style: Parameter 'studyicon' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:337:53: style: Parameter 'studyoffset' can be declared as pointer to const [constParameterPointer] 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:155:20: style: Parameter 'dbkey' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3440:34: style: Parameter 'visituid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3478:32: style: Parameter 'studyuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3516:34: style: Parameter 'studyuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3554:34: style: Parameter 'resultsuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3593:42: style: Parameter 'interpsuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3632:37: style: Parameter 'interpsuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3662:29: style: Parameter 'resultsuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3692:29: style: Parameter 'visituid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3721:29: style: Parameter 'studyuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3749:27: style: Parameter 'studyuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3776:23: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3792:21: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3808:21: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3824:23: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3840:30: style: Parameter 'uid' can be declared as pointer to const [constParameterPointer] 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:399:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EQUAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:421:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:475:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:526:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:667:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAC_IDB [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:836:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAC_IDB [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:947:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1531:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1542:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1598:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1615:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1632:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1733:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable callback [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1767:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2244:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2777:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3099:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3307:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3406:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3526:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3628:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3756:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3793:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:4241:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5223:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5830:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5884:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:82:49: style: Parameter 'srcApp' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:82:63: style: Parameter 'destApp' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:83:10: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:83:26: style: Parameter 'fileName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:107:9: style: Parameter 'tempFile' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:149:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:421:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:679:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:950:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1100:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1266:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1339:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1418:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1635:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_CS_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1694:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:461:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:561:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:667:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:677:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_ISO2022JP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:728:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:775:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:874:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:889:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_ISO2022JP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1011:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1091:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1183:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EQUAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1224:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1345:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1437:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1479:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1533:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1584:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1738:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1971:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2537:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2548:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2604:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2621:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2638:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2740:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable callback [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2777:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3247:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3829:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4140:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4348:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4457:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4587:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4693:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4821:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4859:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:5325:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6239:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_ASCII [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6417:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6878:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6932:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6998:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:808:24: warning: Logical disjunction always evaluates to true: ie_attr->requirement != 0 || ie_attr->requirement != 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:1741:22: style: Parameter 'classUID' can be declared as pointer to const [constParameterPointer] 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/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/irs/irs.c:89:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:193:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:229:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:253:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:358:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_SIGNED4 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:442:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_SIGNED4 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:507:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:194:2: error: Memory leak: h [memleak] 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/lst/lst.c:503:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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/manage/control.c:137:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:299:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:448:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:710:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:740:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:852:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:877:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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:120:37: style: Parameter 'requestingTitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:120:60: style: Parameter 'respondingTitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:453:50: style: Parameter 'requestingTitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:454:13: style: Parameter 'respondingTitle' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:506:49: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:516:9: style: Variable 'lbl' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:592:49: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:603:9: style: Variable 'lbl' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/manage/control.c:735:21: style: Variable 'h' can be declared as pointer to const [constVariablePointer] 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:784:16: style: Variable 'statCount' 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/delete.c:167:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:200:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:243:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:274:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:298:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:322:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:358:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:394:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] 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:165:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:211:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:252:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:283:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:328:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:408:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:454:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:489:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] 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/select.c:249:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:333:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:379:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:404:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:454:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:534:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:569:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:638:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:663:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:729:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:755:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:836:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:860:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:935:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:960:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/select.c:1036:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] 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/manage/set.c:231:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/manage/set.c:218:7: style: Variable 'ae' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:72:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ECHO_REQUEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:130:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ECHO_RESPONSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:188:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STORE_REQUEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:275:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STORE_RESPONSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:345:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_FIND_REQUEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:407:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_FIND_RESPONSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:470:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_MOVE_REQUEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:536:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_MOVE_RESPONSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:63:40: style: Parameter 'echoRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:121:42: style: Parameter 'echoResp' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:179:42: style: Parameter 'store' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:265:44: style: Parameter 'store' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:336:40: style: Parameter 'find' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:398:42: style: Parameter 'find' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:461:40: style: Parameter 'move' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:527:42: style: Parameter 'move' can be declared as pointer to const [constParameterPointer] 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/cparse.c:91:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:149:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:221:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:294:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:351:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:410:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:469:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:519:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_SUCCESSUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:613:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:633:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATAOTHER [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:652:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:690:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:707:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:720:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:737:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:751:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:767:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:780:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:826:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:1158:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ELEMENT [valueFlowBailoutIncompleteVar] 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/dump.c:311:35: style: Parameter 'echo' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:335:37: style: Parameter 'echo' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:361:37: style: Parameter 'store' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:391:39: style: Parameter 'store' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:789:39: style: Parameter 'delete' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:955:7: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:971:7: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:987:7: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:1003:7: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:1019:7: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:1044:7: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:1069:7: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:1106:7: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:1147:4: style: Variable 'msg' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:1034:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:1221:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:1351:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] 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/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:65:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] 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/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/messages/nbuild.c:63:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_EVENT_REPORT_REQUEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:116:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_EVENT_REPORT_REQUEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:172:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_GET_REQUEST [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:232:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_GET_RESPONSE [valueFlowBailoutIncompleteVar] 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/messages/nbuild.c:286:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_SET_REQUEST [valueFlowBailoutIncompleteVar] 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/messages/nbuild.c:336:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_SET_RESPONSE [valueFlowBailoutIncompleteVar] 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/messages/nbuild.c:388:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_SET_REQUEST [valueFlowBailoutIncompleteVar] 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/messages/nbuild.c:440:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_ACTION_RESPONSE [valueFlowBailoutIncompleteVar] 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/messages/nbuild.c:495:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_CREATE_REQUEST [valueFlowBailoutIncompleteVar] 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/messages/nbuild.c:545:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_CREATE_RESPONSE [valueFlowBailoutIncompleteVar] 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/messages/nbuild.c:598:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_DELETE_REQUEST [valueFlowBailoutIncompleteVar] 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:161:19: style: Parameter 'dbkey' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:594:26: style: Parameter 'imageuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:630:27: style: Parameter 'seriesuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:666:26: style: Parameter 'studyuid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:702:23: style: Parameter 'patid' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:943:28: style: Parameter 'snode' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:970:26: style: Parameter 'snode' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3067:49: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3106:47: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3145:48: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3184:47: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:3223:47: style: Parameter 'p' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:4530:28: style: Parameter 'date' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:4646:20: style: Parameter 'datestring' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/database/database.c:4697:20: style: Parameter 'timestring' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:54:29: style: Parameter 'eventReportRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:107:32: style: Parameter 'eventReportResp' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:163:24: style: Parameter 'getRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:223:26: style: Parameter 'getResp' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:277:24: style: Parameter 'getRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:327:26: style: Parameter 'setResp' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:379:27: style: Parameter 'actionRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:431:30: style: Parameter 'actionResp' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:486:27: style: Parameter 'createRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:536:30: style: Parameter 'createResp' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:589:27: style: Parameter 'deleteRequest' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:640:26: style: Parameter 'deleteResponse' can be declared as pointer to const [constParameterPointer] 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:85:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:146:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:261:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:321:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:377:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:440:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:498:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:558:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:617:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:672:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:731:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/messages/ref_item.c:122:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] 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:236:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm1.c:201:61: style: Parameter 'fileMeta' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcmcond.c:155:1: portability: Omitted return type of function 'DCM_DumpVector' defaults to int, this is not supported by ISO C99 and later standards. [returnImplicitInt] 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/dcm.c:269:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:342:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:406:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:477:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:799:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1048:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1279:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1374:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1723:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U32 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1920:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U32 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2068:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2148:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2263:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2318:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2389:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2463:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2522:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2585:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2868:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2936:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3020:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3144:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3343:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3474:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3697:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3844:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4025:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4148:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4413:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4436:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4464:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4596:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4915:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5658:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5734:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5758:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5937:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6053:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6138:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6274:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6336:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6614:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7084:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7321:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7533:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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:174:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcmsupport.c:253:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/objects/dcmsupport.c:104:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] 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/print.c:466:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/print/print.c:708:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/print/print.c:694:4: style: Variable 'refPrint' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/print/print.c:837:7: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/print/print.c:883:7: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/print/print.c:927:7: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/print/print.c:966:7: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 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:617:4: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] 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/services/find.c:83:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPMODALITYWORKLIST_FIND [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/find.c:199:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/find.c:455:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] 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:443:10: style: Variable 'pendingNullMsg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/facilities/services/find.c:446:10: style: Variable 'notPendingnotNullMsg' can be declared as const array [constVariable] 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/get.c:247:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/get.c:505:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/get.c:799:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_CANCEL_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/get.c:885:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/get.c:1008:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSCOMPUTEDRADIOGRAPHY [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/get.c:1056:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_NORMAL [valueFlowBailoutIncompleteVar] 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:493:10: style: Variable 'pendingMsg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/facilities/services/get.c:1005:24: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] 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/move.c:201:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/move.c:459:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] 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/move.c:449:10: style: Variable 'pendingMsg' can be declared as const array [constVariable] ctn-3.2.0+dfsg.orig/facilities/services/naction.c:196:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_ACTION_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/naction.c:357:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/ncreate.c:197:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_CREATE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/ncreate.c:361:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] 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/ndelete.c:189:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/ndelete.c:341:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/neventreport.c:193:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_EVENT_REPORT_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/neventreport.c:353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] 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:190:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/nget.c:349:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] 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/nset.c:194:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_SET_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/nset.c:354:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/private.c:122:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_PRESENTATION_ACCEPT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/private.c:97:54: style: Parameter 'classUID' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/services/send.c:153:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ENCAPSULATEDPIXELS [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/send.c:194:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/send.c:334:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/send.c:453:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] 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:188:29: style: Parameter 'context' can be declared as pointer to const [constParameterPointer] 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/services.c:223:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:317:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:453:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:962:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1134:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1219:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1334:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1533:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_CANCEL_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1705:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1792:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1843:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1967:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/services.c:2029:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_AFTER [valueFlowBailoutIncompleteVar] 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:1834:18: style: Parameter 'dirName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/services/services.c:1893:4: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/services/services.c:2008:30: style: Parameter 'commandEntry' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/services/services.c:152:11: style: struct member 'COMMAND_ENTRY::reserved' is never used. [unusedStructMember] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:307:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:332:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:399:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:484:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:530:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:638:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:739:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:916:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:1063:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:1174:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] 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:545:25: style: Variable 'xferItem' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:642:9: style: Variable 'prefix' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:1071:9: style: Variable 'prefix' can be declared as pointer to const [constVariablePointer] 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/srv2.c:209:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:413:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:584:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_CANCEL_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:759:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:837:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:889:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:951:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_AFTER [valueFlowBailoutIncompleteVar] 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:814:18: style: Parameter 'dirName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:930:30: style: Parameter 'commandEntry' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:107:11: style: struct member 'COMMAND_ENTRY::reserved' is never used. [unusedStructMember] 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/storage.c:133:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:143:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:172:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIR_IMPLEMENTATIONCLASSUID [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:297:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_STORE_REQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:522:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_STORE_RESP [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:675:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSCOMPUTEDRADIOGRAPHY [valueFlowBailoutIncompleteVar] 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:126:24: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'callbackFunction' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:154:32: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/services/storage.c:126:24: note: Parameter 'buf' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/services/storage.c:163:55: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:519:11: style: Variable 'paramValue' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/services/storage.c:672:24: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] 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/services/verify.c:161:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSVERIFICATION [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/services/verify.c:291:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] 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/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: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DCM_TAG {aka 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: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'PRV_ELEMENT_ITEM * {aka 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: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DCM_TAG {aka unsigned long}'. [invalidPrintfArgType_uint] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4803:4: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DCM_TAG {aka 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/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/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:589:58: style: Parameter 'element' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1007:22: style: Variable 'q' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1202:18: style: Variable 'q' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2709:62: style: Parameter 'element' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2763:4: style: Variable 'elementItem' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2922:30: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3415:58: style: Parameter 'element' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3575:11: style: Variable 'c' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3576:20: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3687:9: style: Variable 'p' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3827:4: style: Variable 'element' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3994:17: style: Variable 'element' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4401:17: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'writeFile' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2076:37: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4401:17: note: Parameter 'buffer' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4406:10: style: Variable 'fd' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5755:12: style: Variable 'vrPtr' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6044:28: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6061:20: style: Variable 'localPtr' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6238:35: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6820:17: style: Variable 'q' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6883:15: style: Parameter 'ss' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6895:14: style: Parameter 'sl' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6907:24: style: Parameter 'us' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6918:14: style: Parameter 'ul' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6929:23: style: Parameter 'c' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7223:9: style: Variable 'sqObject' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7260:9: style: Variable 'sqObject' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7499:50: style: Parameter 'fragment' can be declared as pointer to const [constParameterPointer] 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/sq/sequences.c:1585:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_SQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1805:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1960:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_SQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2058:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2087:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2115:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2145:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2174:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2207:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2272:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2304:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2332:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2360:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2388:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2416:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2444:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2465:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDATA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2494:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDATA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2522:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDREFERENCEDIMAGESEQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2553:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIPATIENTORIENTATIONMODIFIERCODESEQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2587:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDANATOMICREGIONMODIFIERSEQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2620:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDPRIMARYANATOMICSTRUCTUREMODIFIERSEQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2654:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIENERGYWINDOWRANGESEQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2687:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIRADIONUCLIDECODESEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2721:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIRADIOPHARMROUTECODESEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2756:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMICALIBRATIONDATASEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2790:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIRADIOPHARMCODESEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2823:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ACQINTERVENTIONDRUGCODESEQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2856:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIVIEWCODESEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2887:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIVIEWANGULATIONMODIFIERCODESEQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2921:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIDATAINFORMATIONSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2952:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMITIMESLOTINFOSEQUENCE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2980:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDATA [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:3005:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDATA [valueFlowBailoutIncompleteVar] 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/tbl/sybase.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAIL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:376:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCEED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:614:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCEED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:807:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCEED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:977:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCEED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1062:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBMAXCOLNAME [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1314:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT_EXIT [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1859:8: style: 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/sq/sequences.c:2016:4: style: Variable 'item' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1310:10: style: Parameter 'dberrstr' can be declared as pointer to const. However it seems that 'syb_err_handler' is a callback function, if 'dberrstr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:132:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1310:10: note: Parameter 'dberrstr' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1310:26: style: Parameter 'oserrstr' can be declared as pointer to const. However it seems that 'syb_err_handler' is a callback function, if 'oserrstr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:132:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1310:26: note: Parameter 'oserrstr' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1326:39: style: Parameter 'dbproc' can be declared as pointer to const. However it seems that 'syb_msg_handler' is a callback function, if 'dbproc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:133:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1326:39: note: Parameter 'dbproc' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:10: style: Parameter 'msgtext' can be declared as pointer to const. However it seems that 'syb_msg_handler' is a callback function, if 'msgtext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:133:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:10: note: Parameter 'msgtext' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:25: style: Parameter 'srvname' can be declared as pointer to const. However it seems that 'syb_msg_handler' is a callback function, if 'srvname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:133:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:25: note: Parameter 'srvname' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:40: style: Parameter 'procname' can be declared as pointer to const. However it seems that 'syb_msg_handler' is a callback function, if 'procname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:133:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:40: note: Parameter 'procname' can be declared as pointer to const 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/tbl/ufs.c:114:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:281:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:483:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:492:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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:247:9: style: Variable 'env' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:379:52: style: Parameter 'fieldName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:411:52: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:445:37: style: Parameter 'fieldName' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:480:37: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:488:38: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] 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/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/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/uid/uid.c:587:26: style: Parameter 'block' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/uid/uid.c:655:9: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/xutl/xutl.c:46:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/xutl/xutl.c:133:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/xutl/xutl.c:291:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:762:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:797:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:1016:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] 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/xutl/xutl.c:30:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] 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:180:24: style: Parameter 'regex' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:457:21: style: Parameter 'datestring' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:508:21: style: Parameter 'timestring' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:564:9: style: Variable 'tf' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:584:9: style: Variable 'tf' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:669:24: style: Variable 't' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:832:18: style: Variable 'dp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:881:11: style: Variable 'token1' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:882:11: style: Variable 'token2' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:913:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] 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:41:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_CS_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:134:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_AE [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:187:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:204:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:214:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:246:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:281:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:304:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:361:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:478:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:534:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:555:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:581:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:597:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:621:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:648:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:665:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:724:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_SQ [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:746:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:774:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:796:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:816:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1172:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_PN_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1241:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DS_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1425:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1451:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1502:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1533:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1627:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1665:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1788:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1860:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1957:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2017:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_US [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2040:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2106:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDESCRIPTRED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2238:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2361:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2433:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2533:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2619:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2643:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDESCRIPTRED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2696:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLOOKUPDATARED [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2747:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DS_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2861:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_CS_LENGTH [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3121:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_OB [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3166:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_US [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3258:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3316:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_MATCHCONTINUING [valueFlowBailoutIncompleteVar] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3350:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_REQ [valueFlowBailoutIncompleteVar] 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:2595:35: style: Parameter 'field' can be declared as pointer to const. However it seems that 'MBCBDel_CollectImages' is a callback function, if 'field' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2420:62: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2595:35: note: Parameter 'field' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2612:35: style: Parameter 'field' can be declared as pointer to const. However it seems that 'MBCBDel_CollectSeries' is a callback function, if 'field' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2398:62: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2612:35: note: Parameter 'field' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2629:36: style: Parameter 'field' can be declared as pointer to const. However it seems that 'MBCBDel_CollectStudies' is a callback function, if 'field' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2377:58: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2629:36: note: Parameter 'field' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2770:4: style: Variable 'pathandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2771:3: style: Variable 'stuhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2802:11: style: Variable 'encodingString' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3274:11: style: Variable 'encodingString' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3823:4: style: Variable 'pathandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3824:3: style: Variable 'stuhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3825:3: style: Variable 'serhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3853:11: style: Variable 'encodingString' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6869:38: style: Parameter 'field' can be declared as pointer to const. However it seems that 'MBCBIns_CollectInstances' is a callback function, if 'field' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6652:59: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6869:38: note: Parameter 'field' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6918:4: style: Variable 'pathandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6919:3: style: Variable 'stuhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6920:3: style: Variable 'serhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:7009:15: style: Variable 'hc' can be declared as pointer to const [constVariablePointer] 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:6546:13: error: Uninitialized variable: buf [uninitvar] 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/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: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:1468:18: style: Variable 'c' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1689:10: style: Variable 'sp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2069:26: style: Parameter 'descriptor' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2069:43: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2096:9: style: Variable 'ctx' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2262:10: style: Variable 'sp' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2749:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3050:12: style: Parameter 'env' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3210:12: style: Parameter 'env' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3296:12: style: Parameter 'env' can be declared as pointer to const [constParameterPointer] 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] 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:1589:33: style: Parameter 'field' can be declared as pointer to const. However it seems that 'CBDel_CollectImages' is a callback function, if 'field' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1410:62: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1589:33: note: Parameter 'field' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1606:33: style: Parameter 'field' can be declared as pointer to const. However it seems that 'CBDel_CollectSeries' is a callback function, if 'field' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1387:62: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1606:33: note: Parameter 'field' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1623:34: style: Parameter 'field' can be declared as pointer to const. However it seems that 'CBDel_CollectStudies' is a callback function, if 'field' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1365:58: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1623:34: note: Parameter 'field' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1760:4: style: Variable 'pathandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1761:3: style: Variable 'stuhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2771:4: style: Variable 'pathandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2772:3: style: Variable 'stuhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2773:3: style: Variable 'serhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5095:33: style: Parameter 'regex' can be declared as pointer to const [constParameterPointer] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5821:36: style: Parameter 'field' can be declared as pointer to const. However it seems that 'CBIns_CollectInstances' is a callback function, if 'field' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5584:59: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5821:36: note: Parameter 'field' can be declared as pointer to const ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5870:4: style: Variable 'pathandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5871:3: style: Variable 'stuhandle' can be declared as pointer to const [constVariablePointer] ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5872:3: style: Variable 'serhandle' can be declared as pointer to const [constVariablePointer] 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:5365:13: error: Uninitialized variable: buf [uninitvar] 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] diff: head ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/load_sopClasses.c:212:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/load_sopClasses.c:254:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable itemNo_selected2 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:437:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/netWork.c:471:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:427:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:541:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:626:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:678:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/assoc_tool/topLevelShell1.c:895:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:161:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_FISACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:219:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:252:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/FISAccessForm.c:275:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:150:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATION_COMMENT [valueFlowBailoutIncompleteVar] 2.13.0 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] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:171:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:233:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:266:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATION_TITLE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/applicationForm.c:318:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/cfg_ctn_tables.c:240:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:103:45: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:104:31: style: Parameter 'p2' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:138:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS_OWNER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:162:43: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:162:68: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:175:45: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/format.c:175:71: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:155:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_GROUPNAMES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:203:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:236:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/groupNamesForm.c:315:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:150:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:196:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS_TITLE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:277:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:309:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageAccessForm.c:332:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:151:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:188:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL_REQUESTING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:263:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:296:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/imageStorageControlForm.c:319:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:151:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:169:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:223:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:258:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/printServerCFGForm.c:307:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:164:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_SECURITYMATRIX [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:211:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:275:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/securityForm.c:331:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:160:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_VIDEOIMAGEDEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:238:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:270:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/cfg_ctn_tables/videoImageForm.c:293:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:178:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:202:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:303:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:343:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:353:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:365:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:377:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:398:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/clone_study.c:451:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:155:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_PATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:171:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:187:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:202:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_SERIES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/clone_study/remap.c:217:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_IMAGE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/create_greyscale_module/create_greyscale_module.c:262:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:178:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:195:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:222:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:251:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:291:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:340:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:381:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctn_validate_mb/ctn_validate_mb.c:99:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ctnnetwork/pq_ctnnetwork.c:105:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONN_INOPEN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:238:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:392:16: style: Redundant assignment of 'diag_level' to itself. [selfAssignment] 2.13.0 ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:392:16: warning: Redundant assignment of 'diag_level' to itself. [selfAssignment] head ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:427:13: style: Redundant assignment of 'd_level' to itself. [selfAssignment] 2.13.0 ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:427:13: warning: Redundant assignment of 'd_level' to itself. [selfAssignment] head ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:430:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dbfill/dbfill.c:452:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_add_fragments/dcm_add_fragments.c:97:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:212:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:247:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:397:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:451:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_OB [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:512:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_OT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:597:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_create_object/dcm_create_object.c:704:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_ctnto10/dcm_ctnto10.c:191:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:182:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S32 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:218:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:254:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:366:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_diff/dcm_diff.c:494:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:126:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_dump_compressed/dcm_dump_compressed.c:223:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:147:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:255:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_dump_element/dcm_dump_element.c:400:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_dump_file/dcm_dump_file.c:265:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_iterator/dcm_iterator.c:152:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_iterator/dcm_iterator.c:289:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:185:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:239:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_make_object/dcm_make_object.c:375:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:362:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:396:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:474:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:544:20: style: Variable 'p8' can be declared as pointer to const [constVariablePointer] head ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:554:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:635:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_map_to_8/dcm_map_to_8.c:803:85: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:118:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_mask_image/dcm_mask_image.c:332:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:176:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:193:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:216:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:243:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:259:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_mb_to_euc/dcm_mb_to_euc.c:97:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:214:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:268:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_elements/dcm_modify_elements.c:405:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PXLPIXELDATA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:260:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:295:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:417:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PXLPIXELDATA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:507:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:564:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_modify_object/dcm_modify_object.c:728:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:141:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_pixel_bits/dcm_pixel_bits.c:338:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:231:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_AE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:79:47: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'uidCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:135:21: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dcm_print_dictionary/dcm_print_dictionary.c:79:47: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:137:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_replace_element/dcm_replace_element.c:228:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_resize/dcm_resize.c:299:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_rm_element/dcm_rm_element.c:176:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_rm_group/dcm_rm_group.c:185:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:236:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITOA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:300:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOI [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:339:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:380:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITOA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:430:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:489:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:550:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_snoop/dcm_snoop.c:636:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_strip_odd_groups/dcm_strip_odd_groups.c:135:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_template/dcm_template.c:290:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:167:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S32 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:203:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:239:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:432:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:440:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_html/dcm_to_html.c:544:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:167:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:246:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_text/dcm_to_text.c:316:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:174:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:245:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_to_xml/dcm_to_xml.c:318:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:577:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_TAG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:629:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_verify/dcm_verify.c:825:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:101:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:108:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PATNAME [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:119:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_RELSTUDYINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:130:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDMODALITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:138:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDCONVERSIONTYPE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:145:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:151:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_RELIMAGENUMBER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:187:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:207:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:224:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:288:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:319:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:350:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_vr_patterns/dcm_vr_patterns.c:394:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/image_utils.c:1366:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SEV_INFORM [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:108:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:167:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCCOPY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:193:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HEAP_ZERO_MEMORY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:245:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:280:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:290:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:314:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRCCOPY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dcm_w_disp/windows_disp.c:63:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HORZRES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:348:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:372:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:403:31: style: Parameter 'request' can be declared as pointer to const. However it seems that 'echoCallback' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:274:9: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:403:31: note: Parameter 'request' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/dicom_echo/dicom_echo.c:412:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:1581:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/displays/image_utils.c:431:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/displays/pq_ctndisp.c:104:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONN_INOPEN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fillRSA/fillRSA.c:160:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fillRSA/fillRSAImpInterp.c:149:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:193:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:229:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:317:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fillRSA/work.c:461:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDYCOMPONENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:342:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:393:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:437:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/association.c:483:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:244:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:261:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/fis_server.c:282:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/ncreate.c:162:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSDETACHEDPATIENTMGMT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/ncreate.c:206:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:202:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSDETACHEDPATIENTMGMT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:255:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:282:26: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:282:52: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:283:18: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:350:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:390:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDYCOMP_PROCODSCHDES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:455:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nget.c:506:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_INTERPRETATION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:178:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSDETACHEDPATIENTMGMT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:216:28: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:216:54: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:217:20: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:251:26: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:251:52: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:252:18: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:268:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:306:28: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:306:54: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:307:20: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:345:35: style: Parameter 'request' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:345:61: style: Parameter 'response' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:346:20: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/fis_server/nset.c:389:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:254:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:313:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/requests.c:346:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:207:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/fis_server/wlma_server.c:228:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:177:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:202:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/create_db_entry.c:304:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:221:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:247:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/create_print_entry.c:351:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:166:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:231:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICON_SIZE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/icon_append_file.c:287:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/icon_append_index.c:182:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/icon/icon_append_index.c:228:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:136:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:152:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_dump/idb_dump.c:175:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:233:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NOMATCHES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:272:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:314:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:357:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:393:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_IMAGE_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:469:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_IMAGE_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:538:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/applicationShell1.c:585:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable applicationShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/idb_viewer/idb_viewer.c:233:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:162:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:172:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:203:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:233:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:262:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:290:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:318:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_agent.c:367:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:146:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:253:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:367:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:415:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:445:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_cleaner.c:458:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:177:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:200:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:253:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:285:17: style: Parameter 'arg' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:364:27: style: Parameter 'association' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:365:39: style: Parameter 'service' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/image_archive/archive_server.c:439:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:472:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:524:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:569:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/association.c:623:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:428:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:480:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:525:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/association_dummy.c:579:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:212:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:233:9: style: Variable 'network' can be declared as pointer to const [constVariablePointer] head ctn-3.2.0+dfsg.orig/apps/image_archive/cget.c:506:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:113:47: style: Parameter 'eventReportRequest' can be declared as pointer to const. However it seems that 'eventRequestCallback' is a callback function, if 'eventReportRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:499:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:113:47: note: Parameter 'eventReportRequest' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:114:34: style: Parameter 'eventReportResponse' can be declared as pointer to const. However it seems that 'eventRequestCallback' is a callback function, if 'eventReportResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:499:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:114:34: note: Parameter 'eventReportResponse' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:115:14: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'eventRequestCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:499:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:115:14: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:156:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFERENCEDSOPSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:206:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_FAILEDSOPSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:240:28: style: Parameter 'q' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:310:52: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:240:28: note: Parameter 'q' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:240:49: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:310:52: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:240:49: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:242:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:287:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:365:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:491:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATAOTHER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/commit_result.c:564:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/dump_commit_requests.c:131:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/dump_commit_requests.c:160:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/dump_commit_requests.c:190:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:210:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/find.c:381:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:242:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:579:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:626:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/move.c:670:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:195:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:360:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSSTORAGECOMMITMENTPUSHMODEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:373:28: style: Parameter 'q' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'q' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:485:52: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:373:28: note: Parameter 'q' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:373:54: style: Parameter 'lst' can be declared as pointer to const. However it seems that 'selectCallback' is a callback function, if 'lst' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:485:52: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:373:54: note: Parameter 'lst' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:375:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:385:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFERENCEDSOPSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:399:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_FAILEDSOPSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:423:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_ACTION_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/naction.c:461:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:206:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuDat [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:225:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_Mod [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:241:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_IMA_ImaNum [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:283:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:545:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:566:44: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:544:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:566:44: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:569:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:578:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatNam [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:625:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:642:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPPATIENTQUERY_FIND [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:676:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:749:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parse.c:795:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:578:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:599:29: style: Parameter 'e' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'e' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:577:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:599:29: note: Parameter 'e' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:599:38: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:577:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:599:38: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:604:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:613:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatNam [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:660:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:677:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPPATIENTQUERY_FIND [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:704:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:751:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/parseMB.c:785:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:167:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:195:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:231:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:258:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:288:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:319:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:353:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:403:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:440:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNNETWORK_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/queue.c:473:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTNDISP_Queue [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:326:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:399:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:434:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:487:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:576:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IE_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:608:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests.c:879:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:294:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:367:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:402:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:526:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IE_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:561:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_archive/requests_dummy.c:599:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/association.c:416:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/association.c:467:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/association.c:511:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/association.c:557:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:207:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:228:9: style: Variable 'network' can be declared as pointer to const [constVariablePointer] head ctn-3.2.0+dfsg.orig/apps/image_server/cget.c:489:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:160:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:171:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/fillImageDB.c:190:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/find.c:190:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/find.c:321:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:334:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:348:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:370:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/image_server.c:410:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/move.c:215:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_PATIENT_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/move.c:460:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/move.c:495:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/move.c:541:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:278:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:434:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:455:38: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'queryCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:433:42: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:455:38: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:458:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:467:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatNam [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:508:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:525:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPPATIENTQUERY_FIND [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:552:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:599:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/parse.c:633:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:273:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:340:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:375:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:429:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:494:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IE_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/requests.c:552:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/image_server/test_storage.c:120:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:135:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:171:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:208:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_GROUPNAMES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:234:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:276:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:309:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_SECURITYMATRIX [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:335:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_FISACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:378:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:408:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_VIDEOIMAGEDEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:467:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:483:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_GROUPNAMES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:498:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:513:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGECONTROL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:528:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_SECURITYMATRIX [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:543:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_FISACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:558:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:573:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_VIDEOIMAGEDEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:620:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/load_control/load_control.c:87:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:127:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:154:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:202:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:243:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PATNAME [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:300:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PATNAME [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:459:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:628:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_query/mb_query.c:652:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:152:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:169:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:197:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:245:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDSPECIFICCHARACTER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mb_xlate_test/mb_xlate_test.c:263:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:151:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:185:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:330:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/mwlQuery/mwlQuery.c:354:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/new_uids/new_uids.c:158:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/new_uids/new_uids.c:311:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/fileSelectionBoxDialog1.c:202:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:360:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:384:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtGrabNone [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:486:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNitemCount [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:592:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNitemCount [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:685:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmSTRING_DEFAULT_CHARSET [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/object_viewer/topLevelShell1.c:790:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:271:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:294:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex1_initiator.c:330:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:226:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSMR [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:266:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:289:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex2_initiator.c:346:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:338:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:377:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:439:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:474:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:517:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_acceptor.c:597:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:229:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSMR [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:269:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:292:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex3_initiator.c:355:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:391:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:436:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:521:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_acceptor.c:586:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:230:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSDETACHEDPATIENTMGMTMETA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:270:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:293:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pdu_examples/ex4_initiator.c:329:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/ImageAttribute.c:187:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/applicationShell1.c:223:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable applicationShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/association.c:182:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:546:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNmenuHistory [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:723:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSBASICFILMSESSION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmBoxForm.c:812:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:171:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSGREYSCALEPRINTMGMTMETA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmInformationForm.c:202:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:275:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAPER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:360:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSGREYSCALEPRINTMGMTMETA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:404:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/filmSessionForm.c:437:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1097:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1206:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1298:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable object [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:1408:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:277:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:391:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICON_XSIZE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:472:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:537:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:581:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:643:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Multi_select [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:729:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICON_SIZE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:771:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICON_SIZE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/icon.c:887:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSBASICGREYSCALEIMAGEBOX [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/pmgr_motif.c:296:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1002:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_CREATE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1101:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1216:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_SET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1311:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1424:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1487:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1565:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1609:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:1670:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:227:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:299:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:693:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:757:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:822:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_CREATE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/print_shared.c:912:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:207:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmDIALOG_TEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:249:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmDIALOG_TEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/pmgr_motif/selectPrinterDialog.c:294:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1048:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1090:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BIB_IMAGEPOSITION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1171:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1210:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1253:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1295:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1332:36: style: Parameter 'deleteRequest' can be declared as pointer to const. However it seems that 'ndeleteCallback' is a callback function, if 'deleteRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1307:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1332:36: note: Parameter 'deleteRequest' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1334:9: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'ndeleteCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1307:29: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1334:9: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1337:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1367:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1391:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:1426:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable messageID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:218:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSGREYPRINTMGMTMETA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:447:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:548:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:612:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:665:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:705:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRINTER_STATUS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:801:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BFS_COPIES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:891:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/client_support.c:936:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BFB_IMAGEDISPLAYFORMAT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:176:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:213:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:245:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:278:36: style: Parameter 'deleteRequest' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:280:9: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_callback.c:284:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:334:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:628:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_client.c:652:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:128:42: style: Parameter 'params' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:129:26: style: Parameter 'bfsAttributes' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:130:15: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:146:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_client_private.c:183:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSBASICFILMSESSION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_mgr_private.c:121:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_mgr_private.c:162:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_mgr_private.c:199:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:305:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:325:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_query.c:349:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1051:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_CREATE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1148:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1338:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_SET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1435:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1560:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1623:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1702:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1746:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:1807:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:237:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:309:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:704:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:769:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:834:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_N_CREATE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_clients/print_shared.c:924:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/action.c:176:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_ACTION_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/action.c:311:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_UNRECOGNIZEDOPERATION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/association.c:396:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/association.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/association.c:501:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/association.c:552:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/association.c:577:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/create.c:221:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_BFS_K_COPIES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/create.c:481:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_BFB_K_IMAGEDISPLAYFORMAT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/create.c:825:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFPRINT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/create.c:880:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_UNRECOGNIZEDOPERATION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/delete.c:147:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_DELETE_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/get.c:199:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_PRINTER_K_STATUS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/get.c:426:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_UNRECOGNIZEDOPERATION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:396:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:501:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:552:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/passociation.c:577:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_PRINTSERVERCFG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:219:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:319:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/prequests.c:353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:438:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:477:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:514:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WNOHANG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:562:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:590:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:659:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/print_server.c:705:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GQ_ELEM [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:219:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:319:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/requests.c:353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/set.c:246:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/set.c:463:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRN_BFS_K_COPIES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/set.c:643:33: style: Parameter 'nsetRequest' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_server/set.c:644:20: style: Parameter 'nsetResponse' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_server/set.c:645:45: style: Parameter 'pc' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_server/set.c:645:9: style: Parameter 'sendBack' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/print_server/set.c:957:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/set.c:985:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_UNRECOGNIZEDOPERATION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:331:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSBASICFILMSESSION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:439:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:534:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:624:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GQ_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:724:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/utils.c:842:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_TAG [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:1201:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:595:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:680:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/print_server/verify.c:867:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:228:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPPATIENTQUERY_FIND [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:282:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:320:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:344:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/patient_query.c:382:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:214:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:253:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:318:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELPATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:361:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_MATCHCONTINUING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:426:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:489:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:526:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELSTUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:571:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_MATCHCONTINUING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:611:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:653:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELSERIES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:707:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_MATCHCONTINUING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:744:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:784:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:808:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/query_client/query_interface.c:816:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELSTUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:335:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:386:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:430:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:476:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:516:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/association.c:548:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/event.c:170:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:126:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:161:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:194:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_RESREFERENCEDINTERPSEQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:250:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:285:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDYCOMPONENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:329:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS_INTERPRETATIONLIST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:379:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PAT_PATUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:425:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STU_RESULTSLIST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:528:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:583:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:628:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:78:31: style: Parameter 'req' can be declared as pointer to const. However it seems that 'eventCallback' is a callback function, if 'req' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:259:28: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:78:31: note: Parameter 'req' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:78:53: style: Parameter 'resp' can be declared as pointer to const. However it seems that 'eventCallback' is a callback function, if 'resp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:259:28: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:78:53: note: Parameter 'resp' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:79:14: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'eventCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:259:28: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:79:14: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/ris_gateway/procevent.c:92:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_GET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:221:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:274:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/requests.c:309:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:237:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:254:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/ris_gateway/ris_gateway.c:275:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:162:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:199:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS_IMP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:215:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_INTERP_INTTEX [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:290:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:329:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:398:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STU_STUREADAT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:440:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:490:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/applicationShell1.c:521:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable applicationShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:102:38: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:102:60: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:88:42: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/format.c:88:66: style: Parameter 'p2' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/rsa_ui.c:257:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/rsa_ui/support.c:156:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:340:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:356:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PXLPIXELDATA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:368:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:401:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:463:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:640:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_STORE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:693:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:738:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:762:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_image/send_image.c:805:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/association.c:170:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:133:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:146:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:160:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:173:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:189:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STU_RESULTSLIST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_RESULTS_INTERPRETATIONLIST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:239:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:296:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:384:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:403:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:460:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_results/send_results.c:88:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_PN_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/association.c:170:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:120:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:128:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_PN_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:198:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:267:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:338:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:429:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:439:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:465:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:487:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/send_study/send_study.c:544:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:380:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:428:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:497:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:548:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:582:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:621:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_EVENT_REPORT_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:653:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_pacs/simple_pacs.c:725:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1052:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1115:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1150:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1182:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1227:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1319:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1380:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1441:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSCOMPUTEDRADIOGRAPHY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1537:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1574:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1633:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_CANCEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1708:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1778:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:1962:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2013:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2058:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2130:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:2173:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:341:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:458:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:904:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/simple_storage/simple_storage.c:951:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:260:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:308:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ITOA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:353:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ATOI [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:388:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SNP_EOA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/snp_to_files/snp_to_files.c:416:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:1023:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:391:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable in_addr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:483:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:495:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:507:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:519:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_PN_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:531:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SH_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:543:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:555:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:571:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:627:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:680:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:862:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_STORE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:913:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:960:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/spray_image/spray_image.c:984:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:236:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:260:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_classes/storage_classes.c:312:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_SCU [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:199:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:455:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:506:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:550:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/association.c:596:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:313:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:327:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:349:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_BEFORE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_agent.c:389:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:171:42: style: Parameter 'actionRequest' can be declared as pointer to const. However it seems that 'actionRequestCallback' is a callback function, if 'actionRequest' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:245:31: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:171:42: note: Parameter 'actionRequest' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:172:29: style: Parameter 'actionResponse' can be declared as pointer to const. However it seems that 'actionRequestCallback' is a callback function, if 'actionResponse' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:245:31: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:172:29: note: Parameter 'actionResponse' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:173:15: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'actionRequestCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:245:31: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:173:15: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:218:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/commit_request.c:236:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATAOTHER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/nevent.c:283:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSSTORAGECOMMITMENTPUSHMODEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/nevent.c:341:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_EVENT_REPORT_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:168:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:212:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/requests.c:294:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:244:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:254:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:267:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:280:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:293:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:317:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:350:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_COMMITSOPREF [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:383:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STORAGECOMMITREQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:423:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/storage_commit/storage_commit.c:464:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:68:22: style: Parameter 'fields' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'fields' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:59:56: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/tbltest/tbltest.c:68:22: note: Parameter 'fields' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:109:36: style: Parameter 'foo' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'foo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:98:32: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:109:36: note: Parameter 'foo' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/tbltest/ttlayout.c:148:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/tbltest/ttselect.c:151:47: style: Parameter 'foo' can be declared as pointer to const. However it seems that 'callback' is a callback function, if 'foo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/apps/tbltest/ttselect.c:117:54: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/apps/tbltest/ttselect.c:151:47: note: Parameter 'foo' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/apps/tbltest/ttselect.c:159:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:182:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtManageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:218:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:247:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtUnmanageChild [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:277:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable xmDialogShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:592:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmFontList [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:675:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XtDefaultForeground [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/UxXt.c:777:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:297:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:316:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:374:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XmNmenuHistory [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:410:28: style: Parameter 's' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:464:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:521:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:562:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:590:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:645:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:679:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:707:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:737:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/databaseForm.c:857:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:181:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_STUDYCOMP_SERIESLIST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:259:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:330:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MUT_TEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/demonstrationForm.c:415:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topLevelShellWidgetClass [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:108:38: style: Parameter 's1' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:108:60: style: Parameter 's2' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:88:42: style: Parameter 'p1' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/format.c:88:66: style: Parameter 'p2' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/support.c:167:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIS_K_PATIENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/topLevelShell1.c:115:17: style: Parameter 'txt' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/apps/wlma_ui/wlma_ui.c:266:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1243:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1392:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:1435:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:681:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_AE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:810:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/archive_cgi.c:819:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:156:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:71:47: style: Parameter 'moveReq' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'moveReq' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:71:47: note: Parameter 'moveReq' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:72:21: style: Parameter 'moveResp' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'moveResp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:72:21: note: Parameter 'moveResp' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:10: style: Parameter 'abstractSyntax' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'abstractSyntax' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:10: note: Parameter 'abstractSyntax' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:32: style: Parameter 'queryLevel' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'queryLevel' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:32: note: Parameter 'queryLevel' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:50: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'moveCallback' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:165:6: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:73:50: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/dicomServerInterface.c:94:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_APPLICATIONENTITY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:187:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_AccNum [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:253:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_BodParExa [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:317:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:325:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_QUERYLEVELSERIES [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:355:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:429:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:508:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_PAT_PatID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:560:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:610:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:657:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_SerInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:702:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IDB_STUDY_LEVEL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:724:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:760:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPSTUDYQUERY_MOVE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:815:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_STU_StuInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:844:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QF_SER_SerInsUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:896:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/archive_cgi/queryCTN.c:935:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DMAN_K_STORAGEACCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:161:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/dd_lookup/dd_lookup.c:81:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:235:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/cgi_apps/fileview/fileview.c:244:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:188:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:210:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:397:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-lib.c:96:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/external/cgihtml-1.69/cgi-llist.c:24:22: style: Parameter 'l' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1126:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1511:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:1688:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:190:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:364:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:546:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:741:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/chr/dicom_chr.c:957:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/condition/condition.c:444:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1107:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1299:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1484:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1535:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HunkBufAdd [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1572:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HunkBufAdd [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1611:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1680:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1793:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:1927:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2086:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2274:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2331:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2411:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2548:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2655:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:272:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2747:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2847:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:2943:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3027:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3268:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3310:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3352:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3394:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3436:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3505:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3569:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3668:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTL_MATCH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3880:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:3976:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HUNK_PTR_NULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:4074:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:413:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:497:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:599:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:635:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:671:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:707:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:766:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/database/database.c:865:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:142:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:181:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:209:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:236:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable string [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:271:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:308:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_CS_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:458:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_DIRRECORDSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:528:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_DIRRECORDSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/ddr/ddr.c:601:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_DIRRECORDSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:1023:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:1323:33: style: Parameter 'max' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:558:57: style: Parameter 'pdu' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulconstruct.c:813:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1233:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:1493:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2504:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2608:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2689:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2768:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2847:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2926:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:2986:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3065:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3734:22: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3777:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:3950:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:4098:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:820:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulfsm.c:963:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:441:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulparse.c:565:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulpresent.c:216:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1360:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1502:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:1665:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2001:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2074:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_STDAPPLICATIONCONTEXT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2232:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2411:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:269:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:2793:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:323:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/dulprotocol/dulprotocol.c:440:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1029:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1096:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFPATIENTSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1144:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFVISITSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1184:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFSTUDYSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1225:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFRESULTSSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1267:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_PROCEDURECODE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1363:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFSTUDYCOMPONENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1410:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFSERIESSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1470:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFIMAGESEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1519:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFRESULTSSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1566:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REFINTERPRETATIONSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:1601:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ELEMENTNOTFOUND [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:165:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_K_REQDIAGNOSISCODE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:329:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:383:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:503:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:536:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:624:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:673:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:839:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:876:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/build.c:985:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:175:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:216:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:276:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_RELEASECONFIRMED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:301:44: style: Parameter 'request' can be declared as pointer to const. However it seems that 'sendEventReportCB' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:375:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:301:44: note: Parameter 'request' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:302:31: style: Parameter 'response' can be declared as pointer to const. However it seems that 'sendEventReportCB' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:375:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:302:31: note: Parameter 'response' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:302:47: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'sendEventReportCB' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:375:8: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:302:47: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:304:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:327:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_EVENT_REPORT_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:27: style: Parameter 'request' can be declared as pointer to const. However it seems that 'sendSetCB' is a callback function, if 'request' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:431:7: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:27: note: Parameter 'request' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:53: style: Parameter 'response' can be declared as pointer to const. However it seems that 'sendSetCB' is a callback function, if 'response' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:431:7: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:53: note: Parameter 'response' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:69: style: Parameter 'ctx' can be declared as pointer to const. However it seems that 'sendSetCB' is a callback function, if 'ctx' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/fis/event.c:431:7: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/fis/event.c:383:69: note: Parameter 'ctx' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:385:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SRV_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/event.c:401:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_N_SET_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fis.c:240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:203:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:246:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:274:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:302:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:333:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:376:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisdelete.c:419:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1032:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1087:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1146:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1185:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1215:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1289:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1334:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1385:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1422:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:1536:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:257:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:287:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:355:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:408:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:498:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:604:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:639:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:718:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:750:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:826:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:858:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:917:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EARLYEXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisget.c:958:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:244:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:303:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:370:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:428:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:512:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:587:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:668:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:730:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/fisinsert.c:774:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/record.c:209:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STUDY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/record.c:248:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STUDYCOMPONENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/record.c:281:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_RESULTS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/record.c:328:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_INTERPRETATION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/record.c:366:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UID_STORAGECOMMITTRANSACTION [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/update.c:238:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/update.c:293:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/update.c:374:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/update.c:435:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/fis/update.c:508:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:325:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:404:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flag [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hap.c:442:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:279:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:315:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFRESULTSSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildinterp.c:415:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:250:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:285:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFVISITSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildpatient.c:418:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:223:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:258:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFINTERPRETATIONSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildresults.c:394:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:338:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:376:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFPATIENTSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildstudy.c:630:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:283:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:319:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SQ_REFPATIENTSOPINSTANCEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hap/hapbuildvisit.c:482:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1028:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1130:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1209:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1276:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1355:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1422:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1499:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1565:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1642:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1710:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1791:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:1885:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2014:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2192:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2405:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2511:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2697:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2806:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:2923:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:303:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3044:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3133:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3190:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3250:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3381:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3455:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3493:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3531:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3569:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3608:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3645:78: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3675:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3705:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3734:76: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3762:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:3915:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:443:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:518:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:662:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:788:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/his/hisdb.c:913:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HF_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_file.c:257:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:1275:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_EX [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:1307:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_SH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:1329:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCK_UN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/hunks/hunk_man.c:335:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:211:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PART10FILE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:415:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:519:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_K_QIMAGEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/iap/iap.c:584:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DB_K_QIMAGEUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:159:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:296:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:349:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/icon/icon.c:407:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1531:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1542:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1598:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1615:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1632:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1733:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable callback [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:1767:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2141:29: error: Uninitialized variable: iser [uninitvar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2244:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2674:29: error: Uninitialized variable: iser [uninitvar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2777:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2874:3: error: Uninitialized variable: numpatcrits [uninitvar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2879:3: error: Uninitialized variable: numstucrits [uninitvar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:2884:3: error: Uninitialized variable: numsercrits [uninitvar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3099:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3307:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3406:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3526:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3628:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3756:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:3793:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:421:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:4241:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:475:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5223:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:526:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5830:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:5884:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:667:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAC_IDB [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:836:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAC_IDB [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idb/idb.c:947:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1011:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1091:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1183:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_EQUAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1224:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1345:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1437:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1479:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1533:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1584:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1738:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:1971:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2537:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2548:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2604:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2621:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2638:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2740:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable callback [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:2777:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3146:29: error: Uninitialized variable: iser [uninitvar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3247:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3728:29: error: Uninitialized variable: iser [uninitvar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3829:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3928:3: error: Uninitialized variable: numpatcrits [uninitvar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3933:3: error: Uninitialized variable: numstucrits [uninitvar] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:3938:3: error: Uninitialized variable: numsercrits [uninitvar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4140:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4348:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4457:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4587:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4693:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4821:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:4859:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:5325:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Type [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:561:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6239:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_ASCII [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6417:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:667:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:677:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_ISO2022JP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6878:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6932:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_LO_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:6998:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:728:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:775:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_EUC_JP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:874:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/idbmb/idbmb.c:889:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHR_ISO2022JP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:107:9: style: Parameter 'tempFile' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:82:49: style: Parameter 'srcApp' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:82:63: style: Parameter 'destApp' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:83:10: style: Parameter 'SOPClass' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/iman/iman.c:83:26: style: Parameter 'fileName' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1100:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1266:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1339:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1418:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1635:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_CS_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:1694:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:421:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:679:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/info_entity/ie.c:950:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:193:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:229:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:253:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DA_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:358:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_SIGNED4 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:442:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_SIGNED4 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/irs/irs.c:507:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/control.c:299:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/control.c:448:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/control.c:710:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/control.c:740:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXHOSTNAMELEN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/control.c:852:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/control.c:877:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:200:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:243:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:274:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:298:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:322:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:358:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/delete.c:394:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:211:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:252:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:283:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:328:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:408:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:454:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/insert.c:489:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TBL_STRING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:1036:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:333:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:379:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:404:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:454:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:534:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:569:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:638:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:663:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:729:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:755:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:836:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:860:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:935:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/manage/select.c:960:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FieldName [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:130:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ECHO_RESPONSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:188:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STORE_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:275:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STORE_RESPONSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:345:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_FIND_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:407:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_FIND_RESPONSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:470:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_MOVE_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cbuild.c:536:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_MOVE_RESPONSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:149:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:221:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:294:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:351:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:410:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:469:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/cparse.c:519:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_MOVE_SUCCESSUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:1158:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ELEMENT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:633:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATAOTHER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:652:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:690:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:707:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:720:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:737:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:751:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:767:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:780:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_CMDDATANULL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/dump.c:826:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:1221:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/messages.c:1351:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:116:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_EVENT_REPORT_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:172:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_GET_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:232:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_GET_RESPONSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:286:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_SET_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:336:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_SET_RESPONSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:388:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_SET_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:440:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_ACTION_RESPONSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:495:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_CREATE_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:545:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_CREATE_RESPONSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nbuild.c:598:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_N_DELETE_REQUEST [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:146:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:261:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:321:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:377:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:440:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:498:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_STATUS_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:558:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:617:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:672:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/messages/nparse.c:731:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1048:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1279:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1374:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1723:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U32 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:1920:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U32 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2068:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2148:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2263:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2318:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2389:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2463:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2522:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2585:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2868:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:2936:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3020:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3144:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3343:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:342:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3474:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3697:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:3844:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4025:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:406:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4148:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4148:7: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DCM_TAG {aka unsigned long}'. [invalidPrintfArgType_uint] 2.13.0 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] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4413:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4436:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4464:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4596:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:477:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4803:4: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DCM_TAG {aka unsigned long}'. [invalidPrintfArgType_uint] 2.13.0 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] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:4915:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:496:3: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'DCM_TAG {aka unsigned long}'. [invalidPrintfArgType_uint] 2.13.0 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] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:521:3: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'PRV_ELEMENT_ITEM * {aka PRV_ELEMENT_ITEM *}'. [invalidPrintfArgType_uint] 2.13.0 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] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5658:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5734:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5758:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:5937:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6053:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6138:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6274:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6336:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:6614:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7084:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7321:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:7533:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcm.c:799:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/objects/dcmsupport.c:253:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/print/print.c:708:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/find.c:199:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/find.c:455:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/get.c:1008:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSCOMPUTEDRADIOGRAPHY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/get.c:1056:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/get.c:505:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/get.c:799:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_CANCEL_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/get.c:885:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/move.c:459:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_UI_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/naction.c:357:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/ncreate.c:361:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/ndelete.c:341:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/neventreport.c:353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/nget.c:349:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/nset.c:354:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_SUCCESS [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/send.c:194:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/send.c:334:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/send.c:453:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:1134:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:1219:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:1334:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:1533:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_CANCEL_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:1705:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:1792:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:1843:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:1967:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:2029:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_AFTER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:317:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:453:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/services.c:962:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:1063:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:1174:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_SC_ROLE_DEFAULT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:332:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_TRANSFERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:399:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:484:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:530:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:638:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:739:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv1.c:916:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:413:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:584:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_CANCEL_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:759:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:837:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:889:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/srv2.c:951:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_K_AFTER [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/storage.c:143:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/storage.c:172:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MIR_IMPLEMENTATIONCLASSUID [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/storage.c:297:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_STORE_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/storage.c:522:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_STORE_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/storage.c:675:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_SOPCLASSCOMPUTEDRADIOGRAPHY [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/services/verify.c:291:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_ECHO_RESP [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1805:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1859:8: style: Redundant assignment of 'cond' to itself. [selfAssignment] 2.13.0 ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1859:8: warning: Redundant assignment of 'cond' to itself. [selfAssignment] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:1960:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_SQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2058:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2087:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2115:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2145:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2174:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2207:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2240:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2272:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2304:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2332:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2360:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2388:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2416:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2444:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2465:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDATA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2494:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDATA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2522:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDREFERENCEDIMAGESEQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2553:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIPATIENTORIENTATIONMODIFIERCODESEQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2587:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDANATOMICREGIONMODIFIERSEQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2620:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IDPRIMARYANATOMICSTRUCTUREMODIFIERSEQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2654:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIENERGYWINDOWRANGESEQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2687:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIRADIONUCLIDECODESEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2721:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIRADIOPHARMROUTECODESEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2756:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMICALIBRATIONDATASEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2790:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIRADIOPHARMCODESEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2823:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ACQINTERVENTIONDRUGCODESEQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2856:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIVIEWCODESEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2887:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIVIEWANGULATIONMODIFIERCODESEQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2921:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMIDATAINFORMATIONSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2952:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NMITIMESLOTINFOSEQUENCE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:2980:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDATA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/sq/sequences.c:3005:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDATA [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1062:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBMAXCOLNAME [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1314:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT_EXIT [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1326:39: style: Parameter 'dbproc' can be declared as pointer to const. However it seems that 'syb_msg_handler' is a callback function, if 'dbproc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:133:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1326:39: note: Parameter 'dbproc' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:10: style: Parameter 'msgtext' can be declared as pointer to const. However it seems that 'syb_msg_handler' is a callback function, if 'msgtext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:133:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:10: note: Parameter 'msgtext' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:25: style: Parameter 'srvname' can be declared as pointer to const. However it seems that 'syb_msg_handler' is a callback function, if 'srvname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:133:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:25: note: Parameter 'srvname' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:40: style: Parameter 'procname' can be declared as pointer to const. However it seems that 'syb_msg_handler' is a callback function, if 'procname' is declared with const you might also need to cast function pointer(s). [constParameterCallback] ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:133:15: note: You might need to cast the function pointer here ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:1328:40: note: Parameter 'procname' can be declared as pointer to const head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:376:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCEED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:614:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCEED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:807:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCEED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/sybase.c:977:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SUCCEED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:281:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LST_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:483:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/tbl/ufs.c:492:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:1016:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FALSE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/utility/utility.c:797:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/xutl/xutl.c:133:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/facilities/xutl/xutl.c:291:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1172:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_PN_LENGTH [valueFlowBailoutIncompleteVar] 2.13.0 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 head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1241:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DS_LENGTH [valueFlowBailoutIncompleteVar] 2.13.0 ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1304:10: error: Uninitialized variable: rows [uninitvar] 2.13.0 ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1304:26: error: Uninitialized variable: columns [uninitvar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:134:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_AE [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1425:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1451:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1502:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1533:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1627:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1665:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1788:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1860:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:187:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:1957:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2017:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_US [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2040:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:204:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2106:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDESCRIPTRED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:214:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2238:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2361:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_PIXELUNSIGNED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2433:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:246:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2533:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable U16 [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2619:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2643:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLUTDESCRIPTRED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2696:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_IMGLOOKUPDATARED [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2747:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_DS_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:281:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:2861:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DICOM_CS_LENGTH [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:304:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_ORDERLITTLEENDIAN [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3050:12: style: Parameter 'env' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3121:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_OB [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3166:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_US [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3210:12: style: Parameter 'env' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3258:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DUL_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3296:12: style: Parameter 'env' can be declared as pointer to const [constParameterPointer] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3316:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_MATCHCONTINUING [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:3350:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_K_C_FIND_REQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:361:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:478:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:534:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:555:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:581:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:597:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:621:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:648:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:665:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:724:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_SQ [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:746:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:774:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:796:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head ctn-3.2.0+dfsg.orig/javactn/jni_src/javactn.c:816:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DCM_NORMAL [valueFlowBailoutIncompleteVar] head lex.yy.c:1000:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head lex.yy.c:1192:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head lex.yy.c:1543:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head lex.yy.c:1548:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] DONE