2025-07-02 12:37 ftp://ftp.de.debian.org/debian/pool/main/d/dieharder/dieharder_3.31.1.4.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-63-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.17.0 head-info: f4eb733 (2025-07-01 13:53:18 +0200) count: 699 529 elapsed-time: 155.9 153.8 head-timing-info: old-timing-info: head results: dieharder/add_ui_rngs.c:30:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dh_num_user_rngs [valueFlowBailoutIncompleteVar] dieharder/add_ui_tests.c:31:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dh_num_user_tests [valueFlowBailoutIncompleteVar] dieharder/choose_rng.c:60:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable generator [valueFlowBailoutIncompleteVar] dieharder/choose_rng.c:107:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gnumbs [valueFlowBailoutIncompleteVar] dieharder/choose_rng.c:306:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gvcount [valueFlowBailoutIncompleteVar] dieharder/dieharder.c:87:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all [valueFlowBailoutIncompleteVar] dieharder/help.c:24:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all [valueFlowBailoutIncompleteVar] dieharder/help.c:50:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] dieharder/list_rand.c:27:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rng [valueFlowBailoutIncompleteVar] dieharder/list_rngs.c:26:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] dieharder/list_tests.c:25:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] dieharder/output.c:83:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rng [valueFlowBailoutIncompleteVar] dieharder/output.c:147:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] dieharder/output.c:229:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] dieharder/output.c:351:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] dieharder/output.c:608:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable psamples [valueFlowBailoutIncompleteVar] dieharder/output.c:621:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/output.c:564:23: warning: If memory allocation fails, then there is a possible null pointer dereference: bin [nullPointerOutOfMemory] dieharder/output.c:563:30: note: Assuming allocation function fails dieharder/output.c:563:8: note: Assignment 'bin=(unsigned int*)malloc(nbins*sizeof(unsigned int))', assigned value is 0 dieharder/output.c:564:23: note: Null pointer dereference dieharder/output.c:595:4: warning: If memory allocation fails, then there is a possible null pointer dereference: bin [nullPointerOutOfMemory] dieharder/output.c:563:30: note: Assuming allocation function fails dieharder/output.c:563:8: note: Assignment 'bin=(unsigned int*)malloc(nbins*sizeof(unsigned int))', assigned value is 0 dieharder/output.c:595:4: note: Null pointer dereference dieharder/output.c:253:4: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] dieharder/output.c:255:6: note: Found duplicate branches for 'if' and 'else'. dieharder/output.c:253:4: note: Found duplicate branches for 'if' and 'else'. dieharder/output.c:339:31: style: Parameter 'dtest' can be declared as pointer to const [constParameterPointer] dieharder/output.c:552:30: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] dieharder/output.c:321:9: style: Variable 'field' is assigned a value that is never used. [unreadVariable] dieharder/output.c:521:11: style: Variable 'field' is assigned a value that is never used. [unreadVariable] dieharder/output_rnds.c:25:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] dieharder/parsecl.c:56:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] dieharder/parsecl.c:129:10: warning:inconclusive: The buffer 'dtest_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy] dieharder/rng_empty_random.c:21:1: error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] dieharder/rng_empty_random.c:18:25: style: Parameter 'vstate' can be declared as pointer to const. However it seems that 'empty_random_get' is a callback function, if 'vstate' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dieharder/rng_empty_random.c:43:3: note: You might need to cast the function pointer here dieharder/rng_empty_random.c:18:25: note: Parameter 'vstate' can be declared as pointer to const dieharder/rng_empty_random.c:24:32: style: Parameter 'vstate' can be declared as pointer to const. However it seems that 'empty_random_get_double' is a callback function, if 'vstate' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dieharder/rng_empty_random.c:44:3: note: You might need to cast the function pointer here dieharder/rng_empty_random.c:24:32: note: Parameter 'vstate' can be declared as pointer to const dieharder/rng_empty_random.c:30:25: style: Parameter 'vstate' can be declared as pointer to const. However it seems that 'empty_random_set' is a callback function, if 'vstate' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dieharder/rng_empty_random.c:42:3: note: You might need to cast the function pointer here dieharder/rng_empty_random.c:30:25: note: Parameter 'vstate' can be declared as pointer to const dieharder/run_all_tests.c:36:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dh_num_diehard_tests [valueFlowBailoutIncompleteVar] dieharder/run_test.c:21:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXTESTS [valueFlowBailoutIncompleteVar] dieharder/run_test.c:57:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Seed [valueFlowBailoutIncompleteVar] dieharder/set_globals.c:14:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all [valueFlowBailoutIncompleteVar] dieharder/testbits.c:26:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rng [valueFlowBailoutIncompleteVar] dieharder/testbits.c:79:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:79:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:91:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:91:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:107:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:107:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:123:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:123:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:135:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:135:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:147:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:147:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:159:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:159:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:171:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:171:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:183:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:183:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:195:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:195:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:209:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:218:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:227:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:235:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:243:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:251:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:259:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:267:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] dieharder/testbits.c:39:2: style:inconclusive: Statements following noreturn function 'exit()' will never be executed. [unreachableCode] dieharder/testbits.c:22:24: style: Local variable 'output' shadows outer function [shadowFunction] dieharder/dieharder.h:65:7: note: Shadowed declaration dieharder/testbits.c:22:24: note: Shadow variable dieharder/testbits.c:44:13: style: Variable 'pattern[5]' is assigned a value that is never used. [unreadVariable] dieharder/time_rng.c:46:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rgb_timing_dtest [valueFlowBailoutIncompleteVar] dieharder/user_template.c:85:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] dieharder/user_template.c:129:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable description [valueFlowBailoutIncompleteVar] dieharder/user_template.c:119:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/Vtest.c:26:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_VTEST [valueFlowBailoutIncompleteVar] libdieharder/Vtest.c:92:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_VTEST [valueFlowBailoutIncompleteVar] libdieharder/Xtest.c:37:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/bauer/rijndael-alg-fst.c:1032:2: style: Variable '(ct+12)[3]' is assigned a value that is never used. [unreadVariable] libdieharder/bauer/rijndael-alg-fst.c:1213:2: style: Variable '(pt+12)[3]' is assigned a value that is never used. [unreadVariable] libdieharder/bauer/skein_block64.c:219:10: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] libdieharder/bauer/skein_block_ref.c:64:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:64:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:66:3: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:66:3: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:67:3: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:67:3: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:71:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:71:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:71:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:71:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:71:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:71:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:72:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:72:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:72:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:72:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:72:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:72:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:73:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:73:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:73:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:73:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:73:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:73:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:74:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:74:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:74:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:74:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:74:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:74:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:76:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:76:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:76:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:76:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:76:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:76:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:77:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:77:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:77:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:77:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:77:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:77:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:78:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:78:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:78:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:78:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:78:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:78:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:79:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:79:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:79:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:79:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:79:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:79:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:81:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:81:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:81:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:81:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:81:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:81:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:82:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:82:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:82:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:82:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:82:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:82:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:83:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:83:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:83:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:83:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:83:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:83:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:84:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:84:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:84:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:84:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:84:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:84:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:86:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:86:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:86:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:86:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:86:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:86:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:87:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:87:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:87:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:87:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:87:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:87:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:88:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:88:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:88:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:88:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:88:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:88:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:89:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:89:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:89:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:89:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:89:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:89:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:90:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:90:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:92:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:92:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:92:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:92:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:92:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:92:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:93:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:93:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:93:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:93:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:93:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:93:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:94:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:94:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:94:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:94:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:94:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:94:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:95:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:95:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:95:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:95:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:95:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:95:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:97:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:97:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:97:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:97:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:97:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:97:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:98:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:98:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:98:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:98:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:98:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:98:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:99:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:99:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:99:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:99:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:99:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:99:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:100:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:100:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:100:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:100:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:100:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:100:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:102:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:102:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:102:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:102:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:102:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:102:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:103:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:103:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:103:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:103:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:103:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:103:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:104:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:104:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:104:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:104:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:104:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:104:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:105:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:105:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:105:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:105:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:105:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:105:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:107:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:107:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:107:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:107:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:107:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:107:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:108:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:108:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:108:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:108:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:108:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:108:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:109:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:109:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:109:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:109:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:109:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:109:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:58: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:110:4: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:4: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:110:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:12: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:110:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:18: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:110:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:25: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:110:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:50: note: Null pointer dereference libdieharder/bauer/skein_block_ref.c:110:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:58: note: Null pointer dereference libdieharder/bits.c:65:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/bits.c:190:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/bits.c:245:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/bits.c:287:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rmax_bits [valueFlowBailoutIncompleteVar] libdieharder/bits.c:315:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/bits.c:414:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rmax_bits [valueFlowBailoutIncompleteVar] libdieharder/bits.c:611:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_BITS [valueFlowBailoutIncompleteVar] libdieharder/bits.c:681:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_BITS [valueFlowBailoutIncompleteVar] libdieharder/bits.c:917:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rmax_bits [valueFlowBailoutIncompleteVar] libdieharder/bits.c:1050:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_BITS [valueFlowBailoutIncompleteVar] libdieharder/bits.c:1284:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_BITS [valueFlowBailoutIncompleteVar] libdieharder/bits.c:777:13: style: Condition 'bleft!=0' is always true [knownConditionTrueFalse] libdieharder/bits.c:755:14: note: Assuming that condition 'bleft>0' is not redundant libdieharder/bits.c:760:13: note: Assuming condition is false libdieharder/bits.c:777:13: note: Condition 'bleft!=0' is always true libdieharder/bits.c:208:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:315:4: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] libdieharder/bits.c:421:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:612:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:933:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:933:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1051:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1051:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1063:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1063:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1068:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1068:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1135:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1179:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1285:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1324:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1324:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1329:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1329:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/bits.c:1228:8: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment] libdieharder/bits.c:1227:8: note: tmp is assigned libdieharder/bits.c:1228:8: note: tmp is overwritten libdieharder/bits.c:314:7: style: Checking if unsigned expression 'n' is less than zero. [unsignedLessThanZero] libdieharder/bits.c:509:12: style: Checking if unsigned expression 'bstart' is less than zero. [unsignedLessThanZero] libdieharder/bits.c:556:12: style: Checking if unsigned expression 'bstart' is less than zero. [unsignedLessThanZero] libdieharder/bits.c:560:13: style: Checking if unsigned expression 'boffset' is less than zero. [unsignedLessThanZero] libdieharder/bits.c:669:6: style: Local variable 'bleft' shadows outer variable [shadowVariable] libdieharder/bits.c:902:12: note: Shadowed declaration libdieharder/bits.c:669:6: note: Shadow variable libdieharder/bits.c:178:29: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] libdieharder/bits.c:277:27: style: Parameter 'rand_uint' can be declared as pointer to const [constParameterPointer] libdieharder/bits.c:340:34: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] libdieharder/bits.c:363:29: style: Parameter 'abit' can be declared as pointer to const [constParameterPointer] libdieharder/bits.c:662:38: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] libdieharder/bits.c:1207:45: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] libdieharder/bits.c:1213:8: style: Variable 'btmp' can be declared as pointer to const [constVariablePointer] libdieharder/bits.c:1277:60: style: Parameter 'pattern' can be declared as pointer to const [constParameterPointer] libdieharder/bits.c:326:13: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 314. [shiftTooManyBits] libdieharder/bits.c:314:16: note: Assuming that condition 'n>8*sizeof(unsigned int)' is not redundant libdieharder/bits.c:326:13: note: Shift libdieharder/bits.c:413:10: style: Variable 'bufbits' is assigned a value that is never used. [unreadVariable] libdieharder/chisq.c:69:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/chisq.c:118:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/chisq.c:160:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/chisq.c:254:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/chisq.c:76:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/chisq.c:125:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/chisq.c:261:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/chisq.c:57:4: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:55:29: note: Assuming allocation function fails libdieharder/chisq.c:55:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:57:4: note: Null pointer dereference libdieharder/chisq.c:66:39: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:55:29: note: Assuming allocation function fails libdieharder/chisq.c:55:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:66:39: note: Null pointer dereference libdieharder/chisq.c:67:31: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:55:29: note: Assuming allocation function fails libdieharder/chisq.c:55:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:67:31: note: Null pointer dereference libdieharder/chisq.c:67:44: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:55:29: note: Assuming allocation function fails libdieharder/chisq.c:55:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:67:44: note: Null pointer dereference libdieharder/chisq.c:242:4: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:240:29: note: Assuming allocation function fails libdieharder/chisq.c:240:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:242:4: note: Null pointer dereference libdieharder/chisq.c:251:39: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:240:29: note: Assuming allocation function fails libdieharder/chisq.c:240:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:251:39: note: Null pointer dereference libdieharder/chisq.c:252:31: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:240:29: note: Assuming allocation function fails libdieharder/chisq.c:240:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:252:31: note: Null pointer dereference libdieharder/chisq.c:252:44: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:240:29: note: Assuming allocation function fails libdieharder/chisq.c:240:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:252:44: note: Null pointer dereference libdieharder/chisq.c:44:36: style: Parameter 'observed' can be declared as pointer to const [constParameterPointer] libdieharder/chisq.c:104:30: style: Parameter 'observed' can be declared as pointer to const [constParameterPointer] libdieharder/chisq.c:104:47: style: Parameter 'expected' can be declared as pointer to const [constParameterPointer] libdieharder/chisq.c:149:31: style: Parameter 'observed' can be declared as pointer to const [constParameterPointer] libdieharder/chisq.c:205:30: style: Parameter 'obs' can be declared as pointer to const [constParameterPointer] libdieharder/chisq.c:229:38: style: Parameter 'observed' can be declared as pointer to const [constParameterPointer] libdieharder/countx.c:210:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/countx.c:235:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] libdieharder/countx.c:129:22: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] libdieharder/countx.c:133:17: style: Variable 'expect' is assigned a value that is never used. [unreadVariable] libdieharder/dab_bytedistrib.c:41:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/dab_dct.c:85:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/dab_dct.c:199:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable description [valueFlowBailoutIncompleteVar] libdieharder/dab_dct.c:321:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/dab_dct.c:116:9: warning: If memory allocation fails, then there is a possible null pointer dereference: positionCounts [nullPointerOutOfMemory] libdieharder/dab_dct.c:109:36: note: Assuming allocation function fails libdieharder/dab_dct.c:109:19: note: Assignment 'positionCounts=(double*)malloc(sizeof(double)*len)', assigned value is 0 libdieharder/dab_dct.c:116:9: note: Null pointer dereference libdieharder/dab_dct.c:141:6: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] libdieharder/dab_dct.c:108:33: note: Assuming allocation function fails libdieharder/dab_dct.c:108:10: note: Assignment 'input=(unsigned int*)malloc(sizeof(unsigned int)*len)', assigned value is 0 libdieharder/dab_dct.c:141:6: note: Null pointer dereference libdieharder/dab_dct.c:142:6: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] libdieharder/dab_dct.c:108:33: note: Assuming allocation function fails libdieharder/dab_dct.c:108:10: note: Assignment 'input=(unsigned int*)malloc(sizeof(unsigned int)*len)', assigned value is 0 libdieharder/dab_dct.c:142:6: note: Null pointer dereference libdieharder/dab_dct.c:142:17: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] libdieharder/dab_dct.c:108:33: note: Assuming allocation function fails libdieharder/dab_dct.c:108:10: note: Assignment 'input=(unsigned int*)malloc(sizeof(unsigned int)*len)', assigned value is 0 libdieharder/dab_dct.c:142:17: note: Null pointer dereference libdieharder/dab_dct.c:149:4: warning: If memory allocation fails, then there is a possible null pointer dereference: dct [nullPointerOutOfMemory] libdieharder/dab_dct.c:107:25: note: Assuming allocation function fails libdieharder/dab_dct.c:107:8: note: Assignment 'dct=(double*)malloc(sizeof(double)*len)', assigned value is 0 libdieharder/dab_dct.c:149:4: note: Null pointer dereference libdieharder/dab_dct.c:150:4: warning: If memory allocation fails, then there is a possible null pointer dereference: dct [nullPointerOutOfMemory] libdieharder/dab_dct.c:107:25: note: Assuming allocation function fails libdieharder/dab_dct.c:107:8: note: Assignment 'dct=(double*)malloc(sizeof(double)*len)', assigned value is 0 libdieharder/dab_dct.c:150:4: note: Null pointer dereference libdieharder/dab_dct.c:178:6: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/dab_dct.c:176:40: note: Assuming allocation function fails libdieharder/dab_dct.c:176:23: note: Assignment 'expected=(double*)malloc(sizeof(double)*len)', assigned value is 0 libdieharder/dab_dct.c:178:6: note: Null pointer dereference libdieharder/dab_dct.c:226:9: warning: If memory allocation fails, then there is a possible null pointer dereference: fft_data [nullPointerOutOfMemory] libdieharder/dab_dct.c:225:30: note: Assuming allocation function fails libdieharder/dab_dct.c:225:13: note: Assignment 'fft_data=(double*)malloc(sizeof(double)*4*len)', assigned value is 0 libdieharder/dab_dct.c:226:9: note: Null pointer dereference libdieharder/dab_dct.c:228:28: warning: If memory allocation fails, then there is a possible null pointer dereference: fft_data [nullPointerOutOfMemory] libdieharder/dab_dct.c:225:30: note: Assuming allocation function fails libdieharder/dab_dct.c:225:13: note: Assignment 'fft_data=(double*)malloc(sizeof(double)*4*len)', assigned value is 0 libdieharder/dab_dct.c:228:28: note: Null pointer dereference libdieharder/dab_dct.c:228:48: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] libdieharder/dab_dct.c:108:33: note: Assuming allocation function fails libdieharder/dab_dct.c:108:10: note: Assignment 'input=(unsigned int*)malloc(sizeof(unsigned int)*len)', assigned value is 0 libdieharder/dab_dct.c:146:14: note: Calling function 'fDCT2_fft', 1st argument 'input' value is 0 libdieharder/dab_dct.c:217:10: note: Assuming condition is false libdieharder/dab_dct.c:228:48: note: Null pointer dereference libdieharder/dab_dct.c:229:30: warning: If memory allocation fails, then there is a possible null pointer dereference: fft_data [nullPointerOutOfMemory] libdieharder/dab_dct.c:225:30: note: Assuming allocation function fails libdieharder/dab_dct.c:225:13: note: Assignment 'fft_data=(double*)malloc(sizeof(double)*4*len)', assigned value is 0 libdieharder/dab_dct.c:229:30: note: Null pointer dereference libdieharder/dab_dct.c:229:52: warning: If memory allocation fails, then there is a possible null pointer dereference: fft_data [nullPointerOutOfMemory] libdieharder/dab_dct.c:225:30: note: Assuming allocation function fails libdieharder/dab_dct.c:225:13: note: Assignment 'fft_data=(double*)malloc(sizeof(double)*4*len)', assigned value is 0 libdieharder/dab_dct.c:229:52: note: Null pointer dereference libdieharder/dab_dct.c:232:28: warning: If memory allocation fails, then there is a possible null pointer dereference: output [nullPointerOutOfMemory] libdieharder/dab_dct.c:107:25: note: Assuming allocation function fails libdieharder/dab_dct.c:107:8: note: Assignment 'dct=(double*)malloc(sizeof(double)*len)', assigned value is 0 libdieharder/dab_dct.c:146:21: note: Calling function 'fDCT2_fft', 2nd argument 'dct' value is 0 libdieharder/dab_dct.c:217:10: note: Assuming condition is false libdieharder/dab_dct.c:232:28: note: Null pointer dereference libdieharder/dab_dct.c:232:40: warning: If memory allocation fails, then there is a possible null pointer dereference: fft_data [nullPointerOutOfMemory] libdieharder/dab_dct.c:225:30: note: Assuming allocation function fails libdieharder/dab_dct.c:225:13: note: Assignment 'fft_data=(double*)malloc(sizeof(double)*4*len)', assigned value is 0 libdieharder/dab_dct.c:232:40: note: Null pointer dereference libdieharder/dab_dct.c:285:32: style: Parameter 'pvalue' can be declared as pointer to const [constParameterPointer] libdieharder/dab_dct.c:289:19: style: Variable 'pos' is assigned a value that is never used. [unreadVariable] libdieharder/dab_dct.c:301:10: style: Variable 'pos' is assigned a value that is never used. [unreadVariable] libdieharder/dab_filltree.c:40:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/dab_filltree.c:143:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] libdieharder/dab_filltree.c:54:9: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] libdieharder/dab_filltree.c:52:28: note: Assuming allocation function fails libdieharder/dab_filltree.c:52:11: note: Assignment 'counts=(double*)malloc(sizeof(double)*target)', assigned value is 0 libdieharder/dab_filltree.c:54:9: note: Null pointer dereference libdieharder/dab_filltree.c:57:9: warning: If memory allocation fails, then there is a possible null pointer dereference: positionCounts [nullPointerOutOfMemory] libdieharder/dab_filltree.c:56:36: note: Assuming allocation function fails libdieharder/dab_filltree.c:56:19: note: Assignment 'positionCounts=(double*)malloc(sizeof(double)*size/2)', assigned value is 0 libdieharder/dab_filltree.c:57:9: note: Null pointer dereference libdieharder/dab_filltree.c:64:4: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/dab_filltree.c:53:30: note: Assuming allocation function fails libdieharder/dab_filltree.c:53:13: note: Assignment 'expected=(double*)malloc(sizeof(double)*target)', assigned value is 0 libdieharder/dab_filltree.c:64:4: note: Null pointer dereference libdieharder/dab_filltree.c:65:8: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/dab_filltree.c:53:30: note: Assuming allocation function fails libdieharder/dab_filltree.c:53:13: note: Assignment 'expected=(double*)malloc(sizeof(double)*target)', assigned value is 0 libdieharder/dab_filltree.c:65:8: note: Null pointer dereference libdieharder/dab_filltree.c:74:11: warning: If memory allocation fails, then there is a possible null pointer dereference: array [nullPointerOutOfMemory] libdieharder/dab_filltree.c:43:35: note: Assuming allocation function fails libdieharder/dab_filltree.c:43:18: note: Assignment 'array=(double*)malloc(sizeof(double)*size)', assigned value is 0 libdieharder/dab_filltree.c:74:11: note: Null pointer dereference libdieharder/dab_filltree.c:87:4: warning: If memory allocation fails, then there is a possible null pointer dereference: positionCounts [nullPointerOutOfMemory] libdieharder/dab_filltree.c:56:36: note: Assuming allocation function fails libdieharder/dab_filltree.c:56:19: note: Assignment 'positionCounts=(double*)malloc(sizeof(double)*size/2)', assigned value is 0 libdieharder/dab_filltree.c:81:12: note: Assuming condition is false libdieharder/dab_filltree.c:87:4: note: Null pointer dereference libdieharder/dab_filltree.c:89:4: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] libdieharder/dab_filltree.c:52:28: note: Assuming allocation function fails libdieharder/dab_filltree.c:52:11: note: Assignment 'counts=(double*)malloc(sizeof(double)*target)', assigned value is 0 libdieharder/dab_filltree.c:81:12: note: Assuming condition is false libdieharder/dab_filltree.c:89:4: note: Null pointer dereference libdieharder/dab_filltree.c:112:8: warning: If memory allocation fails, then there is a possible null pointer dereference: array [nullPointerOutOfMemory] libdieharder/dab_filltree.c:131:35: note: Assuming allocation function fails libdieharder/dab_filltree.c:131:18: note: Assignment 'array=(double*)malloc(sizeof(double)*size)', assigned value is 0 libdieharder/dab_filltree.c:145:23: note: Calling function 'insert', 2nd argument 'array' value is 0 libdieharder/dab_filltree.c:112:8: note: Null pointer dereference libdieharder/dab_filltree.c:116:8: warning: If memory allocation fails, then there is a possible null pointer dereference: array [nullPointerOutOfMemory] libdieharder/dab_filltree.c:131:35: note: Assuming allocation function fails libdieharder/dab_filltree.c:131:18: note: Assignment 'array=(double*)malloc(sizeof(double)*size)', assigned value is 0 libdieharder/dab_filltree.c:145:23: note: Calling function 'insert', 2nd argument 'array' value is 0 libdieharder/dab_filltree.c:112:17: note: Assuming condition is false libdieharder/dab_filltree.c:116:8: note: Null pointer dereference libdieharder/dab_filltree.c:140:11: warning: If memory allocation fails, then there is a possible null pointer dereference: array [nullPointerOutOfMemory] libdieharder/dab_filltree.c:131:35: note: Assuming allocation function fails libdieharder/dab_filltree.c:131:18: note: Assignment 'array=(double*)malloc(sizeof(double)*size)', assigned value is 0 libdieharder/dab_filltree.c:140:11: note: Null pointer dereference libdieharder/dab_filltree2.c:98:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/dab_filltree2.c:116:9: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] libdieharder/dab_filltree2.c:113:28: note: Assuming allocation function fails libdieharder/dab_filltree2.c:113:11: note: Assignment 'counts=(double*)malloc(sizeof(double)*target)', assigned value is 0 libdieharder/dab_filltree2.c:116:9: note: Null pointer dereference libdieharder/dab_filltree2.c:119:9: warning: If memory allocation fails, then there is a possible null pointer dereference: positionCounts [nullPointerOutOfMemory] libdieharder/dab_filltree2.c:118:36: note: Assuming allocation function fails libdieharder/dab_filltree2.c:118:19: note: Assignment 'positionCounts=(double*)malloc(sizeof(double)*size/2)', assigned value is 0 libdieharder/dab_filltree2.c:119:9: note: Null pointer dereference libdieharder/dab_filltree2.c:123:4: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/dab_filltree2.c:114:30: note: Assuming allocation function fails libdieharder/dab_filltree2.c:114:13: note: Assignment 'expected=(double*)malloc(sizeof(double)*target)', assigned value is 0 libdieharder/dab_filltree2.c:123:4: note: Null pointer dereference libdieharder/dab_filltree2.c:124:8: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/dab_filltree2.c:114:30: note: Assuming allocation function fails libdieharder/dab_filltree2.c:114:13: note: Assignment 'expected=(double*)malloc(sizeof(double)*target)', assigned value is 0 libdieharder/dab_filltree2.c:124:8: note: Null pointer dereference libdieharder/dab_filltree2.c:135:11: warning: If memory allocation fails, then there is a possible null pointer dereference: array [nullPointerOutOfMemory] libdieharder/dab_filltree2.c:101:33: note: Assuming allocation function fails libdieharder/dab_filltree2.c:101:17: note: Assignment 'array=(unsigned char*)malloc(sizeof(*array)*size)', assigned value is 0 libdieharder/dab_filltree2.c:135:11: note: Null pointer dereference libdieharder/dab_filltree2.c:192:6: warning: If memory allocation fails, then there is a possible null pointer dereference: array [nullPointerOutOfMemory] libdieharder/dab_filltree2.c:101:33: note: Assuming allocation function fails libdieharder/dab_filltree2.c:101:17: note: Assignment 'array=(unsigned char*)malloc(sizeof(*array)*size)', assigned value is 0 libdieharder/dab_filltree2.c:140:12: note: Assuming condition is false libdieharder/dab_filltree2.c:145:34: note: Calling function 'insertBit', 2nd argument 'array' value is 0 libdieharder/dab_filltree2.c:192:6: note: Null pointer dereference libdieharder/dab_monobit2.c:29:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rmax_bits [valueFlowBailoutIncompleteVar] libdieharder/dab_monobit2.c:50:9: warning: If memory allocation fails, then there is a possible null pointer dereference: counts [nullPointerOutOfMemory] libdieharder/dab_monobit2.c:49:28: note: Assuming allocation function fails libdieharder/dab_monobit2.c:49:11: note: Assignment 'counts=(double*)malloc(sizeof(*counts)*blens*(2<tsamples*sizeof(dTuple))', assigned value is 0 libdieharder/diehard_2dsphere.c:97:6: note: Null pointer dereference libdieharder/diehard_2dsphere.c:81:18: style: Variable 'test[0]->ntuple' is reassigned a value before the old one has been used. [redundantAssignment] libdieharder/diehard_2dsphere.c:72:18: note: test[0]->ntuple is assigned libdieharder/diehard_2dsphere.c:81:18: note: test[0]->ntuple is overwritten libdieharder/diehard_2dsphere.c:48:10: style: struct member 'C3_2D::x' is never used. [unusedStructMember] libdieharder/diehard_3dsphere.c:43:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_3dsphere.c:95:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_3dsphere.c:62:26: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:62:26: note: Null pointer dereference libdieharder/diehard_3dsphere.c:72:15: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:72:15: note: Null pointer dereference libdieharder/diehard_3dsphere.c:72:26: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:72:26: note: Null pointer dereference libdieharder/diehard_3dsphere.c:73:15: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:73:15: note: Null pointer dereference libdieharder/diehard_3dsphere.c:73:26: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:73:26: note: Null pointer dereference libdieharder/diehard_3dsphere.c:74:15: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:74:15: note: Null pointer dereference libdieharder/diehard_3dsphere.c:74:26: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:74:26: note: Null pointer dereference libdieharder/diehard_birthdays.c:62:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_birthdays.c:140:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/diehard_birthdays.c:250:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_birthdays.c:113:22: warning: If memory allocation fails, then there is a possible null pointer dereference: js [nullPointerOutOfMemory] libdieharder/diehard_birthdays.c:112:29: note: Assuming allocation function fails libdieharder/diehard_birthdays.c:112:7: note: Assignment 'js=(unsigned int*)malloc(kmax*sizeof(unsigned int))', assigned value is 0 libdieharder/diehard_birthdays.c:113:22: note: Null pointer dereference libdieharder/static_get_bits.c:47:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/static_get_bits.c:211:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rmax_bits [valueFlowBailoutIncompleteVar] libdieharder/diehard_bitstream.c:57:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_bitstream.c:81:5: style: Condition 'overlap' is always true [knownConditionTrueFalse] libdieharder/diehard_bitstream.c:52:17: note: Assignment 'overlap=1', assigned value is 1 libdieharder/diehard_bitstream.c:81:5: note: Condition 'overlap' is always true libdieharder/diehard_bitstream.c:124:7: style: Condition 'overlap' is always true [knownConditionTrueFalse] libdieharder/diehard_bitstream.c:52:17: note: Assignment 'overlap=1', assigned value is 1 libdieharder/diehard_bitstream.c:124:7: note: Condition 'overlap' is always true libdieharder/static_get_bits.c:111:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/diehard_bitstream.c:88:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_bitstream.c:99:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_bitstream.c:267:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_bitstream.c:85:6: warning: If memory allocation fails, then there is a possible null pointer dereference: bitstream [nullPointerOutOfMemory] libdieharder/diehard_bitstream.c:83:30: note: Assuming allocation function fails libdieharder/diehard_bitstream.c:83:16: note: Assignment 'bitstream=(uint*)malloc(262146*sizeof(uint))', assigned value is 0 libdieharder/diehard_bitstream.c:85:6: note: Null pointer dereference libdieharder/diehard_bitstream.c:95:6: warning: If memory allocation fails, then there is a possible null pointer dereference: bitstream [nullPointerOutOfMemory] libdieharder/diehard_bitstream.c:93:30: note: Assuming allocation function fails libdieharder/diehard_bitstream.c:93:16: note: Assignment 'bitstream=(uint*)malloc(1310722*sizeof(uint))', assigned value is 0 libdieharder/diehard_bitstream.c:95:6: note: Null pointer dereference libdieharder/diehard_bitstream.c:114:9: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] libdieharder/diehard_bitstream.c:113:20: note: Assuming allocation function fails libdieharder/diehard_bitstream.c:113:6: note: Assignment 'w=(char*)malloc(M*sizeof(char))', assigned value is 0 libdieharder/diehard_bitstream.c:114:9: note: Null pointer dereference libdieharder/diehard_bitstream.c:121:13: warning: If memory allocation fails, then there is a possible null pointer dereference: bitstream [nullPointerOutOfMemory] libdieharder/diehard_bitstream.c:83:30: note: Assuming allocation function fails libdieharder/diehard_bitstream.c:83:16: note: Assignment 'bitstream=(uint*)malloc(262146*sizeof(uint))', assigned value is 0 libdieharder/diehard_bitstream.c:121:13: note: Null pointer dereference libdieharder/diehard_bitstream.c:172:6: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] libdieharder/diehard_bitstream.c:113:20: note: Assuming allocation function fails libdieharder/diehard_bitstream.c:113:6: note: Assignment 'w=(char*)malloc(M*sizeof(char))', assigned value is 0 libdieharder/diehard_bitstream.c:172:6: note: Null pointer dereference libdieharder/diehard_bitstream.c:51:17: style: Variable 'cbitstream' can be declared as pointer to const [constVariablePointer] libdieharder/diehard_count_1s_byte.c:177:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/diehard_count_1s_byte.c:179:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_byte.c:281:8: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_byte.c:319:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_stream.c:177:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/diehard_count_1s_stream.c:179:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_stream.c:276:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_stream.c:284:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_stream.c:292:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_stream.c:300:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_stream.c:345:8: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_stream.c:372:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'char'. [invalidPrintfArgType_uint] libdieharder/diehard_count_1s_stream.c:412:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_craps.c:31:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rng [valueFlowBailoutIncompleteVar] libdieharder/diehard_craps.c:47:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_craps.c:155:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_craps.c:156:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_dna.c:50:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_DIEHARD_DNA [valueFlowBailoutIncompleteVar] libdieharder/diehard_dna.c:209:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_dna.c:95:4: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] libdieharder/diehard_dna.c:93:29: note: Assuming allocation function fails libdieharder/diehard_dna.c:93:6: note: Assignment 'w=(char**********)malloc(4*sizeof(char*********))', assigned value is 0 libdieharder/diehard_dna.c:95:4: note: Null pointer dereference libdieharder/diehard_dna.c:97:6: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] libdieharder/diehard_dna.c:93:29: note: Assuming allocation function fails libdieharder/diehard_dna.c:93:6: note: Assignment 'w=(char**********)malloc(4*sizeof(char*********))', assigned value is 0 libdieharder/diehard_dna.c:97:6: note: Null pointer dereference libdieharder/diehard_dna.c:99:8: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] libdieharder/diehard_dna.c:93:29: note: Assuming allocation function fails libdieharder/diehard_dna.c:93:6: note: Assignment 'w=(char**********)malloc(4*sizeof(char*********))', assigned value is 0 libdieharder/diehard_dna.c:99:8: note: Null pointer dereference libdieharder/diehard_dna.c:101:10: warning: If memory allocation fails, then there is a possible null pointer dereference: w [nullPointerOutOfMemory] libdieharder/diehard_dna.c:93:29: note: Assuming allocation function fails libdieharder/diehard_dna.c:93:6: note: Assignment 'w=(char**********)malloc(4*sizeof(char*********))', assigned value is 0 libdieharder/diehard_dna.c:101:10: note: Null pointer dereference libdieharder/diehard_operm5.c:89:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/diehard_operm5.c:143:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable overlap [valueFlowBailoutIncompleteVar] libdieharder/diehard_operm5.c:91:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:91:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:91:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:91:4: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:91:4: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:110:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:110:6: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:110:6: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:110:6: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:110:6: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:117:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:216:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:216:6: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:242:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_operm5.c:73:16: style: Parameter 'v' can be declared as const array [constParameter] libdieharder/diehard_opso.c:55:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_opso.c:144:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_oqso.c:48:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_oqso.c:131:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_parking_lot.c:89:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_parking_lot.c:151:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_rank_32x32.c:44:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_rank_32x32.c:123:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_rank_32x32.c:48:4: warning: If memory allocation fails, then there is a possible null pointer dereference: mtx [nullPointerOutOfMemory] libdieharder/diehard_rank_32x32.c:46:21: note: Assuming allocation function fails libdieharder/diehard_rank_32x32.c:46:6: note: Assignment 'mtx=(uint**)malloc(32*sizeof(uint*))', assigned value is 0 libdieharder/diehard_rank_32x32.c:48:4: note: Null pointer dereference libdieharder/diehard_rank_32x32.c:95:6: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: mtx [nullPointerOutOfMemory] libdieharder/diehard_rank_32x32.c:46:21: note: Assuming allocation function fails libdieharder/diehard_rank_32x32.c:46:6: note: Assignment 'mtx=(uint**)malloc(32*sizeof(uint*))', assigned value is 0 libdieharder/diehard_rank_32x32.c:95:6: note: Null pointer dereference libdieharder/diehard_rank_32x32.c:98:17: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: mtx [nullPointerOutOfMemory] libdieharder/diehard_rank_32x32.c:46:21: note: Assuming allocation function fails libdieharder/diehard_rank_32x32.c:46:6: note: Assignment 'mtx=(uint**)malloc(32*sizeof(uint*))', assigned value is 0 libdieharder/diehard_rank_32x32.c:98:17: note: Null pointer dereference libdieharder/diehard_rank_6x8.c:42:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_DIEHARD_RANK_6x8 [valueFlowBailoutIncompleteVar] libdieharder/diehard_rank_6x8.c:114:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_rank_6x8.c:53:4: warning: If memory allocation fails, then there is a possible null pointer dereference: mtx [nullPointerOutOfMemory] libdieharder/diehard_rank_6x8.c:51:23: note: Assuming allocation function fails libdieharder/diehard_rank_6x8.c:51:8: note: Assignment 'mtx=(uint**)malloc(6*sizeof(uint*))', assigned value is 0 libdieharder/diehard_rank_6x8.c:53:4: note: Null pointer dereference libdieharder/diehard_rank_6x8.c:89:6: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: mtx [nullPointerOutOfMemory] libdieharder/diehard_rank_6x8.c:51:23: note: Assuming allocation function fails libdieharder/diehard_rank_6x8.c:51:8: note: Assignment 'mtx=(uint**)malloc(6*sizeof(uint*))', assigned value is 0 libdieharder/diehard_rank_6x8.c:89:6: note: Null pointer dereference libdieharder/diehard_rank_6x8.c:92:17: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: mtx [nullPointerOutOfMemory] libdieharder/diehard_rank_6x8.c:51:23: note: Assuming allocation function fails libdieharder/diehard_rank_6x8.c:51:8: note: Assignment 'mtx=(uint**)malloc(6*sizeof(uint*))', assigned value is 0 libdieharder/diehard_rank_6x8.c:92:17: note: Null pointer dereference libdieharder/diehard_runs.c:89:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_runs.c:178:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_runs.c:179:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_runs_working.c:88:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tsamples [valueFlowBailoutIncompleteVar] libdieharder/diehard_runs_working.c:180:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_runs_working.c:181:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_runs_working.c:82:14: style: Unused variable: ns [unusedVariable] libdieharder/diehard_runs_working.c:83:29: style: Unused variable: increased [unusedVariable] libdieharder/diehard_runs_working.c:86:10: style: Unused variable: uv_pvalue [unusedVariable] libdieharder/diehard_runs_working.c:86:21: style: Unused variable: dv_pvalue [unusedVariable] libdieharder/diehard_squeeze.c:71:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_squeeze.c:128:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_sums.c:63:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/diehard_sums.c:189:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_sums.c:190:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_sums.c:200:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_sums.c:207:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_sums.c:213:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_sums.c:253:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_sums.c:271:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/diehard_sums.c:170:9: warning: If memory allocation fails, then there is a possible null pointer dereference: y [nullPointerOutOfMemory] libdieharder/diehard_sums.c:169:22: note: Assuming allocation function fails libdieharder/diehard_sums.c:169:6: note: Assignment 'y=(double*)malloc(m*sizeof(double))', assigned value is 0 libdieharder/diehard_sums.c:170:9: note: Null pointer dereference libdieharder/diehard_sums.c:180:4: warning: If memory allocation fails, then there is a possible null pointer dereference: rand_list [nullPointerOutOfMemory] libdieharder/diehard_sums.c:168:30: note: Assuming allocation function fails libdieharder/diehard_sums.c:168:14: note: Assignment 'rand_list=(double*)malloc(m*sizeof(double))', assigned value is 0 libdieharder/diehard_sums.c:180:4: note: Null pointer dereference libdieharder/diehard_sums.c:181:4: warning: If memory allocation fails, then there is a possible null pointer dereference: y [nullPointerOutOfMemory] libdieharder/diehard_sums.c:169:22: note: Assuming allocation function fails libdieharder/diehard_sums.c:169:6: note: Assignment 'y=(double*)malloc(m*sizeof(double))', assigned value is 0 libdieharder/diehard_sums.c:181:4: note: Null pointer dereference libdieharder/diehard_sums.c:181:12: warning: If memory allocation fails, then there is a possible null pointer dereference: rand_list [nullPointerOutOfMemory] libdieharder/diehard_sums.c:168:30: note: Assuming allocation function fails libdieharder/diehard_sums.c:168:14: note: Assignment 'rand_list=(double*)malloc(m*sizeof(double))', assigned value is 0 libdieharder/diehard_sums.c:181:12: note: Null pointer dereference libdieharder/dieharder_rng_types.c:50:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXRNGS [valueFlowBailoutIncompleteVar] libdieharder/dieharder_rng_types.c:112:4: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] libdieharder/dieharder_rng_types.c:81:4: note: i is assigned libdieharder/dieharder_rng_types.c:112:4: note: i is overwritten libdieharder/dieharder_rng_types.c:137:4: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] libdieharder/dieharder_rng_types.c:112:4: note: i is assigned libdieharder/dieharder_rng_types.c:137:4: note: i is overwritten libdieharder/dieharder_test_types.c:38:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXTESTS [valueFlowBailoutIncompleteVar] libdieharder/dieharder_test_types.c:122:4: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] libdieharder/dieharder_test_types.c:107:4: note: i is assigned libdieharder/dieharder_test_types.c:122:4: note: i is overwritten libdieharder/dieharder_test_types.c:168:4: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment] libdieharder/dieharder_test_types.c:122:4: note: i is assigned libdieharder/dieharder_test_types.c:168:4: note: i is overwritten libdieharder/histogram.c:67:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable psamples [valueFlowBailoutIncompleteVar] libdieharder/histogram.c:80:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/histogram.c:31:23: warning: If memory allocation fails, then there is a possible null pointer dereference: bin [nullPointerOutOfMemory] libdieharder/histogram.c:30:22: note: Assuming allocation function fails libdieharder/histogram.c:30:8: note: Assignment 'bin=(uint*)malloc(nbins*sizeof(uint))', assigned value is 0 libdieharder/histogram.c:31:23: note: Null pointer dereference libdieharder/histogram.c:54:4: warning: If memory allocation fails, then there is a possible null pointer dereference: bin [nullPointerOutOfMemory] libdieharder/histogram.c:30:22: note: Assuming allocation function fails libdieharder/histogram.c:30:8: note: Assignment 'bin=(uint*)malloc(nbins*sizeof(uint))', assigned value is 0 libdieharder/histogram.c:54:4: note: Null pointer dereference libdieharder/histogram.c:19:24: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] libdieharder/histogram.c:19:36: style: Parameter 'pvlabel' can be declared as pointer to const [constParameterPointer] libdieharder/histogram.c:19:91: style: Parameter 'label' can be declared as pointer to const [constParameterPointer] libdieharder/kstest.c:47:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/kstest.c:154:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/kstest.c:273:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ks_test [valueFlowBailoutIncompleteVar] libdieharder/kstest.c:360:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/kstest.c:462:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/kstest.c:191:21: warning: If memory allocation fails, then there is a possible null pointer dereference: B [nullPointerOutOfMemory] libdieharder/kstest.c:220:20: note: Assuming allocation function fails libdieharder/kstest.c:220:5: note: Assignment 'B=(double*)malloc((m*m)*sizeof(double))', assigned value is 0 libdieharder/kstest.c:230:17: note: Calling function 'mMultiply', 2nd argument 'B' value is 0 libdieharder/kstest.c:191:21: note: Null pointer dereference libdieharder/kstest.c:192:2: warning: If memory allocation fails, then there is a possible null pointer dereference: C [nullPointerOutOfMemory] libdieharder/kstest.c:220:20: note: Assuming allocation function fails libdieharder/kstest.c:220:5: note: Assignment 'B=(double*)malloc((m*m)*sizeof(double))', assigned value is 0 libdieharder/kstest.c:221:17: note: Calling function 'mMultiply', 3rd argument 'B' value is 0 libdieharder/kstest.c:192:2: note: Null pointer dereference libdieharder/kstest.c:225:12: warning: If memory allocation fails, then there is a possible null pointer dereference: B [nullPointerOutOfMemory] libdieharder/kstest.c:220:20: note: Assuming allocation function fails libdieharder/kstest.c:220:5: note: Assignment 'B=(double*)malloc((m*m)*sizeof(double))', assigned value is 0 libdieharder/kstest.c:225:12: note: Null pointer dereference libdieharder/kstest.c:299:5: warning: If memory allocation fails, then there is a possible null pointer dereference: H [nullPointerOutOfMemory] libdieharder/kstest.c:286:20: note: Assuming allocation function fails libdieharder/kstest.c:286:5: note: Assignment 'H=(double*)malloc((m*m)*sizeof(double))', assigned value is 0 libdieharder/kstest.c:299:5: note: Null pointer dereference libdieharder/kstest.c:300:5: warning: If memory allocation fails, then there is a possible null pointer dereference: H [nullPointerOutOfMemory] libdieharder/kstest.c:286:20: note: Assuming allocation function fails libdieharder/kstest.c:286:5: note: Assignment 'H=(double*)malloc((m*m)*sizeof(double))', assigned value is 0 libdieharder/kstest.c:300:5: note: Null pointer dereference libdieharder/kstest.c:303:3: warning: If memory allocation fails, then there is a possible null pointer dereference: H [nullPointerOutOfMemory] libdieharder/kstest.c:286:20: note: Assuming allocation function fails libdieharder/kstest.c:286:5: note: Assignment 'H=(double*)malloc((m*m)*sizeof(double))', assigned value is 0 libdieharder/kstest.c:303:3: note: Null pointer dereference libdieharder/kstest.c:183:24: style: Parameter 'A' can be declared as pointer to const [constParameterPointer] libdieharder/kstest.c:183:34: style: Parameter 'B' can be declared as pointer to const [constParameterPointer] libdieharder/marsaglia_tsang_gcd.c:154:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PI [valueFlowBailoutIncompleteVar] libdieharder/marsaglia_tsang_gcd.c:318:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/marsaglia_tsang_gcd.c:319:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/marsaglia_tsang_gcd.c:191:9: warning: If memory allocation fails, then there is a possible null pointer dereference: gcd [nullPointerOutOfMemory] libdieharder/marsaglia_tsang_gcd.c:190:35: note: Assuming allocation function fails libdieharder/marsaglia_tsang_gcd.c:190:21: note: Assignment 'gcd=(uint*)malloc(gtblsize*sizeof(uint))', assigned value is 0 libdieharder/marsaglia_tsang_gcd.c:191:9: note: Null pointer dereference libdieharder/marsaglia_tsang_gorilla.c:27:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tsamples [valueFlowBailoutIncompleteVar] libdieharder/marsaglia_tsang_gorilla.c:63:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/parse.c:51:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable splitbuf [valueFlowBailoutIncompleteVar] libdieharder/parse.c:48:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] libdieharder/parse.c:58:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] libdieharder/parse.c:108:12: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] libdieharder/parse.c:116:14: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] libdieharder/parse.c:28:17: style: Variable 'nextval' can be declared as pointer to const [constVariablePointer] libdieharder/parse.c:86:17: style: Variable 'nextval' can be declared as pointer to const [constVariablePointer] libdieharder/prob.c:21:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/prob.c:22:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/prob.c:22:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/prob.c:29:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/prob.c:29:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/random_seed.c:43:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/rank.c:64:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/rank.c:93:13: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation] libdieharder/rank.c:72:7: style: Variable 'rank' is assigned a value that is never used. [unreadVariable] libdieharder/rgb_bitdist.c:84:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/rgb_bitdist.c:318:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_bitdist.c:318:8: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_bitdist.c:199:4: warning: If memory allocation fails, then there is a possible null pointer dereference: vtest [nullPointerOutOfMemory] libdieharder/rgb_bitdist.c:128:25: note: Assuming allocation function fails libdieharder/rgb_bitdist.c:128:10: note: Assignment 'vtest=(Vtest*)malloc(value_max*sizeof(Vtest))', assigned value is 0 libdieharder/rgb_bitdist.c:199:4: note: Null pointer dereference libdieharder/rgb_bitdist.c:211:14: warning: If memory allocation fails, then there is a possible null pointer dereference: vtest [nullPointerOutOfMemory] libdieharder/rgb_bitdist.c:128:25: note: Assuming allocation function fails libdieharder/rgb_bitdist.c:128:10: note: Assignment 'vtest=(Vtest*)malloc(value_max*sizeof(Vtest))', assigned value is 0 libdieharder/rgb_bitdist.c:211:14: note: Null pointer dereference libdieharder/rgb_bitdist.c:211:28: warning: If memory allocation fails, then there is a possible null pointer dereference: vtest [nullPointerOutOfMemory] libdieharder/rgb_bitdist.c:128:25: note: Assuming allocation function fails libdieharder/rgb_bitdist.c:128:10: note: Assignment 'vtest=(Vtest*)malloc(value_max*sizeof(Vtest))', assigned value is 0 libdieharder/rgb_bitdist.c:211:28: note: Null pointer dereference libdieharder/rgb_bitdist.c:213:6: warning: If memory allocation fails, then there is a possible null pointer dereference: vtest [nullPointerOutOfMemory] libdieharder/rgb_bitdist.c:128:25: note: Assuming allocation function fails libdieharder/rgb_bitdist.c:128:10: note: Assignment 'vtest=(Vtest*)malloc(value_max*sizeof(Vtest))', assigned value is 0 libdieharder/rgb_bitdist.c:213:6: note: Null pointer dereference libdieharder/rgb_bitdist.c:226:9: warning: If memory allocation fails, then there is a possible null pointer dereference: count [nullPointerOutOfMemory] libdieharder/rgb_bitdist.c:129:24: note: Assuming allocation function fails libdieharder/rgb_bitdist.c:129:10: note: Assignment 'count=(uint*)malloc(value_max*sizeof(uint))', assigned value is 0 libdieharder/rgb_bitdist.c:226:9: note: Null pointer dereference libdieharder/rgb_kstest_test.c:44:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tsamples [valueFlowBailoutIncompleteVar] libdieharder/rgb_kstest_test.c:77:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_kstest_test.c:55:4: warning: If memory allocation fails, then there is a possible null pointer dereference: testvec [nullPointerOutOfMemory] libdieharder/rgb_kstest_test.c:45:28: note: Assuming allocation function fails libdieharder/rgb_kstest_test.c:45:12: note: Assignment 'testvec=(double*)malloc(tsamples*sizeof(double))', assigned value is 0 libdieharder/rgb_kstest_test.c:55:4: note: Null pointer dereference libdieharder/rgb_lagged_sums.c:50:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/rgb_lagged_sums.c:95:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable description [valueFlowBailoutIncompleteVar] libdieharder/rgb_lagged_sums.c:85:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_lmn.c:106:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all [valueFlowBailoutIncompleteVar] libdieharder/rgb_lmn.c:178:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tsamples [valueFlowBailoutIncompleteVar] libdieharder/rgb_lmn.c:224:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable description [valueFlowBailoutIncompleteVar] libdieharder/rgb_lmn.c:99:9: style: Unused variable: pks [unusedVariable] libdieharder/rgb_minimum_distance.c:104:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tsamples [valueFlowBailoutIncompleteVar] libdieharder/rgb_minimum_distance.c:113:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] libdieharder/rgb_minimum_distance.c:122:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_minimum_distance.c:149:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_minimum_distance.c:212:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_minimum_distance.c:125:6: warning: If memory allocation fails, then there is a possible null pointer dereference: points [nullPointerOutOfMemory] libdieharder/rgb_minimum_distance.c:104:27: note: Assuming allocation function fails libdieharder/rgb_minimum_distance.c:104:11: note: Assignment 'points=(dTuple*)malloc(test[0]->tsamples*sizeof(dTuple))', assigned value is 0 libdieharder/rgb_minimum_distance.c:125:6: note: Null pointer dereference libdieharder/rgb_operm.c:67:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_RGB_OPERM [valueFlowBailoutIncompleteVar] libdieharder/rgb_operm.c:262:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_RGB_OPERM [valueFlowBailoutIncompleteVar] libdieharder/rgb_operm.c:415:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_RGB_OPERM [valueFlowBailoutIncompleteVar] libdieharder/rgb_operm.c:538:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_RGB_OPERM [valueFlowBailoutIncompleteVar] libdieharder/rgb_operm.c:613:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/rgb_operm.c:78:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_operm.c:168:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_operm.c:169:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_operm.c:281:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_operm.c:113:4: warning: If memory allocation fails, then there is a possible null pointer dereference: cexact [nullPointerOutOfMemory] libdieharder/rgb_operm.c:103:28: note: Assuming allocation function fails libdieharder/rgb_operm.c:103:11: note: Assignment 'cexact=(double**)malloc(nperms*sizeof(double*))', assigned value is 0 libdieharder/rgb_operm.c:113:4: note: Null pointer dereference libdieharder/rgb_operm.c:114:4: warning: If memory allocation fails, then there is a possible null pointer dereference: ceinv [nullPointerOutOfMemory] libdieharder/rgb_operm.c:104:28: note: Assuming allocation function fails libdieharder/rgb_operm.c:104:11: note: Assignment 'ceinv=(double**)malloc(nperms*sizeof(double*))', assigned value is 0 libdieharder/rgb_operm.c:114:4: note: Null pointer dereference libdieharder/rgb_operm.c:115:4: warning: If memory allocation fails, then there is a possible null pointer dereference: cexpt [nullPointerOutOfMemory] libdieharder/rgb_operm.c:105:28: note: Assuming allocation function fails libdieharder/rgb_operm.c:105:11: note: Assignment 'cexpt=(double**)malloc(nperms*sizeof(double*))', assigned value is 0 libdieharder/rgb_operm.c:115:4: note: Null pointer dereference libdieharder/rgb_operm.c:116:4: warning: If memory allocation fails, then there is a possible null pointer dereference: idty [nullPointerOutOfMemory] libdieharder/rgb_operm.c:106:28: note: Assuming allocation function fails libdieharder/rgb_operm.c:106:11: note: Assignment 'idty=(double**)malloc(nperms*sizeof(double*))', assigned value is 0 libdieharder/rgb_operm.c:116:4: note: Null pointer dereference libdieharder/rgb_operm.c:118:6: warning: If memory allocation fails, then there is a possible null pointer dereference: cexact [nullPointerOutOfMemory] libdieharder/rgb_operm.c:103:28: note: Assuming allocation function fails libdieharder/rgb_operm.c:103:11: note: Assignment 'cexact=(double**)malloc(nperms*sizeof(double*))', assigned value is 0 libdieharder/rgb_operm.c:118:6: note: Null pointer dereference libdieharder/rgb_operm.c:119:6: warning: If memory allocation fails, then there is a possible null pointer dereference: ceinv [nullPointerOutOfMemory] libdieharder/rgb_operm.c:104:28: note: Assuming allocation function fails libdieharder/rgb_operm.c:104:11: note: Assignment 'ceinv=(double**)malloc(nperms*sizeof(double*))', assigned value is 0 libdieharder/rgb_operm.c:119:6: note: Null pointer dereference libdieharder/rgb_operm.c:120:6: warning: If memory allocation fails, then there is a possible null pointer dereference: cexpt [nullPointerOutOfMemory] libdieharder/rgb_operm.c:105:28: note: Assuming allocation function fails libdieharder/rgb_operm.c:105:11: note: Assignment 'cexpt=(double**)malloc(nperms*sizeof(double*))', assigned value is 0 libdieharder/rgb_operm.c:120:6: note: Null pointer dereference libdieharder/rgb_operm.c:121:6: warning: If memory allocation fails, then there is a possible null pointer dereference: idty [nullPointerOutOfMemory] libdieharder/rgb_operm.c:106:28: note: Assuming allocation function fails libdieharder/rgb_operm.c:106:11: note: Assignment 'idty=(double**)malloc(nperms*sizeof(double*))', assigned value is 0 libdieharder/rgb_operm.c:121:6: note: Null pointer dereference libdieharder/rgb_operm.c:287:4: warning: If memory allocation fails, then there is a possible null pointer dereference: operms [nullPointerOutOfMemory] libdieharder/rgb_operm.c:285:37: note: Assuming allocation function fails libdieharder/rgb_operm.c:285:11: note: Assignment 'operms=(gsl_permutation**)malloc(noperms*sizeof(gsl_permutation*))', assigned value is 0 libdieharder/rgb_operm.c:287:4: note: Null pointer dereference libdieharder/rgb_operm.c:319:57: warning: If memory allocation fails, then there is a possible null pointer dereference: operms [nullPointerOutOfMemory] libdieharder/rgb_operm.c:285:37: note: Assuming allocation function fails libdieharder/rgb_operm.c:285:11: note: Assignment 'operms=(gsl_permutation**)malloc(noperms*sizeof(gsl_permutation*))', assigned value is 0 libdieharder/rgb_operm.c:319:57: note: Null pointer dereference libdieharder/rgb_operm.c:162:8: style: Local variable 'i' shadows outer variable [shadowVariable] libdieharder/rgb_operm.c:55:6: note: Shadowed declaration libdieharder/rgb_operm.c:162:8: note: Shadow variable libdieharder/rgb_operm.c:57:8: style: Variable 'count' can be declared as pointer to const [constVariablePointer] libdieharder/rgb_operm.c:85:20: style: Variable 'p' can be declared as pointer to const [constVariablePointer] libdieharder/rgb_operm.c:526:21: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] libdieharder/rgb_operm.c:55:10: style: Unused variable: n [unusedVariable] libdieharder/rgb_operm.c:55:12: style: Unused variable: nb [unusedVariable] libdieharder/rgb_operm.c:55:18: style: Unused variable: s [unusedVariable] libdieharder/rgb_operm.c:93:25: style: Variable 'count' is allocated memory that is never used. [unusedAllocatedMemory] libdieharder/rgb_operm.c:57:14: style: Unused variable: ctotal [unusedVariable] libdieharder/rgb_operm.c:58:7: style: Unused variable: size [unusedVariable] libdieharder/rgb_operm.c:59:9: style: Unused variable: pvalue [unusedVariable] libdieharder/rgb_operm.c:59:16: style: Unused variable: ntuple_prob [unusedVariable] libdieharder/rgb_operm.c:59:28: style: Unused variable: pbin [unusedVariable] libdieharder/rgb_operm.c:85:20: style: Variable 'p' is assigned a value that is never used. [unreadVariable] libdieharder/rgb_operm.c:241:12: style: Unused variable: ip [unusedVariable] libdieharder/rgb_operm.c:241:17: style: Unused variable: nop [unusedVariable] libdieharder/rgb_operm.c:403:12: style: Unused variable: ip [unusedVariable] libdieharder/rgb_operm.c:529:9: style: Unused variable: j [unusedVariable] libdieharder/rgb_operm.c:529:11: style: Unused variable: k [unusedVariable] libdieharder/rgb_operm.c:529:13: style: Unused variable: max [unusedVariable] libdieharder/rgb_operm.c:529:17: style: Unused variable: min [unusedVariable] libdieharder/rgb_operm.c:530:7: style: Unused variable: pindex [unusedVariable] libdieharder/rgb_operm.c:530:14: style: Unused variable: uret [unusedVariable] libdieharder/rgb_operm.c:530:19: style: Unused variable: tmp [unusedVariable] libdieharder/rgb_operm.c:602:6: style: Unused variable: i [unusedVariable] libdieharder/rgb_permutations.c:29:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_RGB_PERMUTATIONS [valueFlowBailoutIncompleteVar] libdieharder/rgb_permutations.c:116:8: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] libdieharder/rgb_permutations.c:150:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/rgb_permutations.c:71:4: warning: If memory allocation fails, then there is a possible null pointer dereference: lookup [nullPointerOutOfMemory] libdieharder/rgb_permutations.c:69:37: note: Assuming allocation function fails libdieharder/rgb_permutations.c:69:11: note: Assignment 'lookup=(gsl_permutation**)malloc(nperms*sizeof(gsl_permutation*))', assigned value is 0 libdieharder/rgb_permutations.c:71:4: note: Null pointer dereference libdieharder/rgb_permutations.c:85:37: warning: If memory allocation fails, then there is a possible null pointer dereference: lookup [nullPointerOutOfMemory] libdieharder/rgb_permutations.c:69:37: note: Assuming allocation function fails libdieharder/rgb_permutations.c:69:11: note: Assignment 'lookup=(gsl_permutation**)malloc(nperms*sizeof(gsl_permutation*))', assigned value is 0 libdieharder/rgb_permutations.c:85:37: note: Null pointer dereference libdieharder/rgb_persist.c:33:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bits [valueFlowBailoutIncompleteVar] libdieharder/rgb_timing.c:25:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_RGB_TIMING [valueFlowBailoutIncompleteVar] libdieharder/rgb_timing.c:38:6: warning: If memory allocation fails, then there is a possible null pointer dereference: rand_uint [nullPointerOutOfMemory] libdieharder/rgb_timing.c:32:28: note: Assuming allocation function fails libdieharder/rgb_timing.c:32:14: note: Assignment 'rand_uint=(uint*)malloc((unsigned long)test[0]->tsamples*sizeof(uint))', assigned value is 0 libdieharder/rgb_timing.c:38:6: note: Null pointer dereference libdieharder/rijndael-alg-fst.c:1032:2: style: Variable '(ct+12)[3]' is assigned a value that is never used. [unreadVariable] libdieharder/rijndael-alg-fst.c:1213:2: style: Variable '(pt+12)[3]' is assigned a value that is never used. [unreadVariable] libdieharder/rng_XOR.c:43:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gvcount [valueFlowBailoutIncompleteVar] libdieharder/rng_XOR.c:67:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dh_rng_types [valueFlowBailoutIncompleteVar] libdieharder/rng_ca.c:137:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seed [valueFlowBailoutIncompleteVar] libdieharder/rng_ca.c:126:14: style: Variable 'state' can be declared as pointer to const [constVariablePointer] libdieharder/rng_ca.c:111:5: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn] libdieharder/rng_dev_arandom.c:30:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/rng_dev_arandom.c:48:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/rng_dev_random.c:30:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/rng_dev_random.c:48:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/rng_dev_urandom.c:30:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/rng_dev_urandom.c:48:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/rng_file_input.c:75:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K [valueFlowBailoutIncompleteVar] libdieharder/rng_file_input.c:203:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable K [valueFlowBailoutIncompleteVar] libdieharder/rng_file_input.c:51:23: style: Variable 'state' can be declared as pointer to const [constVariablePointer] libdieharder/rng_file_input.c:58:23: style: Variable 'state' can be declared as pointer to const [constVariablePointer] libdieharder/rng_file_input_raw.c:55:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/rng_file_input_raw.c:109:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/rng_jenkins.c:39:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] libdieharder/rng_jenkins.c:23:16: style: Variable 'b' is assigned a value that is never used. [unreadVariable] libdieharder/rng_kiss.c:82:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dh_rng_types [valueFlowBailoutIncompleteVar] libdieharder/rng_stdin_input_raw.c:18:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] libdieharder/rng_stdin_input_raw.c:37:28: style: Parameter 'vstate' can be declared as pointer to const. However it seems that 'stdin_input_raw_set' is a callback function, if 'vstate' is declared with const you might also need to cast function pointer(s). [constParameterCallback] libdieharder/rng_stdin_input_raw.c:47:2: note: You might need to cast the function pointer here libdieharder/rng_stdin_input_raw.c:37:28: note: Parameter 'vstate' can be declared as pointer to const libdieharder/rng_superkiss.c:106:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dh_rng_types [valueFlowBailoutIncompleteVar] libdieharder/rng_uvag.c:146:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dh_rng_types [valueFlowBailoutIncompleteVar] libdieharder/rng_uvag.c:124:16: style: Variable 'state' can be declared as pointer to const [constVariablePointer] libdieharder/rng_uvag.c:127:27: style: Variable 'kp' can be declared as pointer to const [constVariablePointer] libdieharder/rngav.c:178:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] libdieharder/rngav.c:110:24: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] libdieharder/rngav.c:110:34: style: Parameter 'data2' can be declared as pointer to const [constParameterPointer] libdieharder/rngav.c:92:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 91. [shiftTooManyBitsSigned] libdieharder/rngav.c:91:12: note: Assuming that condition 'i<32' is not redundant libdieharder/rngav.c:92:11: note: Shift libdieharder/rngav.c:94:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 93. [shiftTooManyBitsSigned] libdieharder/rngav.c:93:17: note: Assuming that condition 'i<64' is not redundant libdieharder/rngav.c:94:11: note: Shift libdieharder/rngav.c:96:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 95. [shiftTooManyBitsSigned] libdieharder/rngav.c:95:17: note: Assuming that condition 'i<96' is not redundant libdieharder/rngav.c:96:11: note: Shift libdieharder/rngs_gnu_r.c:71:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] libdieharder/rngs_gnu_r.c:273:8: style: Checking if unsigned expression 'RNG_Table[RNG_kind].i_seed[0]' is less than zero. [unsignedLessThanZero] libdieharder/rngs_gnu_r.c:285:12: style: Checking if unsigned expression 'RNG_Table[KNUTH_TAOCP].i_seed[100]' is less than zero. [unsignedLessThanZero] libdieharder/rngs_gnu_r.c:385:16: style: Variable 'state' can be declared as pointer to const [constVariablePointer] libdieharder/sample.c:49:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable verbose [valueFlowBailoutIncompleteVar] libdieharder/sample.c:65:6: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/skein_block64.c:86:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SKEIN_KS_PARITY [valueFlowBailoutIncompleteVar] libdieharder/skein_block_ref.c:52:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SKEIN_KS_PARITY [valueFlowBailoutIncompleteVar] libdieharder/std_test.c:53:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable D_STD_TEST [valueFlowBailoutIncompleteVar] libdieharder/std_test.c:152:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pvalues [valueFlowBailoutIncompleteVar] libdieharder/std_test.c:183:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable all [valueFlowBailoutIncompleteVar] libdieharder/std_test.c:226:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable psamples [valueFlowBailoutIncompleteVar] libdieharder/std_test.c:280:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ks_pvalue [valueFlowBailoutIncompleteVar] libdieharder/std_test.c:64:4: warning: If memory allocation fails, then there is a possible null pointer dereference: newtest [nullPointerOutOfMemory] libdieharder/std_test.c:61:27: note: Assuming allocation function fails libdieharder/std_test.c:61:12: note: Assignment 'newtest=(Test**)malloc((unsigned long)dtest->nkps*sizeof(Test*))', assigned value is 0 libdieharder/std_test.c:64:4: note: Null pointer dereference libdieharder/std_test.c:96:4: warning: If memory allocation fails, then there is a possible null pointer dereference: newtest [nullPointerOutOfMemory] libdieharder/std_test.c:61:27: note: Assuming allocation function fails libdieharder/std_test.c:61:12: note: Assignment 'newtest=(Test**)malloc((unsigned long)dtest->nkps*sizeof(Test*))', assigned value is 0 libdieharder/std_test.c:96:4: note: Null pointer dereference libdieharder/std_test.c:46:27: style: Parameter 'dtest' can be declared as pointer to const [constParameterPointer] libdieharder/std_test.c:138:26: style: Parameter 'dtest' can be declared as pointer to const [constParameterPointer] libdieharder/std_test.c:174:24: style: Parameter 'dtest' can be declared as pointer to const [constParameterPointer] libdieharder/sts_monobit.c:44:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/sts_monobit.c:126:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/sts_runs.c:33:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ntuple [valueFlowBailoutIncompleteVar] libdieharder/sts_runs.c:117:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] libdieharder/sts_runs.c:54:4: warning: If memory allocation fails, then there is a possible null pointer dereference: rand_int [nullPointerOutOfMemory] libdieharder/sts_runs.c:38:27: note: Assuming allocation function fails libdieharder/sts_runs.c:38:13: note: Assignment 'rand_int=(uint*)malloc(test[0]->tsamples*sizeof(uint))', assigned value is 0 libdieharder/sts_runs.c:54:4: note: Null pointer dereference libdieharder/sts_serial.c:116:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tsamples [valueFlowBailoutIncompleteVar] libdieharder/sts_serial.c:137:4: warning: If memory allocation fails, then there is a possible null pointer dereference: freq [nullPointerOutOfMemory] libdieharder/sts_serial.c:135:27: note: Assuming allocation function fails libdieharder/sts_serial.c:135:9: note: Assignment 'freq=(double**)malloc(nb1*sizeof(double*))', assigned value is 0 libdieharder/sts_serial.c:137:4: note: Null pointer dereference libdieharder/sts_serial.c:138:11: warning: If memory allocation fails, then there is a possible null pointer dereference: freq [nullPointerOutOfMemory] libdieharder/sts_serial.c:135:27: note: Assuming allocation function fails libdieharder/sts_serial.c:135:9: note: Assignment 'freq=(double**)malloc(nb1*sizeof(double*))', assigned value is 0 libdieharder/sts_serial.c:138:11: note: Null pointer dereference libdieharder/sts_serial.c:159:9: warning: If memory allocation fails, then there is a possible null pointer dereference: psi2 [nullPointerOutOfMemory] libdieharder/sts_serial.c:156:30: note: Assuming allocation function fails libdieharder/sts_serial.c:156:13: note: Assignment 'psi2=(double*)malloc(nb1*sizeof(double))', assigned value is 0 libdieharder/sts_serial.c:159:9: note: Null pointer dereference libdieharder/sts_serial.c:189:4: warning: If memory allocation fails, then there is a possible null pointer dereference: uintbuf [nullPointerOutOfMemory] libdieharder/sts_serial.c:169:26: note: Assuming allocation function fails libdieharder/sts_serial.c:169:12: note: Assignment 'uintbuf=(uint*)malloc((tsamples+1)*sizeof(uint))', assigned value is 0 libdieharder/sts_serial.c:189:4: note: Null pointer dereference libdieharder/sts_serial.c:198:2: warning: If memory allocation fails, then there is a possible null pointer dereference: uintbuf [nullPointerOutOfMemory] libdieharder/sts_serial.c:169:26: note: Assuming allocation function fails libdieharder/sts_serial.c:169:12: note: Assignment 'uintbuf=(uint*)malloc((tsamples+1)*sizeof(uint))', assigned value is 0 libdieharder/sts_serial.c:198:2: note: Null pointer dereference libdieharder/sts_serial.c:198:22: warning: If memory allocation fails, then there is a possible null pointer dereference: uintbuf [nullPointerOutOfMemory] libdieharder/sts_serial.c:169:26: note: Assuming allocation function fails libdieharder/sts_serial.c:169:12: note: Assignment 'uintbuf=(uint*)malloc((tsamples+1)*sizeof(uint))', assigned value is 0 libdieharder/sts_serial.c:198:22: note: Null pointer dereference libdieharder/timing.c:18:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_start [valueFlowBailoutIncompleteVar] libdieharder/timing.c:23:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_stop [valueFlowBailoutIncompleteVar] libdieharder/timing.c:29:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] libdieharder/version.c:31:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] libdieharder/version.c:53:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] libdieharder/dab_dct.c:247:9: warning: If memory allocation fails, then there is a possible null pointer dereference: output [ctunullpointerOutOfMemory] libdieharder/dab_dct.c:107:25: note: Assuming allocation function fails libdieharder/dab_dct.c:107:8: note: Assignment 'dct=(double*)malloc(sizeof(double)*len)', assigned value is 0 libdieharder/dab_dct.c:146:21: note: Calling function 'fDCT2_fft', 2nd argument 'dct' value is 0 libdieharder/dab_dct.c:218:9: note: Calling function fDCT2, 2nd argument is null libdieharder/dab_dct.c:247:9: note: Dereferencing argument output that is null libdieharder/dab_filltree2.c:192:6: warning: If memory allocation fails, then there is a possible null pointer dereference: array [ctunullpointerOutOfMemory] libdieharder/dab_filltree2.c:101:33: note: Assuming allocation function fails libdieharder/dab_filltree2.c:101:17: note: Assignment 'array=(unsigned char*)malloc(sizeof(*array)*size)', assigned value is 0 libdieharder/dab_filltree2.c:140:12: note: Assuming condition is false libdieharder/dab_filltree2.c:145:23: note: Calling function insertBit, 2nd argument is null libdieharder/dab_filltree2.c:192:6: note: Dereferencing argument array that is null diff: 2.17.0 dieharder/rng_empty_random.c:24:32: style: Parameter 'vstate' can be declared as pointer to const [constParameterPointer] head dieharder/rng_empty_random.c:24:32: style: Parameter 'vstate' can be declared as pointer to const. However it seems that 'empty_random_get_double' is a callback function, if 'vstate' is declared with const you might also need to cast function pointer(s). [constParameterCallback] dieharder/rng_empty_random.c:44:3: note: You might need to cast the function pointer here dieharder/rng_empty_random.c:24:32: note: Parameter 'vstate' can be declared as pointer to const head libdieharder/bauer/skein_block_ref.c:100:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:100:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:100:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:100:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:100:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:100:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:102:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:102:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:102:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:102:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:102:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:102:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:103:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:103:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:103:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:103:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:103:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:103:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:104:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:104:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:104:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:104:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:104:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:104:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:105:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:105:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:105:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:105:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:105:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:105:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:107:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:107:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:107:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:107:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:107:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:107:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:108:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:108:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:108:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:108:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:108:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:108:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:109:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:109:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:109:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:109:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:109:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:109:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:110:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:110:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:110:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:110:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:110:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:110:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:71:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:71:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:71:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:71:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:71:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:71:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:72:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:72:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:72:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:72:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:72:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:72:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:73:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:73:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:73:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:73:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:73:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:73:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:74:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:74:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:74:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:74:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:74:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:74:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:76:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:76:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:76:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:76:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:76:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:76:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:77:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:77:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:77:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:77:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:77:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:77:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:78:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:78:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:78:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:78:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:78:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:78:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:79:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:79:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:79:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:79:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:79:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:79:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:81:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:81:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:81:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:81:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:81:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:81:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:82:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:82:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:82:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:82:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:82:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:82:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:83:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:83:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:83:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:83:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:83:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:83:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:84:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:84:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:84:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:84:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:84:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:84:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:86:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:86:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:86:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:86:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:86:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:86:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:87:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:87:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:87:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:87:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:87:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:87:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:88:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:88:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:88:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:88:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:88:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:88:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:89:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:89:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:89:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:89:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:89:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:89:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:92:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:92:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:92:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:92:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:92:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:92:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:93:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:93:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:93:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:93:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:93:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:93:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:94:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:94:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:94:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:94:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:94:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:94:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:95:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:95:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:95:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:95:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:95:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:95:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:97:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:97:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:97:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:97:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:97:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:97:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:98:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:98:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:98:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:98:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:98:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:98:58: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:99:12: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:12: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:99:18: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:18: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:99:25: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:25: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:99:50: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:50: note: Null pointer dereference head libdieharder/bauer/skein_block_ref.c:99:58: warning: If memory allocation fails, then there is a possible null pointer dereference: X [nullPointerOutOfMemory] libdieharder/bauer/skein_block_ref.c:186:36: note: Assuming allocation function fails libdieharder/bauer/skein_block_ref.c:186:12: note: Assignment 'bigTest=(unsigned char*)malloc(sizeof(*bigTest)*64*1048576)', assigned value is 0 libdieharder/bauer/skein_block_ref.c:188:46: note: Calling function 'Threefish_512_Process_Blocks', 3rd argument 'bigTest' value is 0 libdieharder/bauer/skein_block_ref.c:47:15: note: Assignment 'X=(void*)output', assigned value is 0 libdieharder/bauer/skein_block_ref.c:99:58: note: Null pointer dereference head libdieharder/chisq.c:252:44: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:240:29: note: Assuming allocation function fails libdieharder/chisq.c:240:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:252:44: note: Null pointer dereference head libdieharder/chisq.c:67:44: warning: If memory allocation fails, then there is a possible null pointer dereference: expected [nullPointerOutOfMemory] libdieharder/chisq.c:55:29: note: Assuming allocation function fails libdieharder/chisq.c:55:13: note: Assignment 'expected=(double*)malloc(kmax*sizeof(double))', assigned value is 0 libdieharder/chisq.c:67:44: note: Null pointer dereference head libdieharder/dab_dct.c:142:17: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] libdieharder/dab_dct.c:108:33: note: Assuming allocation function fails libdieharder/dab_dct.c:108:10: note: Assignment 'input=(unsigned int*)malloc(sizeof(unsigned int)*len)', assigned value is 0 libdieharder/dab_dct.c:142:17: note: Null pointer dereference head libdieharder/dab_dct.c:229:52: warning: If memory allocation fails, then there is a possible null pointer dereference: fft_data [nullPointerOutOfMemory] libdieharder/dab_dct.c:225:30: note: Assuming allocation function fails libdieharder/dab_dct.c:225:13: note: Assignment 'fft_data=(double*)malloc(sizeof(double)*4*len)', assigned value is 0 libdieharder/dab_dct.c:229:52: note: Null pointer dereference head libdieharder/dab_filltree2.c:192:6: warning: If memory allocation fails, then there is a possible null pointer dereference: array [ctunullpointerOutOfMemory] libdieharder/dab_filltree2.c:101:33: note: Assuming allocation function fails libdieharder/dab_filltree2.c:101:17: note: Assignment 'array=(unsigned char*)malloc(sizeof(*array)*size)', assigned value is 0 libdieharder/dab_filltree2.c:140:12: note: Assuming condition is false libdieharder/dab_filltree2.c:145:23: note: Calling function insertBit, 2nd argument is null libdieharder/dab_filltree2.c:192:6: note: Dereferencing argument array that is null head libdieharder/diehard_3dsphere.c:72:26: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:72:26: note: Null pointer dereference head libdieharder/diehard_3dsphere.c:73:26: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:73:26: note: Null pointer dereference head libdieharder/diehard_3dsphere.c:74:26: warning: If memory allocation fails, then there is a possible null pointer dereference: c3 [nullPointerOutOfMemory] libdieharder/diehard_3dsphere.c:55:22: note: Assuming allocation function fails libdieharder/diehard_3dsphere.c:55:7: note: Assignment 'c3=(struct C3_3D*)malloc(4000*sizeof(struct C3_3D))', assigned value is 0 libdieharder/diehard_3dsphere.c:74:26: note: Null pointer dereference head libdieharder/rgb_bitdist.c:211:28: warning: If memory allocation fails, then there is a possible null pointer dereference: vtest [nullPointerOutOfMemory] libdieharder/rgb_bitdist.c:128:25: note: Assuming allocation function fails libdieharder/rgb_bitdist.c:128:10: note: Assignment 'vtest=(Vtest*)malloc(value_max*sizeof(Vtest))', assigned value is 0 libdieharder/rgb_bitdist.c:211:28: note: Null pointer dereference head libdieharder/sts_serial.c:198:22: warning: If memory allocation fails, then there is a possible null pointer dereference: uintbuf [nullPointerOutOfMemory] libdieharder/sts_serial.c:169:26: note: Assuming allocation function fails libdieharder/sts_serial.c:169:12: note: Assignment 'uintbuf=(uint*)malloc((tsamples+1)*sizeof(uint))', assigned value is 0 libdieharder/sts_serial.c:198:22: note: Null pointer dereference DONE