2025-05-10 22:04 ftp://ftp.de.debian.org/debian/pool/main/g/gmp-ecm/gmp-ecm_7.0.6+ds.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=openmp --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 -j3 platform: Linux-6.8.0-1022-oracle-aarch64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.17.0 head-info: beb3362 (2025-05-10 14:33:23 +0200) count: 224 220 elapsed-time: 29.9 30.6 head-timing-info: old-timing-info: head results: gmp-ecm-7.0.6+ds/sp.h:121:0: error: #error "invalid choice of small prime size" [preprocessorErrorDirective] gmp-ecm-7.0.6+ds/sp.h:121:2: error: #error "invalid choice of small prime size" [preprocessorErrorDirective] gmp-ecm-7.0.6+ds/aprtcle/aprcl.c:126:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/aprtcle/mpz_aprcl.c:220:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mpz_t [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/aprtcle/mpz_aprcl.c:617:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/aprtcle/aprcl.c:104:29: style: The statement 'if (input[10000-1]!=0) input[10000-1]=0' is logically equivalent to 'input[10000-1]=0'. [duplicateConditionalAssign] gmp-ecm-7.0.6+ds/aprtcle/aprcl.c:105:29: note: Assignment 'input[10000-1]=0' gmp-ecm-7.0.6+ds/aprtcle/aprcl.c:104:29: note: Condition 'input[10000-1]!=0' is redundant gmp-ecm-7.0.6+ds/bench_mulredc.c:88:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCKS_PER_SEC [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/bench_mulredc.c:114:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mp_limb_t [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/bench_mulredc.c:754:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/bench_mulredc.c:123:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: m [nullPointerOutOfMemory] gmp-ecm-7.0.6+ds/bench_mulredc.c:118:27: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/bench_mulredc.c:118:7: note: Assignment 'm=(mp_limb_t*)malloc(N*sizeof(mp_limb_t))', assigned value is 0 gmp-ecm-7.0.6+ds/bench_mulredc.c:123:3: note: Null pointer dereference gmp-ecm-7.0.6+ds/bench_mulredc.c:124:7: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: m [nullPointerOutOfMemory] gmp-ecm-7.0.6+ds/bench_mulredc.c:118:27: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/bench_mulredc.c:118:7: note: Assignment 'm=(mp_limb_t*)malloc(N*sizeof(mp_limb_t))', assigned value is 0 gmp-ecm-7.0.6+ds/bench_mulredc.c:124:7: note: Null pointer dereference gmp-ecm-7.0.6+ds/bench_mulredc.c:129:18: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: m [nullPointerOutOfMemory] gmp-ecm-7.0.6+ds/bench_mulredc.c:118:27: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/bench_mulredc.c:118:7: note: Assignment 'm=(mp_limb_t*)malloc(N*sizeof(mp_limb_t))', assigned value is 0 gmp-ecm-7.0.6+ds/bench_mulredc.c:129:18: note: Null pointer dereference gmp-ecm-7.0.6+ds/bench_mulredc.c:131:21: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: m [nullPointerOutOfMemory] gmp-ecm-7.0.6+ds/bench_mulredc.c:118:27: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/bench_mulredc.c:118:7: note: Assignment 'm=(mp_limb_t*)malloc(N*sizeof(mp_limb_t))', assigned value is 0 gmp-ecm-7.0.6+ds/bench_mulredc.c:131:21: note: Null pointer dereference gmp-ecm-7.0.6+ds/bench_mulredc.c:138:5: warning: If memory allocation fails, then there is a possible null pointer dereference: invm [nullPointerOutOfMemory] gmp-ecm-7.0.6+ds/bench_mulredc.c:120:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/bench_mulredc.c:120:10: note: Assignment 'invm=(mp_limb_t*)malloc(N*sizeof(mp_limb_t))', assigned value is 0 gmp-ecm-7.0.6+ds/bench_mulredc.c:138:5: note: Null pointer dereference gmp-ecm-7.0.6+ds/bench_mulredc.c:140:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tmp [nullPointerOutOfMemory] gmp-ecm-7.0.6+ds/bench_mulredc.c:119:29: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/bench_mulredc.c:119:9: note: Assignment 'tmp=(mp_limb_t*)malloc((2*N+2)*sizeof(mp_limb_t))', assigned value is 0 gmp-ecm-7.0.6+ds/bench_mulredc.c:140:3: note: Null pointer dereference gmp-ecm-7.0.6+ds/bench_mulredc.c:140:34: warning: If memory allocation fails, then there is a possible null pointer dereference: invm [nullPointerOutOfMemory] gmp-ecm-7.0.6+ds/bench_mulredc.c:120:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/bench_mulredc.c:120:10: note: Assignment 'invm=(mp_limb_t*)malloc(N*sizeof(mp_limb_t))', assigned value is 0 gmp-ecm-7.0.6+ds/bench_mulredc.c:140:34: note: Null pointer dereference gmp-ecm-7.0.6+ds/bench_mulredc.c:99:18: style: Variable 'tmul_best' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/bench_mulredc.c:99:40: style: Variable 'tsqr_best' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/bench_mulredc.c:99:63: style: Variable 'tredc_best' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/bench_mulredc.c:116:28: style: Variable 'z' is allocated memory that is never used. [unusedAllocatedMemory] gmp-ecm-7.0.6+ds/bench_mulredc.c:98:20: style: Unused variable: tredc_1 [unusedVariable] gmp-ecm-7.0.6+ds/bench_mulredc.c:98:29: style: Unused variable: t_mulredc_1 [unusedVariable] gmp-ecm-7.0.6+ds/bench_mulredc.c:98:42: style: Unused variable: t_sqrredc_1 [unusedVariable] gmp-ecm-7.0.6+ds/bench_mulredc.c:99:8: style: Variable 'tmul_best' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/bench_mulredc.c:99:30: style: Variable 'tsqr_best' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/bench_mulredc.c:99:52: style: Variable 'tredc_best' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/ecmfactor.c:65:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/eval.c:105:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/eval.c:253:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/eval.c:338:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/eval.c:510:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/eval.c:861:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/getprime_r.c:77:22: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/getprime_r.c:180:20: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/eval.c:90:39: style:inconclusive: Function 'eval' argument 3 names different: declaration 'bPrp' definition 'primetest'. [funcArgNamesDifferent] gmp-ecm-7.0.6+ds/ecm-ecm.h:134:39: note: Function 'eval' argument 3 names different: declaration 'bPrp' definition 'primetest'. gmp-ecm-7.0.6+ds/eval.c:90:39: note: Function 'eval' argument 3 names different: declaration 'bPrp' definition 'primetest'. gmp-ecm-7.0.6+ds/eval.c:194:8: style: Local variable 'cp' shadows outer argument [shadowArgument] gmp-ecm-7.0.6+ds/eval.c:168:35: note: Shadowed declaration gmp-ecm-7.0.6+ds/eval.c:194:8: note: Shadow variable gmp-ecm-7.0.6+ds/eval.c:152:10: style: Variable 'cpTmpExpr' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/eval.c:215:10: style: Variable 'cpTmpExpr' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/eval.c:833:10: style: Variable 'negate' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/eval.c:939:26: style: Variable 'op_stack[i]' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/resume.c:56:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/resume.c:85:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/resume.c:105:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/resume.c:159:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ECM_PARAM_SUYAMA [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/resume.c:431:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ECM_PM1 [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/resume.c:565:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/resume.c:678:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/resume.c:709:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/resume.c:51:29: style: Parameter 's' can be declared as pointer to const [constParameterPointer] gmp-ecm-7.0.6+ds/resume.c:426:9: style: Variable 'uname' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/resume.c:538:25: style: Parameter 'fn' can be declared as pointer to const [constParameterPointer] gmp-ecm-7.0.6+ds/resume.c:662:24: style: Parameter 'fn' can be declared as pointer to const [constParameterPointer] gmp-ecm-7.0.6+ds/resume.c:691:34: style: Parameter 'fn' can be declared as pointer to const [constParameterPointer] gmp-ecm-7.0.6+ds/resume.c:544:18: style: Variable 'i' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/test_mulredc.c:19:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMP_NUMB_BITS [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/test_mulredc.c:179:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mp_limb_t [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/test_mulredc.c:330:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] gmp-ecm-7.0.6+ds/test_mulredc.c:176:44: style: Unused variable: cy2 [unusedVariable] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4068:14: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4071:30: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2111:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2111:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2111:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2158:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2158:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2933:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3007:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3064:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3121:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3178:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3235:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3292:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3349:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3406:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3463:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3520:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3577:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3634:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3691:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3748:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3805:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4107:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4445:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4447:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4889:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4889:5: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4889:5: warning: %u in format string (no. 9) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4905:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4913:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4142:58: warning: If resource allocation fails, then there is a possible null pointer dereference: chain_code_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4141:26: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4141:26: note: Assignment 'chain_code_file=fopen(file_1,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4142:58: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4143:10: warning: If resource allocation fails, then there is a possible null pointer dereference: chain_code_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4141:26: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4141:26: note: Assignment 'chain_code_file=fopen(file_1,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4143:10: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4166:75: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4166:75: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4167:76: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4167:76: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4168:80: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4168:80: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4169:80: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4169:80: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4170:73: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4170:73: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4171:74: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4171:74: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4172:76: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4172:76: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4173:81: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4173:81: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4174:73: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4174:73: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4175:76: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4175:76: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4176:70: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4176:70: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4177:72: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4177:72: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4178:75: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4178:75: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4179:53: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4179:53: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4180:64: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4180:64: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4181:58: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4181:58: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4182:58: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4182:58: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4183:67: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4183:67: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4184:63: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4184:63: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4185:63: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4185:63: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4188:10: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4165:30: note: Assignment 'current_status_file=fopen(file_6,"r")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4188:10: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4621:75: warning: If resource allocation fails, then there is a possible null pointer dereference: chain_code_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4620:29: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4620:29: note: Assignment 'chain_code_file=fopen(file_1,"a")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4621:75: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4622:13: warning: If resource allocation fails, then there is a possible null pointer dereference: chain_code_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4620:29: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4620:29: note: Assignment 'chain_code_file=fopen(file_1,"a")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4622:13: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4635:79: warning: If resource allocation fails, then there is a possible null pointer dereference: new_pending_code_list_write_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4634:46: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4634:46: note: Assignment 'new_pending_code_list_write_file=fopen(new_pending_code_filename,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4635:79: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4678:13: warning: If resource allocation fails, then there is a possible null pointer dereference: new_pending_code_list_write_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4634:46: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4634:46: note: Assignment 'new_pending_code_list_write_file=fopen(new_pending_code_filename,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4678:13: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4724:14: warning: If resource allocation fails, then there is a possible null pointer dereference: chain_code_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4705:30: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4705:30: note: Assignment 'chain_code_file=fopen(file_1,"a")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4724:14: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4747:81: warning: If resource allocation fails, then there is a possible null pointer dereference: new_pending_code_list_write_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4746:45: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4746:45: note: Assignment 'new_pending_code_list_write_file=fopen(new_pending_code_filename,"a")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4747:81: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4789:12: warning: If resource allocation fails, then there is a possible null pointer dereference: new_pending_code_list_write_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4746:45: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4746:45: note: Assignment 'new_pending_code_list_write_file=fopen(new_pending_code_filename,"a")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4789:12: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4949:71: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4949:71: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4950:72: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4950:72: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4951:76: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4951:76: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4952:76: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4952:76: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4953:69: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4953:69: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4954:70: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4954:70: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4955:72: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4955:72: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4956:77: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4956:77: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4957:69: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4957:69: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4958:72: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4958:72: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4959:66: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4959:66: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4960:68: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4960:68: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4961:71: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4961:71: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4962:49: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4962:49: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4963:60: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4963:60: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4964:54: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4964:54: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4965:54: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4965:54: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4966:63: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4966:63: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4967:59: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4967:59: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4968:59: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4968:59: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4969:11: warning: If resource allocation fails, then there is a possible null pointer dereference: current_status_file [nullPointerOutOfResources] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assuming allocation function fails gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4948:31: note: Assignment 'current_status_file=fopen(file_6,"w")', assigned value is 0 gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4969:11: note: Null pointer dereference gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4167:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4166:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4167:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4168:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4167:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4168:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4169:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4168:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4169:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4170:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4169:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4170:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4171:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4170:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4171:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4172:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4171:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4172:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4173:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4172:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4173:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4174:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4173:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4174:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4175:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4174:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4175:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4176:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4175:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4176:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4177:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4176:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4177:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4178:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4177:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4178:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4179:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4178:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4179:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4180:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4179:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4180:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4181:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4180:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4181:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4182:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4181:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4182:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4183:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4182:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4183:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4184:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4183:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4184:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4185:7: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4184:7: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4185:7: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4976:8: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4975:8: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4976:8: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4977:8: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4976:8: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4977:8: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4978:8: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4977:8: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4978:8: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4979:8: style: Variable 'dum' is reassigned a value before the old one has been used. [redundantAssignment] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4978:8: note: dum is assigned gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4979:8: note: dum is overwritten gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:62:20: style: Variable 'thrd_io' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2048:11: style: Variable 'small_primes' can be declared as const array [constVariable] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2166:18: style: Variable 'dif_table' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2217:18: style: Variable 'dif_table' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2217:30: style: Variable 'sieve_space' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2933:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2957:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2987:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3007:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3016:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3043:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3064:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3073:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3100:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3121:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3130:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3157:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3178:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3187:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3214:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3235:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3244:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3271:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3292:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3301:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3328:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3349:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3358:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3385:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3406:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3415:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3442:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3463:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3472:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3499:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3520:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3529:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3556:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3577:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3586:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3613:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3634:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3643:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3670:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3691:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3700:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3727:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3748:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3757:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3784:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3805:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3814:1: style: Variable 'working_chain' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3841:1: style: Variable 'work' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3936:11: style: Variable 'dif_table' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3937:11: style: Variable 'sieve_space' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3949:12: style: Variable 'Fib' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3949:18: style: Variable 'Luc' can be declared as pointer to const [constVariablePointer] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2024:17: style: Variable 'dif_table' is not assigned a value. [unassignedVariable] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:2030:17: style: Variable 'sieve_space' is not assigned a value. [unassignedVariable] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:3965:56: style: Variable 'final_interval' is assigned a value that is never used. [unreadVariable] gmp-ecm-7.0.6+ds/LucasChainGenerator/src/LucasChainGen.c:4979:8: style: Variable 'dum' is assigned a value that is never used. [unreadVariable] diff: head gmp-ecm-7.0.6+ds/bench_mulredc.c:99:30: style: Variable 'tsqr_best' is assigned a value that is never used. [unreadVariable] head gmp-ecm-7.0.6+ds/bench_mulredc.c:99:52: style: Variable 'tredc_best' is assigned a value that is never used. [unreadVariable] head gmp-ecm-7.0.6+ds/bench_mulredc.c:99:8: style: Variable 'tmul_best' is assigned a value that is never used. [unreadVariable] head gmp-ecm-7.0.6+ds/sp.h:121:2: error: #error "invalid choice of small prime size" [preprocessorErrorDirective] DONE