2025-01-27 13:57 ftp://ftp.de.debian.org/debian/pool/main/c/cubew/cubew_4.7.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=zlib --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-51-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.65 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.16.0 head-info: a7e9e68 (2025-01-27 12:31:11 +0100) count: 673 477 elapsed-time: 453.5 516.0 head-timing-info: old-timing-info: head results: cubew-4.7/common/utils/src/exception/UTILS_Debug.c:144:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERANGE [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Debug.c:211:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Debug.c:293:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEBUG [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Debug.c:339:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Debug.c:400:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Debug.c:424:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Debug.c:215:19: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cubew-4.7/common/utils/src/exception/UTILS_Debug.c:216:26: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cubew-4.7/common/utils/src/exception/UTILS_Error.c:113:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_WARNING [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Error.c:155:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Error.c:535:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Error.c:590:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/exception/UTILS_Error.c:619:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ABORT [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/io/UTILS_IO_GetExe.c:119:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ERROR_MEM_ALLOC_FAILED [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/io/UTILS_IO_GetExe.c:93:26: style: Variable 'path_len' is assigned a value that is never used. [unreadVariable] cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:72:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ERROR_MEM_ALLOC_FAILED [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:411:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ABORT [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:437:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:466:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:214:32: style: Redundant initialization for 'copy'. The initialized value is overwritten before it is read. [redundantInitialization] cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:212:33: note: copy is initialized cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:214:32: note: copy is overwritten cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:408:11: style: Variable 'hostname' can be declared as pointer to const [constVariablePointer] cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:312:24: error: va_list 'paths' was opened but not closed by va_end(). [va_end_missing] cubew-4.7/common/utils/test/cutest/CuTest.c:44:5: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:19: note: Calling function 'CuStringInit', 1st argument 'str' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:44:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:45:5: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:19: note: Calling function 'CuStringInit', 1st argument 'str' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:45:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:46:5: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:19: note: Calling function 'CuStringInit', 1st argument 'str' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:46:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:47:5: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:19: note: Calling function 'CuStringInit', 1st argument 'str' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:47:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:174:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:174:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:175:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:175:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:176:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:176:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:177:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:177:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:178:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:178:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:179:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:179:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:180:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:180:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:181:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:181:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:182:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:182:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:471:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:471:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:472:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:472:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:473:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:473:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:474:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:474:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:475:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:475:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:476:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:476:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:477:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:477:5: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:487:9: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:494:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:494:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:495:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:487:9: note: Null pointer dereference cubew-4.7/common/utils/test/cutest/CuTest.c:615:27: style:inconclusive: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'. [funcArgNamesDifferent] cubew-4.7/common/utils/test/cutest/CuTest.h:218:27: note: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'. cubew-4.7/common/utils/test/cutest/CuTest.c:615:27: note: Function 'CuSuiteSummary' argument 2 names different: declaration 'summary' definition 'details'. cubew-4.7/common/utils/test/cutest/CuTest.c:164:31: style: Parameter 'success' can be declared as pointer to const. However it seems that 'CuTestAllreduceInternal' is a callback function, if 'success' is declared with const you might also need to cast function pointer(s). [constParameterCallback] cubew-4.7/common/utils/test/cutest/CuTest.c:577:60: note: You might need to cast the function pointer here cubew-4.7/common/utils/test/cutest/CuTest.c:164:31: note: Parameter 'success' can be declared as pointer to const cubew-4.7/common/utils/test/cutest/CuTest.c:413:40: style: Parameter 'expected' can be declared as pointer to const [constParameterPointer] cubew-4.7/common/utils/test/cutest/CuTest.c:414:40: style: Parameter 'actual' can be declared as pointer to const [constParameterPointer] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:101:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:299:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:457:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:411:49: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:411:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:457:9: note: Null pointer dereference cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:478:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:478:9: note: Null pointer dereference cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:502:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:502:39: note: Null pointer dereference cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:521:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:521:39: note: Null pointer dereference cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:543:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:543:39: note: Null pointer dereference cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:262:13: style: Redundant initialization for 'i'. The initialized value is overwritten before it is read. [redundantInitialization] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:261:13: note: i is initialized cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:262:13: note: i is overwritten cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:605:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:74:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:605:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:605:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:76:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:605:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:166:19: style: Variable 'dsev' is assigned a value that is never used. [unreadVariable] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:54:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:136:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:27: note: Assignment 'thrds=(cube_thread**)calloc(mpi_cw_size,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:136:9: note: Null pointer dereference cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:156:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:27: note: Assignment 'thrds=(cube_thread**)calloc(mpi_cw_size,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:156:39: note: Null pointer dereference cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:175:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:27: note: Assignment 'thrds=(cube_thread**)calloc(mpi_cw_size,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:175:39: note: Null pointer dereference cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:197:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:27: note: Assignment 'thrds=(cube_thread**)calloc(mpi_cw_size,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:197:39: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_complex.c:138:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_complex.c:211:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_complex.c:232:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_complex.c:283:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_complex.c:442:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_complex.c:395:49: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_complex.c:395:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_complex.c:442:9: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_complex.c:246:13: style: Redundant initialization for 'i'. The initialized value is overwritten before it is read. [redundantInitialization] cubew-4.7/examples/cubew/cubew_example_complex.c:245:13: note: i is initialized cubew-4.7/examples/cubew/cubew_example_complex.c:246:13: note: i is overwritten cubew-4.7/examples/cubew/cubew_example_complex.c:529:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/examples/cubew/cubew_example_complex.c:90:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/examples/cubew/cubew_example_complex.c:529:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/examples/cubew/cubew_example_complex.c:529:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/examples/cubew/cubew_example_complex.c:92:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/examples/cubew/cubew_example_complex.c:529:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/examples/cubew/cubew_example_derived.c:53:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:143:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:225:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:236:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:258:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:309:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:468:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:421:49: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:421:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:468:9: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:272:13: style: Redundant initialization for 'i'. The initialized value is overwritten before it is read. [redundantInitialization] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:271:13: note: i is initialized cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:272:13: note: i is overwritten cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:568:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:94:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:568:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:568:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:96:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:568:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/examples/cubew/cubew_example_old_complex.c:137:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_old_complex.c:489:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_old_complex.c:534:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_old_complex.c:577:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_old_complex.c:620:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_example_old_complex.c:370:15: style: The if condition is the same as the previous if condition [duplicateCondition] cubew-4.7/examples/cubew/cubew_example_old_complex.c:364:15: note: First condition cubew-4.7/examples/cubew/cubew_example_old_complex.c:370:15: note: Second condition cubew-4.7/examples/cubew/cubew_example_old_complex.c:498:13: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint] cubew-4.7/examples/cubew/cubew_example_old_complex.c:265:13: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:218:53: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:218:30: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:265:13: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:307:39: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:307:39: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:310:35: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:310:35: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:321:35: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:321:35: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:330:35: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:330:35: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:340:39: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:340:39: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:344:42: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:344:42: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:409:9: warning: If memory allocation fails, then there is a possible null pointer dereference: process [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:278:67: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:278:43: note: Assignment 'processes_vector=(cube_process**)calloc(size,sizeof(cube_process*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:281:35: note: Calling function 'create_system_tree', 2nd argument 'processes_vector' value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:409:9: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:413:75: warning: If memory allocation fails, then there is a possible null pointer dereference: process [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:278:67: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:278:43: note: Assignment 'processes_vector=(cube_process**)calloc(size,sizeof(cube_process*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:281:35: note: Calling function 'create_system_tree', 2nd argument 'processes_vector' value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:413:75: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:414:13: warning: If memory allocation fails, then there is a possible null pointer dereference: thread [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:279:66: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:279:43: note: Assignment 'threads_vector=(cube_thread**)calloc(size*totalnthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:281:53: note: Calling function 'create_system_tree', 3rd argument 'threads_vector' value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:414:13: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:518:13: warning: If memory allocation fails, then there is a possible null pointer dereference: bitmask [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:304:32: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:304:32: note: Assignment 'bitmask=malloc(bitmask_size*sizeof(char))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:316:34: note: Calling function 'create_bitmask', 2nd argument 'bitmask' value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:518:13: note: Null pointer dereference cubew-4.7/examples/cubew/cubew_example_old_complex.c:508:13: style: Redundant initialization for 'i'. The initialized value is overwritten before it is read. [redundantInitialization] cubew-4.7/examples/cubew/cubew_example_old_complex.c:507:13: note: i is initialized cubew-4.7/examples/cubew/cubew_example_old_complex.c:508:13: note: i is overwritten cubew-4.7/examples/cubew/cubew_example_old_complex.c:423:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/examples/cubew/cubew_example_old_complex.c:112:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/examples/cubew/cubew_example_old_complex.c:423:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/examples/cubew/cubew_example_old_complex.c:423:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/examples/cubew/cubew_example_old_complex.c:114:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/examples/cubew/cubew_example_old_complex.c:423:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/examples/cubew/cubew_example_simple.c:53:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:60:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_LOCATION_GROUP_TYPE_PROCESS [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:69:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_LOCATION_TYPE_CPU_THREAD [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:96:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_SYSTEM_TREE_WRITER_INIT [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:136:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_SYSTEM_TREE_WRITER_INIT [valueFlowBailoutIncompleteVar] cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:83:35: style: Parameter 'user_ptr' can be declared as pointer to const. However it seems that 'system_tree_writer_finish' is a callback function, if 'user_ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:152:134: note: You might need to cast the function pointer here cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:83:35: note: Parameter 'user_ptr' can be declared as pointer to const cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_standard.c:50:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cartesian.c:56:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cartesian.c:73:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cartesian.c:183:25: style: Condition 'dim>=cart->ndims' is always false [knownConditionTrueFalse] cubew-4.7/src/cubew/cubew_cartesian.c:183:14: note: Assuming that condition 'dim<0' is not redundant cubew-4.7/src/cubew/cubew_cartesian.c:183:25: note: Condition 'dim>=cart->ndims' is always false cubew-4.7/src/cubew/cubew_cartesian.c:58:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_cartesian.c:56:9: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_cartesian.c:58:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_cartesian.c:52:35: style:inconclusive: Function 'cube_cart_create' argument 1 names different: declaration 'cart' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cartesian.h:45:35: note: Function 'cube_cart_create' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:52:35: note: Function 'cube_cart_create' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:66:33: style:inconclusive: Function 'cube_cart_init' argument 1 names different: declaration 'cart' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cartesian.h:47:33: note: Function 'cube_cart_init' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:66:33: note: Function 'cube_cart_init' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:98:33: style:inconclusive: Function 'cube_cart_free' argument 1 names different: declaration 'cart' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cartesian.h:52:33: note: Function 'cube_cart_free' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:98:33: note: Function 'cube_cart_free' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:126:39: style:inconclusive: Function 'cube_cart_def_coords' argument 1 names different: declaration 'cart' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cartesian.h:54:39: note: Function 'cube_cart_def_coords' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:126:39: note: Function 'cube_cart_def_coords' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:196:44: style:inconclusive: Function 'cube_cart_writeXML' argument 1 names different: declaration 'cart' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cartesian.h:58:44: note: Function 'cube_cart_writeXML' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:196:44: note: Function 'cube_cart_writeXML' argument 1 names different: declaration 'cart' definition 'this'. cubew-4.7/src/cubew/cubew_cartesian.c:197:44: style:inconclusive: Function 'cube_cart_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cartesian.h:59:44: note: Function 'cube_cart_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_cartesian.c:197:44: note: Function 'cube_cart_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_cartesian.c:68:33: style: Parameter 'dim' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_cartesian.c:69:33: style: Parameter 'period' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_cartesian.c:128:39: style: Parameter 'coord' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_cartesian.c:199:30: style: Variable 'k' is assigned a value that is never used. [unreadVariable] cubew-4.7/src/cubew/cubew_cnode.c:45:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cnode.c:60:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cnode.c:109:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cnode.c:130:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cnode.c:152:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cnode.c:327:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cnode.c:341:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_cnode.c:66:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_cnode.c:60:9: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_cnode.c:66:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_cnode.c:114:5: warning: If memory allocation fails, then there is a possible null pointer dereference: parameter_pair [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_cnode.c:113:37: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_cnode.c:113:28: note: Assignment 'parameter_pair=(struct nmap*)malloc(sizeof(struct nmap))', assigned value is 0 cubew-4.7/src/cubew/cubew_cnode.c:114:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_cnode.c:115:5: warning: If memory allocation fails, then there is a possible null pointer dereference: parameter_pair [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_cnode.c:113:37: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_cnode.c:113:28: note: Assignment 'parameter_pair=(struct nmap*)malloc(sizeof(struct nmap))', assigned value is 0 cubew-4.7/src/cubew/cubew_cnode.c:115:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_cnode.c:136:5: warning: If memory allocation fails, then there is a possible null pointer dereference: parameter_pair [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_cnode.c:135:37: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_cnode.c:135:28: note: Assignment 'parameter_pair=(struct cmap*)malloc(sizeof(struct cmap))', assigned value is 0 cubew-4.7/src/cubew/cubew_cnode.c:136:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_cnode.c:137:5: warning: If memory allocation fails, then there is a possible null pointer dereference: parameter_pair [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_cnode.c:135:37: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_cnode.c:135:28: note: Assignment 'parameter_pair=(struct cmap*)malloc(sizeof(struct cmap))', assigned value is 0 cubew-4.7/src/cubew/cubew_cnode.c:137:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_cnode.c:56:32: style:inconclusive: Function 'cube_cnode_create' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:50:32: note: Function 'cube_cnode_create' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:56:32: note: Function 'cube_cnode_create' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:80:38: style:inconclusive: Function 'cube_cnode_init' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:52:38: note: Function 'cube_cnode_init' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:80:38: note: Function 'cube_cnode_init' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:103:47: style:inconclusive: Function 'cube_cnode_add_numeric_parameter' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:58:47: note: Function 'cube_cnode_add_numeric_parameter' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:103:47: note: Function 'cube_cnode_add_numeric_parameter' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:124:46: style:inconclusive: Function 'cube_cnode_add_string_parameter' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:62:46: note: Function 'cube_cnode_add_string_parameter' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:124:46: note: Function 'cube_cnode_add_string_parameter' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:159:30: style:inconclusive: Function 'cube_cnode_free' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:67:30: note: Function 'cube_cnode_free' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:159:30: note: Function 'cube_cnode_free' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:212:35: style:inconclusive: Function 'cube_cnode_get_child' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:70:35: note: Function 'cube_cnode_get_child' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:212:35: note: Function 'cube_cnode_get_child' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:227:36: style:inconclusive: Function 'cube_cnode_get_parent' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:73:36: note: Function 'cube_cnode_get_parent' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:227:36: note: Function 'cube_cnode_get_parent' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:237:34: style:inconclusive: Function 'cube_cnode_get_line' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:75:34: note: Function 'cube_cnode_get_line' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:237:34: note: Function 'cube_cnode_get_line' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:246:33: style:inconclusive: Function 'cube_cnode_get_mod' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:79:33: note: Function 'cube_cnode_get_mod' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:246:33: note: Function 'cube_cnode_get_mod' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:255:36: style:inconclusive: Function 'cube_cnode_get_callee' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:81:36: note: Function 'cube_cnode_get_callee' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:255:36: note: Function 'cube_cnode_get_callee' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:264:36: style:inconclusive: Function 'cube_cnode_get_caller' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:83:36: note: Function 'cube_cnode_get_caller' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:264:36: note: Function 'cube_cnode_get_caller' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:277:38: style:inconclusive: Function 'cube_cnode_num_children' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:77:38: note: Function 'cube_cnode_num_children' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:277:38: note: Function 'cube_cnode_num_children' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:287:32: style:inconclusive: Function 'cube_cnode_set_id' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:94:32: note: Function 'cube_cnode_set_id' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:287:32: note: Function 'cube_cnode_set_id' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:298:32: style:inconclusive: Function 'cube_cnode_get_id' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:97:32: note: Function 'cube_cnode_get_id' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:298:32: note: Function 'cube_cnode_get_id' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:307:35: style:inconclusive: Function 'cube_cnode_get_level' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:99:35: note: Function 'cube_cnode_get_level' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:307:35: note: Function 'cube_cnode_get_level' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:324:34: style:inconclusive: Function 'cube_cnode_add_attr' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:102:34: note: Function 'cube_cnode_add_attr' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:324:34: note: Function 'cube_cnode_add_attr' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:334:34: style:inconclusive: Function 'cube_cnode_def_attr' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:105:34: note: Function 'cube_cnode_def_attr' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:334:34: note: Function 'cube_cnode_def_attr' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:359:45: style:inconclusive: Function 'cube_cnode_writeXML' argument 1 names different: declaration 'cnode' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:85:45: note: Function 'cube_cnode_writeXML' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:359:45: note: Function 'cube_cnode_writeXML' argument 1 names different: declaration 'cnode' definition 'this'. cubew-4.7/src/cubew/cubew_cnode.c:360:45: style:inconclusive: Function 'cube_cnode_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_cnode.h:86:45: note: Function 'cube_cnode_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_cnode.c:360:45: note: Function 'cube_cnode_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_cnode.c:227:36: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_cnode.c:246:33: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_cnode.c:255:36: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_cnode.c:298:32: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_cnode.c:169:15: style: Variable 'i' is assigned a value that is never used. [unreadVariable] cubew-4.7/src/cubew/cubew_cube.c:1101:94: error: There is an unknown macro here somewhere. Configuration is required. If CUBEW_VERSION is a macro then please configure it. [unknownMacro] cubew-4.7/src/cubew/cubew_location.c:36:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location.c:78:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location.c:114:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location.c:128:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location.c:38:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_location.c:36:9: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_location.c:38:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_location.c:32:38: style:inconclusive: Function 'cube_location_create' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:32:38: note: Function 'cube_location_create' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:32:38: note: Function 'cube_location_create' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:53:42: style:inconclusive: Function 'cube_location_init' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:37:49: note: Function 'cube_location_init' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:53:42: note: Function 'cube_location_init' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:85:36: style:inconclusive: Function 'cube_location_free' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:47:36: note: Function 'cube_location_free' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:85:36: note: Function 'cube_location_free' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:111:40: style:inconclusive: Function 'cube_location_add_attr' argument 1 names different: declaration 'location' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:85:40: note: Function 'cube_location_add_attr' argument 1 names different: declaration 'location' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:111:40: note: Function 'cube_location_add_attr' argument 1 names different: declaration 'location' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:121:40: style:inconclusive: Function 'cube_location_def_attr' argument 1 names different: declaration 'location' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:88:40: note: Function 'cube_location_def_attr' argument 1 names different: declaration 'location' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:121:40: note: Function 'cube_location_def_attr' argument 1 names different: declaration 'location' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:140:42: style:inconclusive: Function 'cube_location_get_parent' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:53:42: note: Function 'cube_location_get_parent' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:140:42: note: Function 'cube_location_get_parent' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:146:40: style:inconclusive: Function 'cube_location_get_name' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:55:40: note: Function 'cube_location_get_name' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:146:40: note: Function 'cube_location_get_name' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:152:40: style:inconclusive: Function 'cube_location_get_type' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:57:40: note: Function 'cube_location_get_type' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:152:40: note: Function 'cube_location_get_type' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:158:40: style:inconclusive: Function 'cube_location_get_rank' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:59:40: note: Function 'cube_location_get_rank' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:158:40: note: Function 'cube_location_get_rank' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:164:41: style:inconclusive: Function 'cube_location_get_level' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:62:41: note: Function 'cube_location_get_level' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:164:41: note: Function 'cube_location_get_level' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:182:48: style:inconclusive: Function 'cube_location_writeXML' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:64:48: note: Function 'cube_location_writeXML' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:182:48: note: Function 'cube_location_writeXML' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:183:48: style:inconclusive: Function 'cube_location_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:65:48: note: Function 'cube_location_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_location.c:183:48: note: Function 'cube_location_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_location.c:204:38: style:inconclusive: Function 'cube_location_set_id' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:67:38: note: Function 'cube_location_set_id' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:204:38: note: Function 'cube_location_set_id' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:211:38: style:inconclusive: Function 'cube_location_get_id' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location.h:73:38: note: Function 'cube_location_get_id' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:211:38: note: Function 'cube_location_get_id' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location.c:140:42: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location.c:146:40: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location.c:152:40: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location.c:158:40: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location.c:211:38: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location_group.c:43:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_group.c:59:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_group.c:104:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_group.c:147:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_group.c:161:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_group.c:65:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_location_group.c:59:9: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_location_group.c:65:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_location_group.c:55:50: style:inconclusive: Function 'cube_location_group_create' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:32:50: note: Function 'cube_location_group_create' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:55:50: note: Function 'cube_location_group_create' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:79:52: style:inconclusive: Function 'cube_location_group_init' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:36:57: note: Function 'cube_location_group_init' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:79:52: note: Function 'cube_location_group_init' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:102:55: style:inconclusive: Function 'cube_location_group_add_child' argument 2 names different: declaration 'proc' definition 'lg'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:81:62: note: Function 'cube_location_group_add_child' argument 2 names different: declaration 'proc' definition 'lg'. cubew-4.7/src/cubew/cubew_location_group.c:102:55: note: Function 'cube_location_group_add_child' argument 2 names different: declaration 'proc' definition 'lg'. cubew-4.7/src/cubew/cubew_location_group.c:112:48: style:inconclusive: Function 'cube_location_group_free' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:45:48: note: Function 'cube_location_group_free' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:112:48: note: Function 'cube_location_group_free' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:144:52: style:inconclusive: Function 'cube_location_group_add_attr' argument 1 names different: declaration 'lg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:85:52: note: Function 'cube_location_group_add_attr' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:144:52: note: Function 'cube_location_group_add_attr' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:154:52: style:inconclusive: Function 'cube_location_group_def_attr' argument 1 names different: declaration 'lg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:88:52: note: Function 'cube_location_group_def_attr' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:154:52: note: Function 'cube_location_group_def_attr' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:173:53: style:inconclusive: Function 'cube_location_group_get_child' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:50:53: note: Function 'cube_location_group_get_child' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:173:53: note: Function 'cube_location_group_get_child' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:184:54: style:inconclusive: Function 'cube_location_group_get_parent' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:53:54: note: Function 'cube_location_group_get_parent' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:184:54: note: Function 'cube_location_group_get_parent' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:190:52: style:inconclusive: Function 'cube_location_group_get_rank' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:55:52: note: Function 'cube_location_group_get_rank' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:190:52: note: Function 'cube_location_group_get_rank' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:196:52: style:inconclusive: Function 'cube_location_group_get_name' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:57:52: note: Function 'cube_location_group_get_name' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:196:52: note: Function 'cube_location_group_get_name' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:202:52: style:inconclusive: Function 'cube_location_group_get_type' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:59:52: note: Function 'cube_location_group_get_type' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:202:52: note: Function 'cube_location_group_get_type' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:208:56: style:inconclusive: Function 'cube_location_group_num_children' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:61:56: note: Function 'cube_location_group_num_children' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:208:56: note: Function 'cube_location_group_num_children' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:218:53: style:inconclusive: Function 'cube_location_group_get_level' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:63:53: note: Function 'cube_location_group_get_level' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:218:53: note: Function 'cube_location_group_get_level' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:235:54: style:inconclusive: Function 'cube_location_group_writeXML' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:65:54: note: Function 'cube_location_group_writeXML' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:235:54: note: Function 'cube_location_group_writeXML' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:236:54: style:inconclusive: Function 'cube_location_group_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:66:54: note: Function 'cube_location_group_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_location_group.c:236:54: note: Function 'cube_location_group_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_location_group.c:265:50: style:inconclusive: Function 'cube_location_group_set_id' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:68:50: note: Function 'cube_location_group_set_id' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:265:50: note: Function 'cube_location_group_set_id' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:272:50: style:inconclusive: Function 'cube_location_group_get_id' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group.h:73:50: note: Function 'cube_location_group_get_id' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:272:50: note: Function 'cube_location_group_get_id' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group.c:184:54: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location_group.c:190:52: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location_group.c:196:52: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location_group.c:202:52: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location_group.c:272:50: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_location_group_plain.c:41:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_group_plain.c:107:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_group_plain.c:115:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_group_plain.c:42:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_location_group_plain.c:41:5: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_location_group_plain.c:42:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_location_group_plain.c:53:61: style:inconclusive: Function 'cube_location_group_plain_init' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group_plain.h:34:60: note: Function 'cube_location_group_plain_init' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:53:61: note: Function 'cube_location_group_plain_init' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:69:62: style:inconclusive: Function 'cube_location_group_plain_clear' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group_plain.h:40:61: note: Function 'cube_location_group_plain_clear' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:69:62: note: Function 'cube_location_group_plain_clear' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:92:60: style:inconclusive: Function 'cube_location_group_plain_free' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group_plain.h:45:60: note: Function 'cube_location_group_plain_free' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:92:60: note: Function 'cube_location_group_plain_free' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:104:64: style:inconclusive: Function 'cube_location_group_plain_add_attr' argument 1 names different: declaration 'lg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group_plain.h:49:64: note: Function 'cube_location_group_plain_add_attr' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:104:64: note: Function 'cube_location_group_plain_add_attr' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:110:64: style:inconclusive: Function 'cube_location_group_plain_def_attr' argument 1 names different: declaration 'lg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group_plain.h:53:64: note: Function 'cube_location_group_plain_def_attr' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:110:64: note: Function 'cube_location_group_plain_def_attr' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:127:61: style:inconclusive: Function 'cube_location_group_plain_write' argument 1 names different: declaration 'lg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_group_plain.h:58:61: note: Function 'cube_location_group_plain_write' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_group_plain.c:127:61: note: Function 'cube_location_group_plain_write' argument 1 names different: declaration 'lg' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:40:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_plain.c:101:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_plain.c:110:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_location_plain.c:41:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_location_plain.c:40:5: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_location_plain.c:41:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_location_plain.c:53:48: style:inconclusive: Function 'cube_location_plain_init' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_plain.h:35:48: note: Function 'cube_location_plain_init' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:53:48: note: Function 'cube_location_plain_init' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:65:49: style:inconclusive: Function 'cube_location_plain_clear' argument 1 names different: declaration 'proc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_plain.h:42:49: note: Function 'cube_location_plain_clear' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:65:49: note: Function 'cube_location_plain_clear' argument 1 names different: declaration 'proc' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:87:48: style:inconclusive: Function 'cube_location_plain_free' argument 1 names different: declaration 'thrd' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_plain.h:46:48: note: Function 'cube_location_plain_free' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:87:48: note: Function 'cube_location_plain_free' argument 1 names different: declaration 'thrd' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:98:52: style:inconclusive: Function 'cube_location_plain_add_attr' argument 1 names different: declaration 'loc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_plain.h:51:52: note: Function 'cube_location_plain_add_attr' argument 1 names different: declaration 'loc' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:98:52: note: Function 'cube_location_plain_add_attr' argument 1 names different: declaration 'loc' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:105:52: style:inconclusive: Function 'cube_location_plain_def_attr' argument 1 names different: declaration 'loc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_plain.h:55:52: note: Function 'cube_location_plain_def_attr' argument 1 names different: declaration 'loc' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:105:52: note: Function 'cube_location_plain_def_attr' argument 1 names different: declaration 'loc' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:121:51: style:inconclusive: Function 'cube_location_plain_write' argument 1 names different: declaration 'loc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_location_plain.h:61:51: note: Function 'cube_location_plain_write' argument 1 names different: declaration 'loc' definition 'this'. cubew-4.7/src/cubew/cubew_location_plain.c:121:51: note: Function 'cube_location_plain_write' argument 1 names different: declaration 'loc' definition 'this'. cubew-4.7/src/cubew/cubew_memory.c:29:26: style: Parameter 'ptr' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_meta_data_writer.c:35:5: warning: If memory allocation fails, then there is a possible null pointer dereference: _writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_meta_data_writer.c:34:64: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_meta_data_writer.c:34:38: note: Assignment '_writer=(struct cube_meta_data_writer*)malloc(sizeof(struct cube_meta_data_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_meta_data_writer.c:35:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_metric.c:63:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_metric.c:323:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_metric.c:556:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_metric.c:638:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_metric.c:813:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_metric.c:827:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_metric.c:846:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_metric.c:946:22: style: The if condition is the same as the previous if condition [duplicateCondition] cubew-4.7/src/cubew/cubew_metric.c:929:22: note: First condition cubew-4.7/src/cubew/cubew_metric.c:946:22: note: Second condition cubew-4.7/src/cubew/cubew_metric.c:145:21: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_metric.c:144:35: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_metric.c:144:26: note: Assignment 'target_row=(void*)calloc(metric->nthrd*sizeof(double),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_metric.c:145:21: note: Null pointer dereference cubew-4.7/src/cubew/cubew_metric.c:167:21: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_metric.c:166:35: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_metric.c:166:26: note: Assignment 'target_row=(void*)calloc(metric->nthrd*sizeof(uint64_t),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_metric.c:167:21: note: Null pointer dereference cubew-4.7/src/cubew/cubew_metric.c:191:21: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_metric.c:190:35: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_metric.c:190:26: note: Assignment 'target_row=(void*)calloc(metric->nthrd*sizeof(uint64_t),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_metric.c:191:21: note: Null pointer dereference cubew-4.7/src/cubew/cubew_metric.c:421:13: warning: If memory allocation fails, then there is a possible null pointer dereference: to_return [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_metric.c:420:39: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_metric.c:420:30: note: Assignment 'to_return=(char*)calloc(bitstringsize,1)', assigned value is 0 cubew-4.7/src/cubew/cubew_metric.c:421:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_metric.c:552:34: style:inconclusive: Function 'cube_metric_create' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:109:34: note: Function 'cube_metric_create' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:552:34: note: Function 'cube_metric_create' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:570:41: style:inconclusive: Function 'cube_metric_init' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:111:41: note: Function 'cube_metric_init' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:570:41: note: Function 'cube_metric_init' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:655:33: style:inconclusive: Function 'cube_metric_valid' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:125:33: note: Function 'cube_metric_valid' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:655:33: note: Function 'cube_metric_valid' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:664:48: style:inconclusive: Function 'cube_metric_setup_for_writing' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:181:48: note: Function 'cube_metric_setup_for_writing' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:664:48: note: Function 'cube_metric_setup_for_writing' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:665:48: style:inconclusive: Function 'cube_metric_setup_for_writing' argument 2 names different: declaration 'cnds' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:182:48: note: Function 'cube_metric_setup_for_writing' argument 2 names different: declaration 'cnds' definition 'cnodes'. cubew-4.7/src/cubew/cubew_metric.c:665:48: note: Function 'cube_metric_setup_for_writing' argument 2 names different: declaration 'cnds' definition 'cnodes'. cubew-4.7/src/cubew/cubew_metric.c:666:48: style:inconclusive: Function 'cube_metric_setup_for_writing' argument 3 names different: declaration 'roots_cnds' definition 'roots_cnodes'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:183:48: note: Function 'cube_metric_setup_for_writing' argument 3 names different: declaration 'roots_cnds' definition 'roots_cnodes'. cubew-4.7/src/cubew/cubew_metric.c:666:48: note: Function 'cube_metric_setup_for_writing' argument 3 names different: declaration 'roots_cnds' definition 'roots_cnodes'. cubew-4.7/src/cubew/cubew_metric.c:686:42: style:inconclusive: Function 'cube_metric_set_expression' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:139:42: note: Function 'cube_metric_set_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:686:42: note: Function 'cube_metric_set_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:695:42: style:inconclusive: Function 'cube_metric_get_expression' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:143:42: note: Function 'cube_metric_get_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:695:42: note: Function 'cube_metric_get_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:702:47: style:inconclusive: Function 'cube_metric_set_init_expression' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:146:47: note: Function 'cube_metric_set_init_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:702:47: note: Function 'cube_metric_set_init_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:711:47: style:inconclusive: Function 'cube_metric_get_init_expression' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:150:47: note: Function 'cube_metric_get_init_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:711:47: note: Function 'cube_metric_get_init_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:718:58: style:inconclusive: Function 'cube_metric_set_aggr_expression' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:153:58: note: Function 'cube_metric_set_aggr_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:718:58: note: Function 'cube_metric_set_aggr_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:752:58: style:inconclusive: Function 'cube_metric_get_aggr_expression' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:158:58: note: Function 'cube_metric_get_aggr_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:752:58: note: Function 'cube_metric_get_aggr_expression' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:774:47: style:inconclusive: Function 'cube_metric_set_as_locationwise' argument 2 names different: declaration 'locationwise' definition '_locationwise'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:163:47: note: Function 'cube_metric_set_as_locationwise' argument 2 names different: declaration 'locationwise' definition '_locationwise'. cubew-4.7/src/cubew/cubew_metric.c:774:47: note: Function 'cube_metric_set_as_locationwise' argument 2 names different: declaration 'locationwise' definition '_locationwise'. cubew-4.7/src/cubew/cubew_metric.c:780:50: style:inconclusive: Function 'cube_metric_set_viz_type' argument 2 names different: declaration 'type' definition 'viz_type'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:167:50: note: Function 'cube_metric_set_viz_type' argument 2 names different: declaration 'type' definition 'viz_type'. cubew-4.7/src/cubew/cubew_metric.c:780:50: note: Function 'cube_metric_set_viz_type' argument 2 names different: declaration 'type' definition 'viz_type'. cubew-4.7/src/cubew/cubew_metric.c:800:46: style:inconclusive: Function 'cube_metric_return_enumeration' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:186:46: note: Function 'cube_metric_return_enumeration' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:800:46: note: Function 'cube_metric_return_enumeration' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:810:36: style:inconclusive: Function 'cube_metric_add_attr' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:229:36: note: Function 'cube_metric_add_attr' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:810:36: note: Function 'cube_metric_add_attr' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:820:36: style:inconclusive: Function 'cube_metric_def_attr' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:232:36: note: Function 'cube_metric_def_attr' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:820:36: note: Function 'cube_metric_def_attr' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:853:32: style:inconclusive: Function 'cube_metric_free' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:132:32: note: Function 'cube_metric_free' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:853:32: note: Function 'cube_metric_free' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:916:34: style:inconclusive: Function 'cube_metric_finish' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:135:34: note: Function 'cube_metric_finish' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:916:34: note: Function 'cube_metric_finish' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:917:34: style:inconclusive: Function 'cube_metric_finish' argument 2 names different: declaration 'wrte_index' definition 'write_index'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:136:34: note: Function 'cube_metric_finish' argument 2 names different: declaration 'wrte_index' definition 'write_index'. cubew-4.7/src/cubew/cubew_metric.c:917:34: note: Function 'cube_metric_finish' argument 2 names different: declaration 'wrte_index' definition 'write_index'. cubew-4.7/src/cubew/cubew_metric.c:1003:40: style:inconclusive: Function 'cube_metric_get_own_type' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:193:40: note: Function 'cube_metric_get_own_type' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1003:40: note: Function 'cube_metric_get_own_type' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1035:44: style:inconclusive: Function 'cube_metric_get_own_viz_type' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:196:44: note: Function 'cube_metric_get_own_viz_type' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1035:44: note: Function 'cube_metric_get_own_viz_type' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1093:37: style:inconclusive: Function 'cube_metric_get_child' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:199:37: note: Function 'cube_metric_get_child' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1093:37: note: Function 'cube_metric_get_child' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1104:38: style:inconclusive: Function 'cube_metric_get_parent' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:202:38: note: Function 'cube_metric_get_parent' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1104:38: note: Function 'cube_metric_get_parent' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1110:41: style:inconclusive: Function 'cube_metric_get_disp_name' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:204:41: note: Function 'cube_metric_get_disp_name' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1110:41: note: Function 'cube_metric_get_disp_name' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1116:41: style:inconclusive: Function 'cube_metric_get_uniq_name' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:206:41: note: Function 'cube_metric_get_uniq_name' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1116:41: note: Function 'cube_metric_get_uniq_name' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1122:37: style:inconclusive: Function 'cube_metric_get_dtype' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:208:37: note: Function 'cube_metric_get_dtype' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1122:37: note: Function 'cube_metric_get_dtype' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1128:35: style:inconclusive: Function 'cube_metric_get_uom' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:210:35: note: Function 'cube_metric_get_uom' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1128:35: note: Function 'cube_metric_get_uom' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1134:35: style:inconclusive: Function 'cube_metric_get_val' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:212:35: note: Function 'cube_metric_get_val' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1134:35: note: Function 'cube_metric_get_val' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1140:37: style:inconclusive: Function 'cube_metric_get_descr' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:214:37: note: Function 'cube_metric_get_descr' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1140:37: note: Function 'cube_metric_get_descr' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1146:35: style:inconclusive: Function 'cube_metric_get_url' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:216:35: note: Function 'cube_metric_get_url' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1146:35: note: Function 'cube_metric_get_url' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1156:46: style:inconclusive: Function 'cube_metric_writeXML' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:237:46: note: Function 'cube_metric_writeXML' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1156:46: note: Function 'cube_metric_writeXML' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1157:46: style:inconclusive: Function 'cube_metric_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:238:46: note: Function 'cube_metric_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_metric.c:1157:46: note: Function 'cube_metric_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_metric.c:1253:40: style:inconclusive: Function 'cube_metric_num_children' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:218:40: note: Function 'cube_metric_num_children' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1253:40: note: Function 'cube_metric_num_children' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1263:37: style:inconclusive: Function 'cube_metric_get_level' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:225:37: note: Function 'cube_metric_get_level' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1263:37: note: Function 'cube_metric_get_level' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1276:34: style:inconclusive: Function 'cube_metric_set_id' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:241:34: note: Function 'cube_metric_set_id' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1276:34: note: Function 'cube_metric_set_id' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1283:34: style:inconclusive: Function 'cube_metric_get_id' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:247:34: note: Function 'cube_metric_get_id' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1283:34: note: Function 'cube_metric_get_id' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1307:41: style:inconclusive: Function 'cube_metric_set_uniq_name' argument 1 names different: declaration 'metric' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:244:41: note: Function 'cube_metric_set_uniq_name' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1307:41: note: Function 'cube_metric_set_uniq_name' argument 1 names different: declaration 'metric' definition 'this'. cubew-4.7/src/cubew/cubew_metric.c:1445:56: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_uint8' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:278:60: note: Function 'cube_metric_write_row_of_cube_type_uint8' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1445:56: note: Function 'cube_metric_write_row_of_cube_type_uint8' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1456:55: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_int8' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:282:58: note: Function 'cube_metric_write_row_of_cube_type_int8' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1456:55: note: Function 'cube_metric_write_row_of_cube_type_int8' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1467:57: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_uint16' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:286:62: note: Function 'cube_metric_write_row_of_cube_type_uint16' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1467:57: note: Function 'cube_metric_write_row_of_cube_type_uint16' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1478:56: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_int16' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:290:60: note: Function 'cube_metric_write_row_of_cube_type_int16' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1478:56: note: Function 'cube_metric_write_row_of_cube_type_int16' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1489:57: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_uint32' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:294:62: note: Function 'cube_metric_write_row_of_cube_type_uint32' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1489:57: note: Function 'cube_metric_write_row_of_cube_type_uint32' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1500:56: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_int32' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:298:60: note: Function 'cube_metric_write_row_of_cube_type_int32' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1500:56: note: Function 'cube_metric_write_row_of_cube_type_int32' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1510:57: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_uint64' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:302:62: note: Function 'cube_metric_write_row_of_cube_type_uint64' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1510:57: note: Function 'cube_metric_write_row_of_cube_type_uint64' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1520:56: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_int64' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:306:60: note: Function 'cube_metric_write_row_of_cube_type_int64' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1520:56: note: Function 'cube_metric_write_row_of_cube_type_int64' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1530:57: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_double' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:310:62: note: Function 'cube_metric_write_row_of_cube_type_double' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1530:57: note: Function 'cube_metric_write_row_of_cube_type_double' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1540:61: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_tau_atomic' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:318:70: note: Function 'cube_metric_write_row_of_cube_type_tau_atomic' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1540:61: note: Function 'cube_metric_write_row_of_cube_type_tau_atomic' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1550:61: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_scale_func' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:322:70: note: Function 'cube_metric_write_row_of_cube_type_scale_func' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1550:61: note: Function 'cube_metric_write_row_of_cube_type_scale_func' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1560:58: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_complex' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:314:64: note: Function 'cube_metric_write_row_of_cube_type_complex' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1560:58: note: Function 'cube_metric_write_row_of_cube_type_complex' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1570:55: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_rate' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:326:58: note: Function 'cube_metric_write_row_of_cube_type_rate' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1570:55: note: Function 'cube_metric_write_row_of_cube_type_rate' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1581:60: style:inconclusive: Function 'cube_metric_write_row_of_cube_type_histogram' argument 1 names different: declaration 'met' definition 'metric'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_metric.h:331:65: note: Function 'cube_metric_write_row_of_cube_type_histogram' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:1581:60: note: Function 'cube_metric_write_row_of_cube_type_histogram' argument 1 names different: declaration 'met' definition 'metric'. cubew-4.7/src/cubew/cubew_metric.c:130:52: style: Parameter 'metric' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:153:51: style: Parameter 'metric' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:177:50: style: Parameter 'metric' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:477:46: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:655:33: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:686:54: style: Parameter 'expression' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:695:42: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:702:59: style: Parameter 'expression' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:711:47: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:720:58: style: Parameter 'expression' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:786:40: style: Parameter 'metric' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:800:46: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1003:40: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1035:44: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1057:40: style: Parameter 'metric' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1104:38: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1110:41: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1116:41: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1122:37: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1128:35: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1134:35: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1140:37: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1146:35: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1283:34: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1325:37: style: Parameter 'cnd' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1326:37: style: Parameter 'data_row' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_metric.c:1337:15: style: Variable 'array' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_metric.c:1358:27: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment] cubew-4.7/src/cubew/cubew_region.c:43:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_region.c:58:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_region.c:118:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_region.c:166:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_region.c:180:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_region.c:64:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_region.c:58:9: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_region.c:64:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_region.c:54:34: style:inconclusive: Function 'cube_region_create' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:52:34: note: Function 'cube_region_create' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:54:34: note: Function 'cube_region_create' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:78:32: style:inconclusive: Function 'cube_region_init' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:54:32: note: Function 'cube_region_init' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:78:32: note: Function 'cube_region_init' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:106:37: style:inconclusive: Function 'cube_region_add_cnode' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:89:37: note: Function 'cube_region_add_cnode' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:106:37: note: Function 'cube_region_add_cnode' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:126:32: style:inconclusive: Function 'cube_region_free' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:66:32: note: Function 'cube_region_free' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:126:32: note: Function 'cube_region_free' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:163:36: style:inconclusive: Function 'cube_region_add_attr' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:104:36: note: Function 'cube_region_add_attr' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:163:36: note: Function 'cube_region_add_attr' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:173:36: style:inconclusive: Function 'cube_region_def_attr' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:107:36: note: Function 'cube_region_def_attr' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:173:36: note: Function 'cube_region_def_attr' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:192:36: style:inconclusive: Function 'cube_region_get_name' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:69:36: note: Function 'cube_region_get_name' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:192:36: note: Function 'cube_region_get_name' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:197:44: style:inconclusive: Function 'cube_region_get_mangled_name' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:71:44: note: Function 'cube_region_get_mangled_name' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:197:44: note: Function 'cube_region_get_mangled_name' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:203:40: style:inconclusive: Function 'cube_region_get_paradigm' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:73:40: note: Function 'cube_region_get_paradigm' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:203:40: note: Function 'cube_region_get_paradigm' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:209:36: style:inconclusive: Function 'cube_region_get_role' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:75:36: note: Function 'cube_region_get_role' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:209:36: note: Function 'cube_region_get_role' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:215:35: style:inconclusive: Function 'cube_region_get_url' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:77:35: note: Function 'cube_region_get_url' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:215:35: note: Function 'cube_region_get_url' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:221:37: style:inconclusive: Function 'cube_region_get_descr' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:79:37: note: Function 'cube_region_get_descr' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:221:37: note: Function 'cube_region_get_descr' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:227:35: style:inconclusive: Function 'cube_region_get_mod' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:81:35: note: Function 'cube_region_get_mod' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:227:35: note: Function 'cube_region_get_mod' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:233:39: style:inconclusive: Function 'cube_region_get_begn_ln' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:83:39: note: Function 'cube_region_get_begn_ln' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:233:39: note: Function 'cube_region_get_begn_ln' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:239:38: style:inconclusive: Function 'cube_region_get_end_ln' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:85:38: note: Function 'cube_region_get_end_ln' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:239:38: note: Function 'cube_region_get_end_ln' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:245:40: style:inconclusive: Function 'cube_region_num_children' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:87:40: note: Function 'cube_region_num_children' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:245:40: note: Function 'cube_region_num_children' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:256:46: style:inconclusive: Function 'cube_region_writeXML' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:92:46: note: Function 'cube_region_writeXML' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:256:46: note: Function 'cube_region_writeXML' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:257:46: style:inconclusive: Function 'cube_region_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:93:46: note: Function 'cube_region_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_region.c:257:46: note: Function 'cube_region_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_region.c:320:34: style:inconclusive: Function 'cube_region_set_id' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:98:34: note: Function 'cube_region_set_id' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:320:34: note: Function 'cube_region_set_id' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:327:34: style:inconclusive: Function 'cube_region_get_id' argument 1 names different: declaration 'reg' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_region.h:101:34: note: Function 'cube_region_get_id' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:327:34: note: Function 'cube_region_get_id' argument 1 names different: declaration 'reg' definition 'this'. cubew-4.7/src/cubew/cubew_region.c:192:36: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_region.c:197:44: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_region.c:203:40: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_region.c:209:36: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_region.c:215:35: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_region.c:221:37: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_region.c:227:35: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_region.c:327:34: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:321:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_services.c:1358:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_services.c:1399:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_services.c:1436:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRWXU [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_services.c:309:19: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cubew-4.7/src/cubew/cubew_services.c:314:17: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] cubew-4.7/src/cubew/cubew_services.c:284:25: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] cubew-4.7/src/cubew/cubew_services.c:286:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] cubew-4.7/src/cubew/cubew_services.c:291:25: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] cubew-4.7/src/cubew/cubew_services.c:293:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] cubew-4.7/src/cubew/cubew_services.c:1393:13: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint] cubew-4.7/src/cubew/cubew_services.c:310:5: warning: If memory allocation fails, then there is a possible null pointer dereference: _type [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:304:64: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:304:37: note: Assignment '_type=(struct cube_value_param_array*)calloc(sizeof(struct cube_value_param_array),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:310:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_services.c:321:9: warning: If memory allocation fails, then there is a possible null pointer dereference: _type [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:304:64: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:304:37: note: Assignment '_type=(struct cube_value_param_array*)calloc(sizeof(struct cube_value_param_array),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:315:20: note: Assuming condition is false cubew-4.7/src/cubew/cubew_services.c:321:9: note: Null pointer dereference cubew-4.7/src/cubew/cubew_services.c:429:13: warning: If memory allocation fails, then there is a possible null pointer dereference: index [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:428:36: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:428:23: note: Assignment 'index=(uint32_t*)malloc(isize*sizeof(uint32_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:429:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_services.c:508:9: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:504:41: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:504:28: note: Assignment 'target_row=(uint64_t*)malloc(size*sizeof(uint64_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:508:9: note: Null pointer dereference cubew-4.7/src/cubew/cubew_services.c:522:9: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:518:39: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:518:27: note: Assignment 'target_row=(int64_t*)malloc(size*sizeof(int64_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:522:9: note: Null pointer dereference cubew-4.7/src/cubew/cubew_services.c:537:9: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:533:38: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:533:27: note: Assignment 'target_row=(double*)malloc(size*sizeof(double))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:537:9: note: Null pointer dereference cubew-4.7/src/cubew/cubew_services.c:552:9: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:548:38: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:548:27: note: Assignment 'target_row=(double*)malloc(size*sizeof(double))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:552:9: note: Null pointer dereference cubew-4.7/src/cubew/cubew_services.c:1418:13: warning: If memory allocation fails, then there is a possible null pointer dereference: new_str [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:1417:21: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:1417:21: note: Assignment 'new_str=calloc(strlen(str)+1,1)', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:1418:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_services.c:486:13: style: Redundant initialization for 'i'. The initialized value is overwritten before it is read. [redundantInitialization] cubew-4.7/src/cubew/cubew_services.c:485:34: note: i is initialized cubew-4.7/src/cubew/cubew_services.c:486:13: note: i is overwritten cubew-4.7/src/cubew/cubew_services.c:132:51: style:inconclusive: Function '__cube_metric_size_dtype' argument 1 names different: declaration '_array' definition 'dtype'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_services.h:44:51: note: Function '__cube_metric_size_dtype' argument 1 names different: declaration '_array' definition 'dtype'. cubew-4.7/src/cubew/cubew_services.c:132:51: note: Function '__cube_metric_size_dtype' argument 1 names different: declaration '_array' definition 'dtype'. cubew-4.7/src/cubew/cubew_services.c:220:53: style:inconclusive: Function '__cube_metric_dtype2string' argument 1 names different: declaration '_array' definition 'dtype'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_services.h:46:53: note: Function '__cube_metric_dtype2string' argument 1 names different: declaration '_array' definition 'dtype'. cubew-4.7/src/cubew/cubew_services.c:220:53: note: Function '__cube_metric_dtype2string' argument 1 names different: declaration '_array' definition 'dtype'. cubew-4.7/src/cubew/cubew_services.c:561:40: style:inconclusive: Function '__cube_transform_row_of_values' argument 3 names different: declaration 'sevs' definition 'row'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_services.h:106:57: note: Function '__cube_transform_row_of_values' argument 3 names different: declaration 'sevs' definition 'row'. cubew-4.7/src/cubew/cubew_services.c:561:40: note: Function '__cube_transform_row_of_values' argument 3 names different: declaration 'sevs' definition 'row'. cubew-4.7/src/cubew/cubew_services.c:788:58: style:inconclusive: Function '__cube_type_compatibility_check' argument 1 names different: declaration 'from' definition 'dtype_params_from'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_services.h:99:58: note: Function '__cube_type_compatibility_check' argument 1 names different: declaration 'from' definition 'dtype_params_from'. cubew-4.7/src/cubew/cubew_services.c:788:58: note: Function '__cube_type_compatibility_check' argument 1 names different: declaration 'from' definition 'dtype_params_from'. cubew-4.7/src/cubew/cubew_services.c:788:101: style:inconclusive: Function '__cube_type_compatibility_check' argument 2 names different: declaration 'to' definition 'dtype_params_to'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_services.h:100:58: note: Function '__cube_type_compatibility_check' argument 2 names different: declaration 'to' definition 'dtype_params_to'. cubew-4.7/src/cubew/cubew_services.c:788:101: note: Function '__cube_type_compatibility_check' argument 2 names different: declaration 'to' definition 'dtype_params_to'. cubew-4.7/src/cubew/cubew_services.c:986:48: style:inconclusive: Function '__cube_get_init_value' argument 1 names different: declaration 'dtype_params' definition 'datatype'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_services.h:120:48: note: Function '__cube_get_init_value' argument 1 names different: declaration 'dtype_params' definition 'datatype'. cubew-4.7/src/cubew/cubew_services.c:986:48: note: Function '__cube_get_init_value' argument 1 names different: declaration 'dtype_params' definition 'datatype'. cubew-4.7/src/cubew/cubew_services.c:308:11: style: Variable 'token' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_services.c:341:38: style: Parameter 'bit_vector' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:384:34: style: Parameter 'bit_vector' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:446:26: style: Parameter 'bit_vector' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:479:43: style: Parameter 'bit_vector' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:501:48: style: Parameter 'data_row' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:515:47: style: Parameter 'data_row' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:530:49: style: Parameter 'data_row' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:545:47: style: Parameter 'data_row' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:611:49: style: Parameter 'from' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:611:79: style: Parameter 'to' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:968:11: style: Variable 'element' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_services.c:1346:35: style: Parameter 'bitstring' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_services.c:1382:11: style: Variable 'end' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_services.c:1428:14: style: Variable 'mystr1' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_services.c:1429:14: style: Variable 'mystr2' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_services.c:1377:18: style: union member 'pattern::ch' is never used. [unusedStructMember] cubew-4.7/src/cubew/cubew_system_tree_node.c:43:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node.c:61:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node.c:105:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node.c:154:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node.c:168:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node.c:325:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node.c:335:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node.c:67:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_system_tree_node.c:61:9: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_system_tree_node.c:67:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_node.c:57:54: style:inconclusive: Function 'cube_system_tree_node_create' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:33:54: note: Function 'cube_system_tree_node_create' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:57:54: note: Function 'cube_system_tree_node_create' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:80:52: style:inconclusive: Function 'cube_system_tree_node_init' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:41:52: note: Function 'cube_system_tree_node_init' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:80:52: note: Function 'cube_system_tree_node_init' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:101:61: style:inconclusive: Function 'cube_system_tree_node_reserve_nodes' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:51:61: note: Function 'cube_system_tree_node_reserve_nodes' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:101:61: note: Function 'cube_system_tree_node_reserve_nodes' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:112:52: style:inconclusive: Function 'cube_system_tree_node_free' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:58:52: note: Function 'cube_system_tree_node_free' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:112:52: note: Function 'cube_system_tree_node_free' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:151:56: style:inconclusive: Function 'cube_system_tree_node_add_attr' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:114:56: note: Function 'cube_system_tree_node_add_attr' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:151:56: note: Function 'cube_system_tree_node_add_attr' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:161:56: style:inconclusive: Function 'cube_system_tree_node_def_attr' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:117:56: note: Function 'cube_system_tree_node_def_attr' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:161:56: note: Function 'cube_system_tree_node_def_attr' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:183:57: style:inconclusive: Function 'cube_system_tree_node_get_child' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:66:57: note: Function 'cube_system_tree_node_get_child' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:183:57: note: Function 'cube_system_tree_node_get_child' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:194:66: style:inconclusive: Function 'cube_system_tree_node_get_location_group' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:69:66: note: Function 'cube_system_tree_node_get_location_group' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:194:66: note: Function 'cube_system_tree_node_get_location_group' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:205:56: style:inconclusive: Function 'cube_system_tree_node_get_name' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:73:56: note: Function 'cube_system_tree_node_get_name' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:205:56: note: Function 'cube_system_tree_node_get_name' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:211:56: style:inconclusive: Function 'cube_system_tree_node_get_desc' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:75:56: note: Function 'cube_system_tree_node_get_desc' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:211:56: note: Function 'cube_system_tree_node_get_desc' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:216:57: style:inconclusive: Function 'cube_system_tree_node_get_class' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:77:57: note: Function 'cube_system_tree_node_get_class' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:216:57: note: Function 'cube_system_tree_node_get_class' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:221:60: style:inconclusive: Function 'cube_system_tree_node_num_children' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:79:60: note: Function 'cube_system_tree_node_num_children' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:221:60: note: Function 'cube_system_tree_node_num_children' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:226:66: style:inconclusive: Function 'cube_system_tree_node_num_location_group' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:81:66: note: Function 'cube_system_tree_node_num_location_group' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:226:66: note: Function 'cube_system_tree_node_num_location_group' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:232:57: style:inconclusive: Function 'cube_system_tree_node_get_level' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:83:57: note: Function 'cube_system_tree_node_get_level' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:232:57: note: Function 'cube_system_tree_node_get_level' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:252:56: style:inconclusive: Function 'cube_system_tree_node_writeXML' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:85:56: note: Function 'cube_system_tree_node_writeXML' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:252:56: note: Function 'cube_system_tree_node_writeXML' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:253:56: style:inconclusive: Function 'cube_system_tree_node_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:86:56: note: Function 'cube_system_tree_node_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_system_tree_node.c:253:56: note: Function 'cube_system_tree_node_writeXML' argument 2 names different: declaration 'writer' definition 'meta_data_writer'. cubew-4.7/src/cubew/cubew_system_tree_node.c:289:54: style:inconclusive: Function 'cube_system_tree_node_set_id' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:91:54: note: Function 'cube_system_tree_node_set_id' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:289:54: note: Function 'cube_system_tree_node_set_id' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:296:54: style:inconclusive: Function 'cube_system_tree_node_get_id' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:97:54: note: Function 'cube_system_tree_node_get_id' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:296:54: note: Function 'cube_system_tree_node_get_id' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node.c:333:57: style:inconclusive: Function 'cube_system_tree_node_add_group' argument 2 names different: declaration 'group' definition 'lg'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node.h:110:57: note: Function 'cube_system_tree_node_add_group' argument 2 names different: declaration 'group' definition 'lg'. cubew-4.7/src/cubew/cubew_system_tree_node.c:333:57: note: Function 'cube_system_tree_node_add_group' argument 2 names different: declaration 'group' definition 'lg'. cubew-4.7/src/cubew/cubew_system_tree_node.c:205:56: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_system_tree_node.c:211:56: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_system_tree_node.c:216:57: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_system_tree_node.c:296:54: style: Parameter 'this' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:42:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:112:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:124:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:43:5: warning: Either the condition '!this' is redundant or there is possible null pointer dereference: this. [nullPointerRedundantCheck] cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:42:5: note: Assuming that condition '!this' is not redundant cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:43:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:54:64: style:inconclusive: Function 'cube_system_tree_node_plain_init' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node_plain.h:37:64: note: Function 'cube_system_tree_node_plain_init' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:54:64: note: Function 'cube_system_tree_node_plain_init' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:71:65: style:inconclusive: Function 'cube_system_tree_node_plain_clear' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node_plain.h:47:65: note: Function 'cube_system_tree_node_plain_clear' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:71:65: note: Function 'cube_system_tree_node_plain_clear' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:93:64: style:inconclusive: Function 'cube_system_tree_node_plain_free' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node_plain.h:44:64: note: Function 'cube_system_tree_node_plain_free' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:93:64: note: Function 'cube_system_tree_node_plain_free' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:109:68: style:inconclusive: Function 'cube_system_tree_node_plain_add_attr' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node_plain.h:51:68: note: Function 'cube_system_tree_node_plain_add_attr' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:109:68: note: Function 'cube_system_tree_node_plain_add_attr' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:119:68: style:inconclusive: Function 'cube_system_tree_node_plain_def_attr' argument 1 names different: declaration 'stn' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node_plain.h:55:68: note: Function 'cube_system_tree_node_plain_def_attr' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:119:68: note: Function 'cube_system_tree_node_plain_def_attr' argument 1 names different: declaration 'stn' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:136:65: style:inconclusive: Function 'cube_system_tree_node_plain_write' argument 1 names different: declaration 'loc' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_node_plain.h:60:65: note: Function 'cube_system_tree_node_plain_write' argument 1 names different: declaration 'loc' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:136:65: note: Function 'cube_system_tree_node_plain_write' argument 1 names different: declaration 'loc' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:36:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:36:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:37:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:37:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:38:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:38:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:40:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:40:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:42:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:42:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:43:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:43:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:44:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:44:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:46:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:46:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:48:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:48:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:49:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:49:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:50:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:50:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:55:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:55:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:56:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:56:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:57:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:57:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:58:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:58:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:60:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:60:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_system_tree_writer.c:82:57: style:inconclusive: Function 'cube_system_tree_writer_setup' argument 1 names different: declaration 'writer' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_writer.h:65:63: note: Function 'cube_system_tree_writer_setup' argument 1 names different: declaration 'writer' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:82:57: note: Function 'cube_system_tree_writer_setup' argument 1 names different: declaration 'writer' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:82:217: style:inconclusive: Function 'cube_system_tree_writer_setup' argument 6 names different: declaration 'user_ptr' definition '_user_ptr'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_writer.h:70:63: note: Function 'cube_system_tree_writer_setup' argument 6 names different: declaration 'user_ptr' definition '_user_ptr'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:82:217: note: Function 'cube_system_tree_writer_setup' argument 6 names different: declaration 'user_ptr' definition '_user_ptr'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:235:68: style:inconclusive: Function 'cube_system_tree_writer_driver_step' argument 1 names different: declaration 'writer' definition 'this'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_writer.h:73:68: note: Function 'cube_system_tree_writer_driver_step' argument 1 names different: declaration 'writer' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:235:68: note: Function 'cube_system_tree_writer_driver_step' argument 1 names different: declaration 'writer' definition 'this'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:237:68: style:inconclusive: Function 'cube_system_tree_writer_driver_step' argument 3 names different: declaration 'stn_plain' definition '_stn_plain'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_writer.h:75:68: note: Function 'cube_system_tree_writer_driver_step' argument 3 names different: declaration 'stn_plain' definition '_stn_plain'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:237:68: note: Function 'cube_system_tree_writer_driver_step' argument 3 names different: declaration 'stn_plain' definition '_stn_plain'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:238:68: style:inconclusive: Function 'cube_system_tree_writer_driver_step' argument 4 names different: declaration 'lg_plain' definition '_lg_plain'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_writer.h:76:68: note: Function 'cube_system_tree_writer_driver_step' argument 4 names different: declaration 'lg_plain' definition '_lg_plain'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:238:68: note: Function 'cube_system_tree_writer_driver_step' argument 4 names different: declaration 'lg_plain' definition '_lg_plain'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:239:68: style:inconclusive: Function 'cube_system_tree_writer_driver_step' argument 5 names different: declaration 'loc_plain' definition '_loc_plain'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_system_tree_writer.h:77:68: note: Function 'cube_system_tree_writer_driver_step' argument 5 names different: declaration 'loc_plain' definition '_loc_plain'. cubew-4.7/src/cubew/cubew_system_tree_writer.c:239:68: note: Function 'cube_system_tree_writer_driver_step' argument 5 names different: declaration 'loc_plain' definition '_loc_plain'. cubew-4.7/src/cubew/cubew_tar_writing.c:170:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] cubew-4.7/src/cubew/cubew_tar_writing.c:58:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buff [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:57:27: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:57:18: note: Assignment 'buff=(char*)calloc(1,strlen(cubename)+7)', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:58:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:59:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buff [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:57:27: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:57:18: note: Assignment 'buff=(char*)calloc(1,strlen(cubename)+7)', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:59:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:102:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:102:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:102:31: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: filename [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:214:31: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:214:31: note: Assignment 'paxname=calloc(1,11+strlen(dataname))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:216:76: note: Calling function '__cube_create_tar_header', 2nd argument 'paxname' value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:102:31: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:103:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:103:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:104:15: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:104:15: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:105:15: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:105:15: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:107:15: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:107:15: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:108:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:108:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:109:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:109:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:110:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:110:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:113:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:113:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:115:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:115:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:136:13: warning: If memory allocation fails, then there is a possible null pointer dereference: _tmp [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:135:36: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:135:27: note: Assignment '_tmp=(char*)calloc(difference,sizeof(char))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:136:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:149:13: warning: If memory allocation fails, then there is a possible null pointer dereference: _tmp [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:148:36: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:148:27: note: Assignment '_tmp=(char*)calloc(difference,sizeof(char))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:149:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:355:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:355:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:356:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:356:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:357:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:357:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:358:10: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:358:10: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:362:10: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:362:10: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:367:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:367:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:368:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:368:13: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:369:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:369:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:370:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:370:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:371:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:371:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:372:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:372:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:373:10: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:373:10: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:379:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:379:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:380:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:380:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:381:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:381:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:382:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:382:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:383:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:383:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:384:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:384:5: note: Null pointer dereference cubew-4.7/src/cubew/cubew_tar_writing.c:178:49: style:inconclusive: Function 'cube_report_anchor_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:107:49: note: Function 'cube_report_anchor_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:178:49: note: Function 'cube_report_anchor_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:201:54: style:inconclusive: Function 'cube_report_metric_data_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:109:54: note: Function 'cube_report_metric_data_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:201:54: note: Function 'cube_report_metric_data_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:236:55: style:inconclusive: Function 'cube_report_metric_index_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:112:55: note: Function 'cube_report_metric_index_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:236:55: note: Function 'cube_report_metric_index_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:255:52: style:inconclusive: Function 'cube_report_misc_data_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:115:52: note: Function 'cube_report_misc_data_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:255:52: note: Function 'cube_report_misc_data_start' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:283:55: style:inconclusive: Function 'cube_report_metric_data_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:123:55: note: Function 'cube_report_metric_data_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:283:55: note: Function 'cube_report_metric_data_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:298:53: style:inconclusive: Function 'cube_report_misc_data_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:127:53: note: Function 'cube_report_misc_data_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:298:53: note: Function 'cube_report_misc_data_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:312:60: style:inconclusive: Function 'cube_report_metric_data_weak_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:130:60: note: Function 'cube_report_metric_data_weak_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:312:60: note: Function 'cube_report_metric_data_weak_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:319:56: style:inconclusive: Function 'cube_report_metric_index_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:134:56: note: Function 'cube_report_metric_index_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:319:56: note: Function 'cube_report_metric_index_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:333:50: style:inconclusive: Function 'cube_report_anchor_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:120:50: note: Function 'cube_report_anchor_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:333:50: note: Function 'cube_report_anchor_finish' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:392:53: style:inconclusive: Function 'cube_report_write_metric_row' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:149:53: note: Function 'cube_report_write_metric_row' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:392:53: note: Function 'cube_report_write_metric_row' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:416:41: style:inconclusive: Function 'cube_writing_end' argument 1 names different: declaration 'rlw' definition 'tar_writer'. [funcArgNamesDifferent] cubew-4.7/src/cubew/cubew_tar_writing.h:146:41: note: Function 'cube_writing_end' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:416:41: note: Function 'cube_writing_end' argument 1 names different: declaration 'rlw' definition 'tar_writer'. cubew-4.7/src/cubew/cubew_tar_writing.c:55:35: style: Parameter 'cubename' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_tar_writing.c:70:11: style: Variable 'pre_checksum' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_tar_writing.c:73:19: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_tar_writing.c:99:49: style: Parameter 'tar_writer' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_tar_writing.c:99:67: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_tar_writing.c:112:11: style: Variable '_magic' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_tar_writing.c:114:11: style: Variable '_version' can be declared as pointer to const [constVariablePointer] cubew-4.7/src/cubew/cubew_tar_writing.c:312:60: style: Parameter 'tar_writer' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_tar_writing.c:312:85: style: Parameter 'met' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/cubew/cubew_tar_writing.c:312:96: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] cubew-4.7/src/tools/cubew_config/cubew_config.cpp:95:26: error: syntax error [syntaxError] cubew-4.7/src/tools/cubew_config/cubew_config_data.cpp:167:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cubew-4.7/src/tools/cubew_config/cubew_config_data.hpp:101:5: style:inconclusive: Technically the member function 'cubew_config_data::remove_system_path' can be const. [functionConst] cubew-4.7/src/tools/cubew_config/cubew_config_data.cpp:196:20: note: Technically the member function 'cubew_config_data::remove_system_path' can be const. cubew-4.7/src/tools/cubew_config/cubew_config_data.hpp:101:5: note: Technically the member function 'cubew_config_data::remove_system_path' can be const. cubew-4.7/src/tools/cubew_config/cubew_config_data.hpp:118:5: style:inconclusive: Technically the member function 'cubew_config_data::prepare_string' can be const. [functionConst] cubew-4.7/src/tools/cubew_config/cubew_config_data.cpp:287:20: note: Technically the member function 'cubew_config_data::prepare_string' can be const. cubew-4.7/src/tools/cubew_config/cubew_config_data.hpp:118:5: note: Technically the member function 'cubew_config_data::prepare_string' can be const. cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:59:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:101:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:120:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:115:19: style: The scope of the variable 'current_path' can be reduced. [variableScope] cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:197:9: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:115:32: style: Variable 'current_path' is assigned a value that is never used. [unreadVariable] cubew-4.7/test/test3/cube_self_test3.c:126:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3.c:200:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3.c:210:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3.c:243:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3.c:547:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:355:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:355:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:547:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:566:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:566:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:582:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:582:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:592:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:592:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:593:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:593:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:606:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:606:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:607:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:607:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:617:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:617:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:618:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:618:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3.c:655:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3.c:83:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3.c:655:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3.c:655:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3.c:85:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3.c:655:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_1.c:129:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_1.c:194:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_1.c:205:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_1.c:238:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_1.c:541:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:350:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:350:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:541:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:559:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:559:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:575:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:575:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:585:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:585:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:586:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:586:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:599:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:599:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:600:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:600:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:610:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:610:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:611:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:611:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_1.c:645:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_1.c:86:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_1.c:645:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_1.c:645:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_1.c:88:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_1.c:645:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_2.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_2.c:199:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_2.c:209:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_2.c:236:92: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_POSTDERIVED [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_2.c:465:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:275:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:275:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:465:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:483:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:483:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:499:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:499:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:509:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:509:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:510:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:510:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:523:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:523:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:524:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:524:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:534:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:534:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:535:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:535:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_2.c:569:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_2.c:87:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_2.c:569:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_2.c:569:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_2.c:89:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_2.c:569:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_3.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_3.c:204:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_3.c:214:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_3.c:254:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_3.c:560:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:366:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:366:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:560:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:561:31: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:366:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:366:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:561:31: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:562:31: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:366:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:366:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:562:31: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:592:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:592:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:597:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:597:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:603:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:603:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:609:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:609:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:610:33: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:610:33: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:611:33: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:611:33: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:627:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:627:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:637:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:637:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:638:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:638:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:651:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:651:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:652:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:652:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:662:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:662:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:663:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:663:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_3.c:700:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_3.c:87:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_3.c:700:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_3.c:700:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_3.c:89:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_3.c:700:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_5.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_5.c:199:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_5.c:209:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_5.c:229:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_GHOST [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_5.c:440:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:250:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:250:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:440:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:458:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:458:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:474:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:474:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:484:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:484:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:485:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:485:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:498:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:498:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:499:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:499:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:509:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:509:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:510:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:510:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_5.c:544:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_5.c:87:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_5.c:544:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_5.c:544:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_5.c:89:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_5.c:544:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_6.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_6.c:199:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_6.c:209:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_6.c:424:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:234:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:234:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:424:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:442:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:442:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:458:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:458:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:468:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:468:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:469:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:469:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:482:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:482:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:483:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:483:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:493:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:493:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:494:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:494:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_6.c:528:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_6.c:87:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_6.c:528:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_6.c:528:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_6.c:89:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_6.c:528:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_7.c:120:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_7.c:179:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_7.c:189:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_7.c:206:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_TRUE [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_7.c:455:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:263:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:263:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:455:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:474:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:474:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:490:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:490:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:500:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:500:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:501:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:501:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:514:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:514:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:515:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:515:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:525:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:525:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:526:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:526:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_7.c:563:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_7.c:79:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_7.c:563:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_7.c:563:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_7.c:81:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_7.c:563:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_8.c:143:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_8.c:225:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_8.c:236:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_8.c:258:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_8.c:309:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test3_8.c:468:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_8.c:421:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_8.c:421:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_8.c:468:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test3_8.c:272:13: style: Redundant initialization for 'i'. The initialized value is overwritten before it is read. [redundantInitialization] cubew-4.7/test/test3/cube_self_test3_8.c:271:13: note: i is initialized cubew-4.7/test/test3/cube_self_test3_8.c:272:13: note: i is overwritten cubew-4.7/test/test3/cube_self_test3_8.c:568:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_8.c:94:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_8.c:568:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test3_8.c:568:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test3_8.c:96:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test3_8.c:568:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test_mem_tracking.c:174:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:246:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:256:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:471:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:281:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:281:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:471:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:489:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:489:9: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:505:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:505:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:515:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:515:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:516:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:516:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:529:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:529:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:530:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:530:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:540:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:540:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:541:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:541:35: note: Null pointer dereference cubew-4.7/test/test3/cube_self_test_mem_tracking.c:577:65: style:inconclusive: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:89:32: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test_mem_tracking.c:577:65: note: Function 'create_calltree' argument 3 names different: declaration 'codes' definition 'cnodes'. cubew-4.7/test/test3/cube_self_test_mem_tracking.c:577:88: style:inconclusive: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. [funcArgNamesDifferent] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:91:32: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test_mem_tracking.c:577:88: note: Function 'create_calltree' argument 5 names different: declaration 'reg_idx' definition 'region_idx'. cubew-4.7/test/test3/cube_self_test_mem_tracking.c:108:32: style: Parameter 'usr_ptr' can be declared as pointer to const. However it seems that 'own_malloc' is a callback function, if 'usr_ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:145:24: note: You might need to cast the function pointer here cubew-4.7/test/test3/cube_self_test_mem_tracking.c:108:32: note: Parameter 'usr_ptr' can be declared as pointer to const cubew-4.7/test/test3/cube_self_test_mem_tracking.c:120:19: style: Parameter 'ptr' can be declared as pointer to const. However it seems that 'my_pointer' is a callback function, if 'ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:145:36: note: You might need to cast the function pointer here cubew-4.7/test/test3/cube_self_test_mem_tracking.c:120:19: note: Parameter 'ptr' can be declared as pointer to const cubew-4.7/test/test3/cube_self_test_mem_tracking.c:120:30: style: Parameter 'usr_ptr' can be declared as pointer to const. However it seems that 'my_pointer' is a callback function, if 'usr_ptr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:145:36: note: You might need to cast the function pointer here cubew-4.7/test/test3/cube_self_test_mem_tracking.c:120:30: note: Parameter 'usr_ptr' can be declared as pointer to const cubew-4.7/common/utils/test/cutest/CuTest.c:44:5: error: Null pointer dereference: str [ctunullpointer] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:17: note: Calling function CuStringInit, 1st argument is null cubew-4.7/common/utils/test/cutest/CuTest.c:44:5: note: Dereferencing argument str that is null cubew-4.7/common/utils/test/cutest/CuTest.c:174:5: error: Null pointer dereference: t [ctunullpointer] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:15: note: Calling function CuTestInit, 1st argument is null cubew-4.7/common/utils/test/cutest/CuTest.c:174:5: note: Dereferencing argument t that is null cubew-4.7/common/utils/test/cutest/CuTest.c:471:5: error: Null pointer dereference: testSuite [ctunullpointer] cubew-4.7/common/utils/test/cutest/CuTest.c:494:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:494:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:495:16: note: Calling function CuSuiteInit, 2nd argument is null cubew-4.7/common/utils/test/cutest/CuTest.c:471:5: note: Dereferencing argument testSuite that is null cubew-4.7/examples/cubew/cubew_example_old_complex.c:518:13: error: Null pointer dereference: bitmask [ctunullpointer] cubew-4.7/examples/cubew/cubew_example_old_complex.c:304:32: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:304:32: note: Assignment 'bitmask=malloc(bitmask_size*sizeof(char))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:316:19: note: Calling function create_bitmask, 2nd argument is null cubew-4.7/examples/cubew/cubew_example_old_complex.c:518:13: note: Dereferencing argument bitmask that is null cubew-4.7/src/cubew/cubew_tar_writing.c:91:15: error: Null pointer dereference: header [ctunullpointer] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:117:43: note: Calling function __cube_set_size_and_calculate_checksum, 1st argument is null cubew-4.7/src/cubew/cubew_tar_writing.c:91:15: note: Dereferencing argument header that is null diff: 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Debug.c:144:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ERANGE [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Debug.c:144:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERANGE [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Debug.c:211:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Debug.c:211:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENOMEM [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Debug.c:293:80: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable DEBUG [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Debug.c:293:80: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DEBUG [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Debug.c:339:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Debug.c:339:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Debug.c:400:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Debug.c:400:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Debug.c:424:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Debug.c:424:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UTILS_DEBUG_FUNCTION_ENTRY [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Error.c:113:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_WARNING [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Error.c:113:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_WARNING [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Error.c:155:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Error.c:155:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Error.c:535:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Error.c:535:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Error.c:590:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Error.c:590:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_SUCCESS [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/exception/UTILS_Error.c:619:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ABORT [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/exception/UTILS_Error.c:619:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ABORT [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/io/UTILS_IO_GetExe.c:119:30: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ERROR_MEM_ALLOC_FAILED [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/io/UTILS_IO_GetExe.c:119:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ERROR_MEM_ALLOC_FAILED [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:411:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ABORT [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:411:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ABORT [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:437:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:437:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:466:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:466:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BUFSIZ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:72:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ERROR_MEM_ALLOC_FAILED [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/src/io/UTILS_IO_Tools.c:72:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_ERROR_MEM_ALLOC_FAILED [valueFlowBailoutIncompleteVar] head cubew-4.7/common/utils/test/cutest/CuTest.c:174:5: error: Null pointer dereference: t [ctunullpointer] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:15: note: Calling function CuTestInit, 1st argument is null cubew-4.7/common/utils/test/cutest/CuTest.c:174:5: note: Dereferencing argument t that is null head cubew-4.7/common/utils/test/cutest/CuTest.c:174:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:174:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:175:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:175:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:176:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:176:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:177:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:177:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:178:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:178:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:179:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:179:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:180:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:180:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:181:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:181:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:182:5: warning: If memory allocation fails, then there is a possible null pointer dereference: t [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:189:18: note: Assignment 'tc=(struct CuTest*)calloc(1,sizeof(struct CuTest))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:190:17: note: Calling function 'CuTestInit', 1st argument 'tc' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:182:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:44:5: error: Null pointer dereference: str [ctunullpointer] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:17: note: Calling function CuStringInit, 1st argument is null cubew-4.7/common/utils/test/cutest/CuTest.c:44:5: note: Dereferencing argument str that is null head cubew-4.7/common/utils/test/cutest/CuTest.c:44:5: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:19: note: Calling function 'CuStringInit', 1st argument 'str' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:44:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:45:5: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:19: note: Calling function 'CuStringInit', 1st argument 'str' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:45:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:46:5: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:19: note: Calling function 'CuStringInit', 1st argument 'str' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:46:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:471:5: error: Null pointer dereference: testSuite [ctunullpointer] cubew-4.7/common/utils/test/cutest/CuTest.c:494:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:494:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:495:16: note: Calling function CuSuiteInit, 2nd argument is null cubew-4.7/common/utils/test/cutest/CuTest.c:471:5: note: Dereferencing argument testSuite that is null head cubew-4.7/common/utils/test/cutest/CuTest.c:471:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:471:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:472:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:472:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:473:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:473:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:474:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:474:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:475:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:475:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:476:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:476:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:477:5: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:504:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:505:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:477:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:47:5: warning: If memory allocation fails, then there is a possible null pointer dereference: str [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:53:40: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:53:21: note: Assignment 'str=(struct CuString*)malloc(sizeof(struct CuString))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:54:19: note: Calling function 'CuStringInit', 1st argument 'str' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:47:5: note: Null pointer dereference head cubew-4.7/common/utils/test/cutest/CuTest.c:487:9: warning: If memory allocation fails, then there is a possible null pointer dereference: testSuite [nullPointerOutOfMemory] cubew-4.7/common/utils/test/cutest/CuTest.c:494:26: note: Assuming allocation function fails cubew-4.7/common/utils/test/cutest/CuTest.c:494:26: note: Assignment 'testSuite=(struct CuSuite*)calloc(1,sizeof(struct CuSuite))', assigned value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:495:24: note: Calling function 'CuSuiteInit', 2nd argument 'testSuite' value is 0 cubew-4.7/common/utils/test/cutest/CuTest.c:487:9: note: Null pointer dereference 2.16.0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:101:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:101:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:299:118: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:299:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:457:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:411:49: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:411:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:457:9: note: Null pointer dereference head cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:478:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:478:9: note: Null pointer dereference head cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:502:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:502:39: note: Null pointer dereference head cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:521:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:521:39: note: Null pointer dereference head cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:543:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:471:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_complex.mpi.c:543:39: note: Null pointer dereference head cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:136:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:27: note: Assignment 'thrds=(cube_thread**)calloc(mpi_cw_size,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:136:9: note: Null pointer dereference head cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:156:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:27: note: Assignment 'thrds=(cube_thread**)calloc(mpi_cw_size,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:156:39: note: Null pointer dereference head cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:175:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:27: note: Assignment 'thrds=(cube_thread**)calloc(mpi_cw_size,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:175:39: note: Null pointer dereference head cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:197:39: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:50: note: Assuming allocation function fails cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:130:27: note: Assignment 'thrds=(cube_thread**)calloc(mpi_cw_size,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:197:39: note: Null pointer dereference 2.16.0 cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:54:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/backend/cubew_example_simple.mpi.c:54:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_complex.c:138:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_complex.c:138:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_complex.c:211:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_complex.c:211:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_complex.c:232:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_complex.c:232:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_complex.c:283:118: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_complex.c:283:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_complex.c:442:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_complex.c:395:49: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_complex.c:395:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_complex.c:442:9: note: Null pointer dereference 2.16.0 cubew-4.7/examples/cubew/cubew_example_derived.c:53:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_derived.c:53:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:143:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:143:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:225:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:225:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:236:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:236:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:258:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:258:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:309:118: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:309:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:468:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:421:49: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:421:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_gpu_metrics.c:468:9: note: Null pointer dereference 2.16.0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:137:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_old_complex.c:137:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MPI_COMM_WORLD [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_old_complex.c:265:13: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:218:53: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:218:30: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:265:13: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:307:39: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:307:39: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:310:35: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:310:35: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:321:35: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:321:35: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:330:35: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:330:35: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:340:39: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:340:39: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:344:42: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: met_vector [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:55: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:171:32: note: Assignment 'met_vector=(cube_metric**)calloc(7,sizeof(cube_metric*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:344:42: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:409:9: warning: If memory allocation fails, then there is a possible null pointer dereference: process [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:278:67: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:278:43: note: Assignment 'processes_vector=(cube_process**)calloc(size,sizeof(cube_process*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:281:35: note: Calling function 'create_system_tree', 2nd argument 'processes_vector' value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:409:9: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:413:75: warning: If memory allocation fails, then there is a possible null pointer dereference: process [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:278:67: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:278:43: note: Assignment 'processes_vector=(cube_process**)calloc(size,sizeof(cube_process*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:281:35: note: Calling function 'create_system_tree', 2nd argument 'processes_vector' value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:413:75: note: Null pointer dereference head cubew-4.7/examples/cubew/cubew_example_old_complex.c:414:13: warning: If memory allocation fails, then there is a possible null pointer dereference: thread [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:279:66: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:279:43: note: Assignment 'threads_vector=(cube_thread**)calloc(size*totalnthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:281:53: note: Calling function 'create_system_tree', 3rd argument 'threads_vector' value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:414:13: note: Null pointer dereference 2.16.0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:489:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_old_complex.c:489:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_old_complex.c:518:13: error: Null pointer dereference: bitmask [ctunullpointer] cubew-4.7/examples/cubew/cubew_example_old_complex.c:304:32: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:304:32: note: Assignment 'bitmask=malloc(bitmask_size*sizeof(char))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:316:19: note: Calling function create_bitmask, 2nd argument is null cubew-4.7/examples/cubew/cubew_example_old_complex.c:518:13: note: Dereferencing argument bitmask that is null head cubew-4.7/examples/cubew/cubew_example_old_complex.c:518:13: warning: If memory allocation fails, then there is a possible null pointer dereference: bitmask [nullPointerOutOfMemory] cubew-4.7/examples/cubew/cubew_example_old_complex.c:304:32: note: Assuming allocation function fails cubew-4.7/examples/cubew/cubew_example_old_complex.c:304:32: note: Assignment 'bitmask=malloc(bitmask_size*sizeof(char))', assigned value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:316:34: note: Calling function 'create_bitmask', 2nd argument 'bitmask' value is 0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:518:13: note: Null pointer dereference 2.16.0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:534:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_old_complex.c:534:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:577:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_old_complex.c:577:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_old_complex.c:620:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_old_complex.c:620:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_MASTER [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_example_simple.c:53:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_example_simple.c:53:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:136:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_SYSTEM_TREE_WRITER_INIT [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:136:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_SYSTEM_TREE_WRITER_INIT [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:60:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_LOCATION_GROUP_TYPE_PROCESS [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:60:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_LOCATION_GROUP_TYPE_PROCESS [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:69:23: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_LOCATION_TYPE_CPU_THREAD [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:69:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_LOCATION_TYPE_CPU_THREAD [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:96:19: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_SYSTEM_TREE_WRITER_INIT [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_optimized.c:96:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_SYSTEM_TREE_WRITER_INIT [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_standard.c:50:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/examples/cubew/cubew_system_tree_memory_footprint_standard.c:50:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_cartesian.c:56:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cartesian.c:56:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_cartesian.c:73:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cartesian.c:73:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_cnode.c:109:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:109:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:114:5: warning: If memory allocation fails, then there is a possible null pointer dereference: parameter_pair [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_cnode.c:113:37: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_cnode.c:113:28: note: Assignment 'parameter_pair=(struct nmap*)malloc(sizeof(struct nmap))', assigned value is 0 cubew-4.7/src/cubew/cubew_cnode.c:114:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_cnode.c:115:5: warning: If memory allocation fails, then there is a possible null pointer dereference: parameter_pair [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_cnode.c:113:37: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_cnode.c:113:28: note: Assignment 'parameter_pair=(struct nmap*)malloc(sizeof(struct nmap))', assigned value is 0 cubew-4.7/src/cubew/cubew_cnode.c:115:5: note: Null pointer dereference 2.16.0 cubew-4.7/src/cubew/cubew_cnode.c:130:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:130:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:136:5: warning: If memory allocation fails, then there is a possible null pointer dereference: parameter_pair [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_cnode.c:135:37: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_cnode.c:135:28: note: Assignment 'parameter_pair=(struct cmap*)malloc(sizeof(struct cmap))', assigned value is 0 cubew-4.7/src/cubew/cubew_cnode.c:136:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_cnode.c:137:5: warning: If memory allocation fails, then there is a possible null pointer dereference: parameter_pair [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_cnode.c:135:37: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_cnode.c:135:28: note: Assignment 'parameter_pair=(struct cmap*)malloc(sizeof(struct cmap))', assigned value is 0 cubew-4.7/src/cubew/cubew_cnode.c:137:5: note: Null pointer dereference 2.16.0 cubew-4.7/src/cubew/cubew_cnode.c:152:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:152:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_cnode.c:327:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:327:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_cnode.c:341:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:341:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_cnode.c:45:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:45:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_cnode.c:60:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_cnode.c:60:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location.c:114:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location.c:114:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location.c:128:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location.c:128:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location.c:36:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location.c:36:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location.c:78:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location.c:78:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_group.c:104:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_group.c:104:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_group.c:147:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_group.c:147:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_group.c:161:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_group.c:161:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_group.c:43:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_group.c:43:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_group.c:59:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_group.c:59:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_group_plain.c:107:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_group_plain.c:107:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_group_plain.c:115:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_group_plain.c:115:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_group_plain.c:41:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_group_plain.c:41:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_plain.c:101:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_plain.c:101:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_plain.c:110:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_plain.c:110:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_location_plain.c:40:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_location_plain.c:40:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_meta_data_writer.c:35:5: warning: If memory allocation fails, then there is a possible null pointer dereference: _writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_meta_data_writer.c:34:64: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_meta_data_writer.c:34:38: note: Assignment '_writer=(struct cube_meta_data_writer*)malloc(sizeof(struct cube_meta_data_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_meta_data_writer.c:35:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_metric.c:145:21: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_metric.c:144:35: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_metric.c:144:26: note: Assignment 'target_row=(void*)calloc(metric->nthrd*sizeof(double),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_metric.c:145:21: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_metric.c:167:21: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_metric.c:166:35: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_metric.c:166:26: note: Assignment 'target_row=(void*)calloc(metric->nthrd*sizeof(uint64_t),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_metric.c:167:21: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_metric.c:191:21: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_metric.c:190:35: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_metric.c:190:26: note: Assignment 'target_row=(void*)calloc(metric->nthrd*sizeof(uint64_t),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_metric.c:191:21: note: Null pointer dereference 2.16.0 cubew-4.7/src/cubew/cubew_metric.c:323:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_metric.c:323:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_metric.c:421:13: warning: If memory allocation fails, then there is a possible null pointer dereference: to_return [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_metric.c:420:39: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_metric.c:420:30: note: Assignment 'to_return=(char*)calloc(bitstringsize,1)', assigned value is 0 cubew-4.7/src/cubew/cubew_metric.c:421:13: note: Null pointer dereference 2.16.0 cubew-4.7/src/cubew/cubew_metric.c:556:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_metric.c:556:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_metric.c:638:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_metric.c:638:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_metric.c:63:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_metric.c:63:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_metric.c:813:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_metric.c:813:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_metric.c:827:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_metric.c:827:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_metric.c:846:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_metric.c:846:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_region.c:118:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_region.c:118:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_region.c:166:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_region.c:166:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_region.c:180:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_region.c:180:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_region.c:43:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_region.c:43:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_region.c:58:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_region.c:58:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_services.c:1358:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_services.c:1358:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_services.c:1399:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_services.c:1399:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_services.c:1418:13: warning: If memory allocation fails, then there is a possible null pointer dereference: new_str [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:1417:21: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:1417:21: note: Assignment 'new_str=calloc(strlen(str)+1,1)', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:1418:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_services.c:1429:14: style: Variable 'mystr2' can be declared as pointer to const [constVariablePointer] 2.16.0 cubew-4.7/src/cubew/cubew_services.c:1436:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable S_IRWXU [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_services.c:1436:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IRWXU [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_services.c:310:5: warning: If memory allocation fails, then there is a possible null pointer dereference: _type [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:304:64: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:304:37: note: Assignment '_type=(struct cube_value_param_array*)calloc(sizeof(struct cube_value_param_array),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:310:5: note: Null pointer dereference 2.16.0 cubew-4.7/src/cubew/cubew_services.c:321:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_services.c:321:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_services.c:321:9: warning: If memory allocation fails, then there is a possible null pointer dereference: _type [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:304:64: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:304:37: note: Assignment '_type=(struct cube_value_param_array*)calloc(sizeof(struct cube_value_param_array),1)', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:315:20: note: Assuming condition is false cubew-4.7/src/cubew/cubew_services.c:321:9: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_services.c:429:13: warning: If memory allocation fails, then there is a possible null pointer dereference: index [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:428:36: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:428:23: note: Assignment 'index=(uint32_t*)malloc(isize*sizeof(uint32_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:429:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_services.c:508:9: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:504:41: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:504:28: note: Assignment 'target_row=(uint64_t*)malloc(size*sizeof(uint64_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:508:9: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_services.c:522:9: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:518:39: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:518:27: note: Assignment 'target_row=(int64_t*)malloc(size*sizeof(int64_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:522:9: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_services.c:537:9: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:533:38: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:533:27: note: Assignment 'target_row=(double*)malloc(size*sizeof(double))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:537:9: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_services.c:552:9: warning: If memory allocation fails, then there is a possible null pointer dereference: target_row [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_services.c:548:38: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_services.c:548:27: note: Assignment 'target_row=(double*)malloc(size*sizeof(double))', assigned value is 0 cubew-4.7/src/cubew/cubew_services.c:552:9: note: Null pointer dereference 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node.c:105:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node.c:105:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node.c:154:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node.c:154:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node.c:168:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node.c:168:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node.c:325:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node.c:325:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node.c:335:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node.c:335:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node.c:43:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node.c:43:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node.c:61:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node.c:61:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:112:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:112:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:124:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:124:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:42:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_node_plain.c:42:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_system_tree_writer.c:36:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:36:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:37:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:37:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:38:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:38:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:40:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:40:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:42:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:42:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:43:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:43:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:44:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:44:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:46:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:46:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:48:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:48:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:49:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:49:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:50:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:50:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:55:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:55:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:56:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:56:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:57:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:57:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:58:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:58:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_system_tree_writer.c:60:5: warning: If memory allocation fails, then there is a possible null pointer dereference: __system_tree_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:81: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_system_tree_writer.c:35:53: note: Assignment '__system_tree_writer=(struct cube_system_tree_writer*)malloc(sizeof(struct cube_system_tree_writer))', assigned value is 0 cubew-4.7/src/cubew/cubew_system_tree_writer.c:60:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:102:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:102:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:102:31: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: filename [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:214:31: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:214:31: note: Assignment 'paxname=calloc(1,11+strlen(dataname))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:216:76: note: Calling function '__cube_create_tar_header', 2nd argument 'paxname' value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:102:31: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:103:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:103:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:104:15: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:104:15: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:105:15: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:105:15: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:107:15: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:107:15: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:108:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:108:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:109:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:109:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:110:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:110:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:113:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:113:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:115:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_header [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:115:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:136:13: warning: If memory allocation fails, then there is a possible null pointer dereference: _tmp [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:135:36: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:135:27: note: Assignment '_tmp=(char*)calloc(difference,sizeof(char))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:136:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:149:13: warning: If memory allocation fails, then there is a possible null pointer dereference: _tmp [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:148:36: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:148:27: note: Assignment '_tmp=(char*)calloc(difference,sizeof(char))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:149:13: note: Null pointer dereference 2.16.0 cubew-4.7/src/cubew/cubew_tar_writing.c:170:75: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_tar_writing.c:170:75: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] head cubew-4.7/src/cubew/cubew_tar_writing.c:355:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:355:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:356:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:356:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:357:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:357:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:358:10: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:358:10: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:362:10: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:362:10: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:367:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:367:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:368:13: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:368:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:369:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:369:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:370:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:370:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:371:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:371:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:372:5: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:372:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:373:10: warning: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:373:10: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:379:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:379:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:380:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:380:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:381:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:381:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:382:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:382:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:383:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:383:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:384:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tar_writer [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:354:57: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:354:40: note: Assignment 'tar_writer=(struct tar_writer_t*)calloc(1,sizeof(struct tar_writer_t))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:384:5: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:58:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buff [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:57:27: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:57:18: note: Assignment 'buff=(char*)calloc(1,strlen(cubename)+7)', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:58:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:59:13: warning: If memory allocation fails, then there is a possible null pointer dereference: buff [nullPointerOutOfMemory] cubew-4.7/src/cubew/cubew_tar_writing.c:57:27: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:57:18: note: Assignment 'buff=(char*)calloc(1,strlen(cubename)+7)', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:59:13: note: Null pointer dereference head cubew-4.7/src/cubew/cubew_tar_writing.c:73:19: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] head cubew-4.7/src/cubew/cubew_tar_writing.c:91:15: error: Null pointer dereference: header [ctunullpointer] cubew-4.7/src/cubew/cubew_tar_writing.c:101:53: note: Assuming allocation function fails cubew-4.7/src/cubew/cubew_tar_writing.c:101:34: note: Assignment 'tar_header=(struct tar_gnu_header*)calloc(1,sizeof(struct tar_gnu_header))', assigned value is 0 cubew-4.7/src/cubew/cubew_tar_writing.c:117:43: note: Calling function __cube_set_size_and_calculate_checksum, 1st argument is null cubew-4.7/src/cubew/cubew_tar_writing.c:91:15: note: Dereferencing argument header that is null 2.16.0 cubew-4.7/src/tools/cubew_config/cubew_config_data.cpp:167:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head cubew-4.7/src/tools/cubew_config/cubew_config_data.cpp:167:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:101:28: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:101:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:120:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:120:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:59:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] head cubew-4.7/src/tools/cubew_config/cubew_config_helper.cpp:59:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3.c:126:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3.c:126:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3.c:200:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3.c:200:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3.c:210:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3.c:210:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3.c:243:118: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3.c:243:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3.c:547:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:355:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:355:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:547:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3.c:566:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:566:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3.c:582:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:582:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3.c:592:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:592:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3.c:593:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:593:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3.c:606:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:606:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3.c:607:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:607:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3.c:617:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:617:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3.c:618:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3.c:561:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3.c:561:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3.c:618:35: note: Null pointer dereference 2.16.0 cubew-4.7/test/test3/cube_self_test3_1.c:129:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_1.c:129:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_1.c:194:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_1.c:194:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_1.c:205:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_1.c:205:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_1.c:238:118: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_1.c:238:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_1.c:541:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:350:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:350:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:541:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_1.c:559:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:559:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_1.c:575:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:575:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_1.c:585:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:585:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_1.c:586:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:586:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_1.c:599:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:599:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_1.c:600:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:600:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_1.c:610:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:610:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_1.c:611:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_1.c:555:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_1.c:555:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_1.c:611:35: note: Null pointer dereference 2.16.0 cubew-4.7/test/test3/cube_self_test3_2.c:130:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_2.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_2.c:199:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_2.c:199:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_2.c:209:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_2.c:209:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_2.c:236:92: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_POSTDERIVED [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_2.c:236:92: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_POSTDERIVED [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_2.c:465:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:275:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:275:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:465:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_2.c:483:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:483:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_2.c:499:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:499:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_2.c:509:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:509:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_2.c:510:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:510:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_2.c:523:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:523:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_2.c:524:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:524:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_2.c:534:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:534:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_2.c:535:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_2.c:479:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_2.c:479:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_2.c:535:35: note: Null pointer dereference 2.16.0 cubew-4.7/test/test3/cube_self_test3_3.c:130:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_3.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_3.c:204:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_3.c:204:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_3.c:214:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_3.c:214:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_3.c:254:118: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_3.c:254:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_3.c:560:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:366:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:366:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:560:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:561:31: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:366:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:366:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:561:31: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:562:31: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:366:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:366:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:562:31: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:592:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:592:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:597:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:597:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:603:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:603:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:609:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:609:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:610:33: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:610:33: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:611:33: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:611:33: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:627:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:627:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:637:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:637:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:638:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:638:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:651:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:651:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:652:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:652:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:662:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:662:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_3.c:663:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_3.c:585:54: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_3.c:585:29: note: Assignment 'thrds=(cube_location**)calloc(Nthreads*4,sizeof(cube_location*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_3.c:663:35: note: Null pointer dereference 2.16.0 cubew-4.7/test/test3/cube_self_test3_5.c:130:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_5.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_5.c:199:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_5.c:199:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_5.c:209:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_5.c:209:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_5.c:229:45: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_GHOST [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_5.c:229:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_GHOST [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_5.c:440:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:250:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:250:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:440:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_5.c:458:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:458:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_5.c:474:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:474:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_5.c:484:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:484:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_5.c:485:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:485:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_5.c:498:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:498:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_5.c:499:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:499:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_5.c:509:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:509:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_5.c:510:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_5.c:454:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_5.c:454:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_5.c:510:35: note: Null pointer dereference 2.16.0 cubew-4.7/test/test3/cube_self_test3_6.c:130:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_6.c:130:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_6.c:199:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_6.c:199:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_6.c:209:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_6.c:209:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_6.c:424:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:234:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:234:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:424:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_6.c:442:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:442:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_6.c:458:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:458:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_6.c:468:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:468:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_6.c:469:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:469:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_6.c:482:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:482:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_6.c:483:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:483:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_6.c:493:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:493:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_6.c:494:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_6.c:438:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_6.c:438:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_6.c:494:35: note: Null pointer dereference 2.16.0 cubew-4.7/test/test3/cube_self_test3_7.c:120:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_7.c:120:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_7.c:179:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_7.c:179:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_7.c:189:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_7.c:189:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_7.c:206:63: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_TRUE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_7.c:206:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_TRUE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_7.c:455:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:263:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:263:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:455:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_7.c:474:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:474:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_7.c:490:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:490:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_7.c:500:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:500:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_7.c:501:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:501:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_7.c:514:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:514:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_7.c:515:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:515:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_7.c:525:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:525:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test3_7.c:526:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_7.c:469:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_7.c:469:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_7.c:526:35: note: Null pointer dereference 2.16.0 cubew-4.7/test/test3/cube_self_test3_8.c:143:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_8.c:143:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_8.c:225:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_8.c:225:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_8.c:236:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_8.c:236:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_8.c:258:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_8.c:258:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable N [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test3_8.c:309:118: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_8.c:309:118: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CUBE_METRIC_EXCLUSIVE [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test3_8.c:468:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test3_8.c:421:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test3_8.c:421:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test3_8.c:468:9: note: Null pointer dereference 2.16.0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:174:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:174:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:246:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:246:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] 2.16.0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:256:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:256:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:471:9: warning: If memory allocation fails, then there is a possible null pointer dereference: regn [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:281:49: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:281:26: note: Assignment 'regn=(cube_region**)calloc(169,sizeof(cube_region*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:471:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:489:9: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:489:9: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:505:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:505:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:515:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:515:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:516:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:516:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:529:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:529:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:530:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:530:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:540:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:540:35: note: Null pointer dereference head cubew-4.7/test/test3/cube_self_test_mem_tracking.c:541:35: warning: If memory allocation fails, then there is a possible null pointer dereference: thrds [nullPointerOutOfMemory] cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:50: note: Assuming allocation function fails cubew-4.7/test/test3/cube_self_test_mem_tracking.c:485:27: note: Assignment 'thrds=(cube_thread**)calloc(Nthreads,sizeof(cube_thread*))', assigned value is 0 cubew-4.7/test/test3/cube_self_test_mem_tracking.c:541:35: note: Null pointer dereference DONE