2025-07-13 01:57 ftp://ftp.de.debian.org/debian/pool/main/c/coinmp/coinmp_1.8.4+dfsg.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j6 platform: Linux-6.1.0-37-amd64-x86_64-with-glibc2.36 python: 3.11.2 client-version: 1.3.67 compiler: g++ (Debian 12.2.0-14+deb12u1) 12.2.0 cppcheck: head 2.17.0 head-info: 843f95e (2025-07-12 14:37:40 +0200) count: 403 401 elapsed-time: 0.3 0.3 head-timing-info: old-timing-info: head results: CoinMP/CoinMP/src/CoinOption.c:82:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OptionID [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:91:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OptionID [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:107:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OptionType [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:119:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GroupType [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:128:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OptionName [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:147:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OptionName [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:163:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OptionName [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:177:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShortName [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:193:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ShortName [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:208:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DefaultValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:221:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MinValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:234:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MaxValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:248:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DefaultValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:261:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MinValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:274:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MaxValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:285:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable changed [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:297:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CurrentValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:308:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CurrentValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:322:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CurrentValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinOption.c:334:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CurrentValue [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinResult.c:57:30: error: Memory pointed to by 'ObjUpRange' is freed twice. [doubleFree] CoinMP/CoinMP/src/CoinResult.c:56:30: note: Memory pointed to by 'ObjUpRange' is freed twice. CoinMP/CoinMP/src/CoinResult.c:57:30: note: Memory pointed to by 'ObjUpRange' is freed twice. CoinMP/CoinMP/src/CoinResult.c:61:30: error: Memory pointed to by 'ColStatus' is freed twice. [doubleFree] CoinMP/CoinMP/src/CoinResult.c:60:30: note: Memory pointed to by 'ColStatus' is freed twice. CoinMP/CoinMP/src/CoinResult.c:61:30: note: Memory pointed to by 'ColStatus' is freed twice. CoinMP/CoinMP/src/CoinResult.c:16:9: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:16:9: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:18:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:18:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:19:9: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:19:9: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:21:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:21:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:22:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:22:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:23:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:23:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:24:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:24:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:26:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:26:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:27:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:27:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:28:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:28:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:29:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:29:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:30:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:30:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:32:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:32:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:33:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:33:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:34:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:34:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:35:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:35:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:37:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:37:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinResult.c:38:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pResult [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinResult.c:15:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinResult.c:15:12: note: Assignment 'pResult=(struct RESULTINFO*)malloc(sizeof(struct RESULTINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinResult.c:38:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinOption.c:22:9: warning: If memory allocation fails, then there is a possible null pointer dereference: pOption [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinOption.c:21:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinOption.c:21:12: note: Assignment 'pOption=(struct OPTIONINFO*)malloc(sizeof(struct OPTIONINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinOption.c:22:9: note: Null pointer dereference CoinMP/CoinMP/src/CoinOption.c:24:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pOption [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinOption.c:21:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinOption.c:21:12: note: Assignment 'pOption=(struct OPTIONINFO*)malloc(sizeof(struct OPTIONINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinOption.c:24:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinOption.c:25:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pOption [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinOption.c:21:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinOption.c:21:12: note: Assignment 'pOption=(struct OPTIONINFO*)malloc(sizeof(struct OPTIONINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinOption.c:25:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinOption.c:26:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pOption [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinOption.c:21:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinOption.c:21:12: note: Assignment 'pOption=(struct OPTIONINFO*)malloc(sizeof(struct OPTIONINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinOption.c:26:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinOption.c:169:57: style:inconclusive: Function 'coinGetOptionShortName' argument 2 names different: declaration 'OptionNr' definition 'OptionID'. [funcArgNamesDifferent] CoinMP/CoinMP/src/CoinOption.h:96:59: note: Function 'coinGetOptionShortName' argument 2 names different: declaration 'OptionNr' definition 'OptionID'. CoinMP/CoinMP/src/CoinOption.c:169:57: note: Function 'coinGetOptionShortName' argument 2 names different: declaration 'OptionNr' definition 'OptionID'. CoinMP/CoinMP/src/CoinOption.c:181:52: style:inconclusive: Function 'coinGetOptionShortNameBuf' argument 2 names different: declaration 'OptionNr' definition 'OptionID'. [funcArgNamesDifferent] CoinMP/CoinMP/src/CoinOption.h:97:56: note: Function 'coinGetOptionShortNameBuf' argument 2 names different: declaration 'OptionNr' definition 'OptionID'. CoinMP/CoinMP/src/CoinOption.c:181:52: note: Function 'coinGetOptionShortNameBuf' argument 2 names different: declaration 'OptionNr' definition 'OptionID'. CoinMP/CoinMP/src/CoinSolver.c:15:9: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:15:9: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:17:9: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:17:9: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:19:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:19:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:20:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:20:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:21:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:21:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:23:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:23:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:24:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:24:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:25:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:25:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:27:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:27:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:28:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:28:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinSolver.c:29:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pSolver [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinSolver.c:14:27: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinSolver.c:14:12: note: Assignment 'pSolver=(struct SOLVERINFO*)malloc(sizeof(struct SOLVERINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinSolver.c:29:2: note: Null pointer dereference CoinMP/CoinMP/examples/example.c:17:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:26:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:37:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:59:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:95:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:134:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:175:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:234:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MAX [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:273:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MAX [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:310:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:384:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:461:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:505:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MAX [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:548:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:591:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:630:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinProblem.c:189:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DBL_MAX [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinMP.cpp:118:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COIN_DBL_MAX [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:17:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:28:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:41:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:63:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:100:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:140:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:182:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:241:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MAX [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:280:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MAX [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:317:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:382:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:451:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:491:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MAX [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:534:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:577:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOLV_OBJSENS_MIN [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:616:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/examples/example.c:70:7: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: xValues [nullPointerOutOfMemory] CoinMP/CoinMP/examples/example.c:67:28: note: Assuming allocation function fails CoinMP/CoinMP/examples/example.c:67:12: note: Assignment 'xValues=(double*)malloc(colCount*sizeof(double))', assigned value is 0 CoinMP/CoinMP/examples/example.c:70:7: note: Null pointer dereference CoinMP/CoinMP/examples/example.c:101:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:97:9: note: result is assigned CoinMP/CoinMP/examples/example.c:101:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:105:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:101:9: note: result is assigned CoinMP/CoinMP/examples/example.c:105:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:105:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:103:10: note: result is assigned CoinMP/CoinMP/examples/example.c:105:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:115:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:111:10: note: result is assigned CoinMP/CoinMP/examples/example.c:115:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:115:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:113:10: note: result is assigned CoinMP/CoinMP/examples/example.c:115:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:118:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:115:9: note: result is assigned CoinMP/CoinMP/examples/example.c:118:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:140:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:136:9: note: result is assigned CoinMP/CoinMP/examples/example.c:140:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:144:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:140:9: note: result is assigned CoinMP/CoinMP/examples/example.c:144:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:144:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:142:10: note: result is assigned CoinMP/CoinMP/examples/example.c:144:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:154:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:150:10: note: result is assigned CoinMP/CoinMP/examples/example.c:154:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:154:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:152:10: note: result is assigned CoinMP/CoinMP/examples/example.c:154:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:157:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:154:9: note: result is assigned CoinMP/CoinMP/examples/example.c:157:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:181:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:177:9: note: result is assigned CoinMP/CoinMP/examples/example.c:181:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:194:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:181:9: note: result is assigned CoinMP/CoinMP/examples/example.c:194:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:194:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:183:10: note: result is assigned CoinMP/CoinMP/examples/example.c:194:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:194:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:186:10: note: result is assigned CoinMP/CoinMP/examples/example.c:194:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:194:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:189:10: note: result is assigned CoinMP/CoinMP/examples/example.c:194:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:194:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:192:10: note: result is assigned CoinMP/CoinMP/examples/example.c:194:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:206:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:200:10: note: result is assigned CoinMP/CoinMP/examples/example.c:206:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:206:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:202:10: note: result is assigned CoinMP/CoinMP/examples/example.c:206:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:207:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/examples/example.c:206:9: note: result is assigned CoinMP/CoinMP/examples/example.c:207:9: note: result is overwritten CoinMP/CoinMP/examples/example.c:15:35: style: Parameter 'MessageStr' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinCbc.cpp:202:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable endOfIteration [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinCbc.cpp:327:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/src/CoinCbc.cpp:617:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable useDual [valueFlowBailoutIncompleteVar] CoinMP/CoinMP/test/unitTest.cpp:74:7: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: xValues [nullPointerOutOfMemory] CoinMP/CoinMP/test/unitTest.cpp:71:28: note: Assuming allocation function fails CoinMP/CoinMP/test/unitTest.cpp:71:12: note: Assignment 'xValues=(double*)malloc(colCount*sizeof(double))', assigned value is 0 CoinMP/CoinMP/test/unitTest.cpp:74:7: note: Null pointer dereference CoinMP/CoinMP/test/unitTest.cpp:71:12: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:114:62: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:116:61: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:118:65: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:154:62: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:156:61: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:158:65: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:205:62: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:207:61: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:209:65: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/test/unitTest.cpp:106:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:102:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:106:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:110:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:106:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:110:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:110:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:108:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:110:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:116:10: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:114:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:116:10: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:120:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:116:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:120:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:120:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:118:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:120:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:123:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:120:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:123:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:146:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:142:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:146:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:150:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:146:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:150:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:150:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:148:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:150:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:156:10: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:154:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:156:10: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:160:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:156:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:160:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:160:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:158:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:160:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:163:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:160:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:163:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:188:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:184:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:188:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:201:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:188:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:201:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:201:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:190:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:201:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:201:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:193:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:201:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:201:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:196:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:201:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:201:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:199:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:201:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:207:10: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:205:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:207:10: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:213:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:207:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:213:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:213:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:209:10: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:213:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:214:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/test/unitTest.cpp:213:9: note: result is assigned CoinMP/CoinMP/test/unitTest.cpp:214:9: note: result is overwritten CoinMP/CoinMP/test/unitTest.cpp:248:7: style: Variable 'rowType' can be declared as const array [constVariable] CoinMP/CoinMP/test/unitTest.cpp:287:7: style: Variable 'rowType' can be declared as const array [constVariable] CoinMP/CoinMP/test/unitTest.cpp:331:7: style: Variable 'rtyp' can be declared as const array [constVariable] CoinMP/CoinMP/test/unitTest.cpp:395:7: style: Variable 'rtyp' can be declared as const array [constVariable] CoinMP/CoinMP/test/unitTest.cpp:429:7: style: Variable 'ctyp' can be declared as const array [constVariable] CoinMP/CoinMP/test/unitTest.cpp:458:7: style: Variable 'rtyp' can be declared as const array [constVariable] CoinMP/CoinMP/test/unitTest.cpp:471:7: style: Variable 'ctyp' can be declared as const array [constVariable] CoinMP/CoinMP/test/unitTest.cpp:541:7: style: Variable 'rtyp' can be declared as const array [constVariable] CoinMP/CoinMP/test/unitTest.cpp:584:7: style: Variable 'rtyp' can be declared as const array [constVariable] CoinMP/CoinMP/src/CoinCbc.cpp:113:19: warning: Member variable 'CBMessageHandler::MsgLogCB_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:113:19: warning: Member variable 'CBMessageHandler::MsgLogParam_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:113:19: warning: Member variable 'CBMessageHandler::msgCallback_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:234:16: warning: Member variable 'CBIterHandler::LPIterCB_' is not initialized in the constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:234:16: warning: Member variable 'CBIterHandler::LPIterParam_' is not initialized in the constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:234:16: warning: Member variable 'CBIterHandler::iterCallback_' is not initialized in the constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:231:16: warning: Member variable 'CBIterHandler::LPIterCB_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:231:16: warning: Member variable 'CBIterHandler::LPIterParam_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:231:16: warning: Member variable 'CBIterHandler::iterCallback_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:361:16: warning: Member variable 'CBNodeHandler::MipNodeCB_' is not initialized in the constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:361:16: warning: Member variable 'CBNodeHandler::MipNodeParam_' is not initialized in the constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:361:16: warning: Member variable 'CBNodeHandler::mipNodeCallback_' is not initialized in the constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:361:16: warning: Member variable 'CBNodeHandler::lastSolCount_' is not initialized in the constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:357:16: warning: Member variable 'CBNodeHandler::MipNodeCB_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:357:16: warning: Member variable 'CBNodeHandler::MipNodeParam_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:357:16: warning: Member variable 'CBNodeHandler::mipNodeCallback_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:357:16: warning: Member variable 'CBNodeHandler::lastSolCount_' is not initialized in the copy constructor. [uninitMemberVar] CoinMP/CoinMP/src/CoinCbc.cpp:157:3: style: Class 'CBIterHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CoinMP/CoinMP/src/CoinCbc.cpp:279:3: style: Class 'CBNodeHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] CoinMP/CoinMP/src/CoinCbc.cpp:419:9: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:439:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:463:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:482:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:498:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:514:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:533:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:549:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:582:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:643:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:674:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:744:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:770:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:790:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:795:13: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:812:13: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:835:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:856:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:878:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:884:21: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:922:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:971:14: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:1010:26: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:1011:26: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:1012:26: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:1013:26: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:1014:26: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:1032:26: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:1064:9: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:1079:9: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinCbc.cpp:909:10: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/src/CoinCbc.cpp:908:10: note: result is assigned CoinMP/CoinMP/src/CoinCbc.cpp:909:10: note: result is overwritten CoinMP/CoinMP/src/CoinCbc.cpp:910:10: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/src/CoinCbc.cpp:909:10: note: result is assigned CoinMP/CoinMP/src/CoinCbc.cpp:910:10: note: result is overwritten CoinMP/CoinMP/src/CoinCbc.cpp:911:10: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/src/CoinCbc.cpp:910:10: note: result is assigned CoinMP/CoinMP/src/CoinCbc.cpp:911:10: note: result is overwritten CoinMP/CoinMP/src/CoinCbc.cpp:1050:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/src/CoinCbc.cpp:1049:9: note: result is assigned CoinMP/CoinMP/src/CoinCbc.cpp:1050:9: note: result is overwritten CoinMP/CoinMP/src/CoinCbc.cpp:1051:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/src/CoinCbc.cpp:1050:9: note: result is assigned CoinMP/CoinMP/src/CoinCbc.cpp:1051:9: note: result is overwritten CoinMP/CoinMP/src/CoinCbc.cpp:1052:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] CoinMP/CoinMP/src/CoinCbc.cpp:1051:9: note: result is assigned CoinMP/CoinMP/src/CoinCbc.cpp:1052:9: note: result is overwritten CoinMP/CoinMP/src/CoinCbc.cpp:194:6: style: The scope of the variable 'numIter' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinCbc.cpp:195:9: style: The scope of the variable 'objValue' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinCbc.cpp:196:6: style: The scope of the variable 'isPrimalFeasible' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinCbc.cpp:197:6: style: The scope of the variable 'isDualFeasible' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinCbc.cpp:198:9: style: The scope of the variable 'sumPrimalInfeas' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinCbc.cpp:199:9: style: The scope of the variable 'sumDualInfeas' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:17:9: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:17:9: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:200:6: style: The scope of the variable 'cancelAsap' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:19:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:19:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:320:6: style: The scope of the variable 'numIter' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:20:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:20:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:321:6: style: The scope of the variable 'numNodes' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:21:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:21:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:322:9: style: The scope of the variable 'bestBound' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:22:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:22:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:323:9: style: The scope of the variable 'objValue' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:23:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:23:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:324:6: style: The scope of the variable 'solCount' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:24:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:24:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:26:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:26:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:325:6: style: The scope of the variable 'cancelAsap' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:27:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:27:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:28:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:28:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:30:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:30:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:743:6: style: The scope of the variable 'i' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:31:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:31:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:32:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:32:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:33:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:33:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:34:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:34:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:832:11: style: The scope of the variable 'count' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:35:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:35:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:833:7: style: The scope of the variable 'which' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:36:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:36:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:834:6: style: The scope of the variable 'type' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:37:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:37:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:38:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:38:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:855:9: style: The scope of the variable 'semicol' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:39:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:39:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:40:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:40:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:879:6: style: The scope of the variable 'i' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:41:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:41:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:879:9: style: The scope of the variable 'col' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:42:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:42:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:43:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:43:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:880:6: style: The scope of the variable 'result' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:44:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:44:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:46:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:46:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:48:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:48:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:973:16: style: The scope of the variable 'columnDual' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:49:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:49:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:51:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:51:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:974:16: style: The scope of the variable 'rowPrimal' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:53:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:53:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:54:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:54:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:975:16: style: The scope of the variable 'rowDual' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:55:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:55:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinCbc.cpp:976:6: style: The scope of the variable 'i' can be reduced. [variableScope] CoinMP/CoinMP/src/CoinProblem.c:56:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:56:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:57:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:57:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:59:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:59:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:60:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:60:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:61:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:61:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:62:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:62:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:64:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:64:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:65:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:65:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:66:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:66:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:67:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:67:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:68:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:68:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:69:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:69:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:70:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:70:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:72:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:72:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:73:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:73:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:74:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pProblem [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinProblem.c:16:29: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinProblem.c:16:13: note: Assignment 'pProblem=(struct PROBLEMINFO*)malloc(sizeof(struct PROBLEMINFO))', assigned value is 0 CoinMP/CoinMP/src/CoinProblem.c:74:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinProblem.c:196:97: style:inconclusive: Function 'coinStoreNamesList' argument 4 names different: declaration 'OjbectName' definition 'ObjectName'. [funcArgNamesDifferent] CoinMP/CoinMP/src/CoinProblem.h:86:97: note: Function 'coinStoreNamesList' argument 4 names different: declaration 'OjbectName' definition 'ObjectName'. CoinMP/CoinMP/src/CoinProblem.c:196:97: note: Function 'coinStoreNamesList' argument 4 names different: declaration 'OjbectName' definition 'ObjectName'. CoinMP/CoinMP/src/CoinCbc.cpp:1226:15: style: Local variable 'OptionTable' shadows outer variable [shadowVariable] CoinMP/CoinMP/src/CoinCbc.cpp:1101:13: note: Shadowed declaration CoinMP/CoinMP/src/CoinCbc.cpp:1226:15: note: Shadow variable CoinMP/CoinMP/src/CoinCbc.cpp:1240:15: style: Local variable 'OptionTable' shadows outer variable [shadowVariable] CoinMP/CoinMP/src/CoinCbc.cpp:1101:13: note: Shadowed declaration CoinMP/CoinMP/src/CoinCbc.cpp:1240:15: note: Shadow variable CoinMP/CoinMP/src/CoinProblem.c:141:50: style: Parameter 'ObjectCoeffs' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:141:72: style: Parameter 'LowerBounds' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:142:13: style: Parameter 'UpperBounds' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:142:55: style: Parameter 'RHSValues' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:142:74: style: Parameter 'RangeValues' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:143:10: style: Parameter 'MatrixBegin' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:143:28: style: Parameter 'MatrixCount' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:143:46: style: Parameter 'MatrixIndex' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:143:67: style: Parameter 'MatrixValues' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:248:52: style: Parameter 'InitValues' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:283:63: style: Parameter 'PriorIndex' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:284:10: style: Parameter 'PriorValues' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:284:28: style: Parameter 'PriorBranch' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:307:10: style: Parameter 'SosType' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:307:24: style: Parameter 'SosPrior' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:307:39: style: Parameter 'SosBegin' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:308:10: style: Parameter 'SosIndex' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:308:28: style: Parameter 'SosRef' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinProblem.c:340:62: style: Parameter 'SemiIndex' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinCbc.cpp:1226:15: style: Variable 'OptionTable' can be declared as pointer to const [constVariablePointer] CoinMP/CoinMP/src/CoinCbc.cpp:1253:15: style: Variable 'OptionEntry' can be declared as pointer to const [constVariablePointer] CoinMP/CoinMP/src/CoinCbc.cpp:1265:15: style: Variable 'OptionEntry' can be declared as pointer to const [constVariablePointer] CoinMP/CoinMP/src/CoinCbc.cpp:1297:15: style: Variable 'OptionEntry' can be declared as pointer to const [constVariablePointer] CoinMP/CoinMP/src/CoinCbc.cpp:205:17: style: Variable 'sumDualInfeas' is assigned a value that is never used. [unreadVariable] CoinMP/CoinMP/src/CoinCbc.cpp:911:10: style: Variable 'result' is assigned a value that is never used. [unreadVariable] CoinMP/CoinMP/src/CoinCbc.cpp:1052:9: style: Variable 'result' is assigned a value that is never used. [unreadVariable] CoinMP/CoinMP/src/CoinCbc.cpp:1080:9: style: Variable 'result' is assigned a value that is never used. [unreadVariable] CoinMP/CoinMP/src/CoinMP.cpp:148:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pCoin [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinMP.cpp:146:24: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinMP.cpp:146:10: note: Assignment 'pCoin=(struct COININFO*)malloc(sizeof(struct COININFO))', assigned value is 0 CoinMP/CoinMP/src/CoinMP.cpp:148:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinMP.cpp:149:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pCoin [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinMP.cpp:146:24: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinMP.cpp:146:10: note: Assignment 'pCoin=(struct COININFO*)malloc(sizeof(struct COININFO))', assigned value is 0 CoinMP/CoinMP/src/CoinMP.cpp:149:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinMP.cpp:150:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pCoin [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinMP.cpp:146:24: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinMP.cpp:146:10: note: Assignment 'pCoin=(struct COININFO*)malloc(sizeof(struct COININFO))', assigned value is 0 CoinMP/CoinMP/src/CoinMP.cpp:150:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinMP.cpp:151:2: warning: If memory allocation fails, then there is a possible null pointer dereference: pCoin [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinMP.cpp:146:24: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinMP.cpp:146:10: note: Assignment 'pCoin=(struct COININFO*)malloc(sizeof(struct COININFO))', assigned value is 0 CoinMP/CoinMP/src/CoinMP.cpp:151:2: note: Null pointer dereference CoinMP/CoinMP/src/CoinMP.cpp:153:21: warning: If memory allocation fails, then there is a possible null pointer dereference: pCoin [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinMP.cpp:146:24: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinMP.cpp:146:10: note: Assignment 'pCoin=(struct COININFO*)malloc(sizeof(struct COININFO))', assigned value is 0 CoinMP/CoinMP/src/CoinMP.cpp:153:21: note: Null pointer dereference CoinMP/CoinMP/src/CoinMP.cpp:154:22: warning: If memory allocation fails, then there is a possible null pointer dereference: pCoin [nullPointerOutOfMemory] CoinMP/CoinMP/src/CoinMP.cpp:146:24: note: Assuming allocation function fails CoinMP/CoinMP/src/CoinMP.cpp:146:10: note: Assignment 'pCoin=(struct COININFO*)malloc(sizeof(struct COININFO))', assigned value is 0 CoinMP/CoinMP/src/CoinMP.cpp:154:22: note: Null pointer dereference CoinMP/CoinMP/src/CoinMP.cpp:146:10: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:162:18: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:184:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:199:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:211:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:229:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:254:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:274:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:285:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:299:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:312:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:325:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:357:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:455:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:472:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:480:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:489:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:505:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:522:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:531:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:540:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:551:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:560:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:569:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:584:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:598:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:608:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:625:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:633:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:642:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:650:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:665:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:689:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:712:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:734:18: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:754:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:775:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:795:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:802:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:810:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:819:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:827:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:840:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:852:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:865:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:880:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:888:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:898:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:906:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:914:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:923:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:931:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:939:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:949:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:957:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:965:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:973:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:983:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:991:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:1000:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:1009:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:1018:16: style: C-style pointer casting [cstyleCast] CoinMP/CoinMP/src/CoinMP.cpp:283:63: style:inconclusive: Function 'CoinLoadInteger' argument 2 names different: declaration 'ColumnType' definition 'ColType'. [funcArgNamesDifferent] CoinMP/CoinMP/src/CoinMP.h:202:66: note: Function 'CoinLoadInteger' argument 2 names different: declaration 'ColumnType' definition 'ColType'. CoinMP/CoinMP/src/CoinMP.cpp:283:63: note: Function 'CoinLoadInteger' argument 2 names different: declaration 'ColumnType' definition 'ColType'. CoinMP/CoinMP/src/CoinMP.cpp:461:63: style:inconclusive: Function 'CoinGetProblemNameBuf' argument 2 names different: declaration 'ProblemName' definition 'ProbName'. [funcArgNamesDifferent] CoinMP/CoinMP/src/CoinMP.h:231:66: note: Function 'CoinGetProblemNameBuf' argument 2 names different: declaration 'ProblemName' definition 'ProbName'. CoinMP/CoinMP/src/CoinMP.cpp:461:63: note: Function 'CoinGetProblemNameBuf' argument 2 names different: declaration 'ProblemName' definition 'ProbName'. CoinMP/CoinMP/src/CoinMP.cpp:773:63: style:inconclusive: Function 'CoinOpenLogFile' argument 2 names different: declaration 'LogFilename' definition 'logFilename'. [funcArgNamesDifferent] CoinMP/CoinMP/src/CoinMP.h:274:66: note: Function 'CoinOpenLogFile' argument 2 names different: declaration 'LogFilename' definition 'logFilename'. CoinMP/CoinMP/src/CoinMP.cpp:773:63: note: Function 'CoinOpenLogFile' argument 2 names different: declaration 'LogFilename' definition 'logFilename'. CoinMP/CoinMP/src/CoinMP.cpp:334:58: style: Parameter 'QuadBegin' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:334:74: style: Parameter 'QuadCount' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:335:16: style: Parameter 'QuadIndex' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:335:35: style: Parameter 'QuadValues' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:342:16: style: Parameter 'NlpBegin' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:342:31: style: Parameter 'NlpOper' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:342:45: style: Parameter 'NlpArg1' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:343:16: style: Parameter 'NlpArg2' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:343:30: style: Parameter 'NlpIndex1' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:343:46: style: Parameter 'NlpIndex2' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:344:19: style: Parameter 'NlpValue1' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:344:38: style: Parameter 'NlpValue2' can be declared as pointer to const [constParameterPointer] CoinMP/CoinMP/src/CoinMP.cpp:1030:78: style: Parameter 'StringValue' can be declared as pointer to const [constParameterPointer] diff: 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:1064:10: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:1064:9: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:1079:10: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:1079:9: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:419:10: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:419:9: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:439:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:439:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:463:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:463:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:482:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:482:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:498:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:498:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:514:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:514:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:533:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:533:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:549:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:549:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:582:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:582:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:643:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:643:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:674:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:674:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:744:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:744:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:770:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:770:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:790:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:790:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:835:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:835:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:856:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:856:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:878:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:878:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:922:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:922:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinCbc.cpp:971:14: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinCbc.cpp:971:15: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:1000:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:1000:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:1009:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:1009:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:1018:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:1018:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:146:10: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:146:11: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:162:18: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:162:19: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:184:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:184:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:199:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:199:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:211:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:211:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:229:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:229:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:254:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:254:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:274:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:274:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:285:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:285:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:299:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:299:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:312:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:312:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:325:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:325:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:357:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:357:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:455:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:455:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:472:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:472:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:480:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:480:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:489:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:489:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:505:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:505:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:522:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:522:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:531:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:531:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:540:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:540:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:551:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:551:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:560:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:560:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:569:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:569:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:584:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:584:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:598:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:598:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:608:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:608:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:625:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:625:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:633:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:633:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:642:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:642:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:650:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:650:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:665:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:665:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:689:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:689:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:712:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:712:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:734:18: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:734:19: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:754:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:754:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:775:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:775:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:795:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:795:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:802:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:802:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:810:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:810:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:819:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:819:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:827:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:827:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:840:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:840:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:852:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:852:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:865:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:865:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:880:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:880:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:888:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:888:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:898:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:898:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:906:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:906:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:914:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:914:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:923:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:923:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:931:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:931:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:939:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:939:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:949:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:949:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:957:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:957:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:965:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:965:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:973:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:973:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:983:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:983:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinMP.cpp:991:16: style: C-style pointer casting [cstyleCast] 2.17.0 CoinMP/CoinMP/src/CoinMP.cpp:991:17: style: C-style pointer casting [cstyleCast] head CoinMP/CoinMP/src/CoinResult.c:57:30: error: Memory pointed to by 'ObjUpRange' is freed twice. [doubleFree] CoinMP/CoinMP/src/CoinResult.c:56:30: note: Memory pointed to by 'ObjUpRange' is freed twice. CoinMP/CoinMP/src/CoinResult.c:57:30: note: Memory pointed to by 'ObjUpRange' is freed twice. head CoinMP/CoinMP/src/CoinResult.c:61:30: error: Memory pointed to by 'ColStatus' is freed twice. [doubleFree] CoinMP/CoinMP/src/CoinResult.c:60:30: note: Memory pointed to by 'ColStatus' is freed twice. CoinMP/CoinMP/src/CoinResult.c:61:30: note: Memory pointed to by 'ColStatus' is freed twice. DONE