2025-11-03 07:51 ftp://ftp.de.debian.org/debian/pool/main/a/aflplusplus/aflplusplus_4.33c.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=zlib --library=bsd --library=python --library=gtk --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-87-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.69 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.18.0 head-info: 1f35303 (2025-11-01 19:39:44 +0100) count: 1406 1417 elapsed-time: 295.0 331.9 head-timing-info: old-timing-info: head results: AFLplusplus-4.33c/custom_mutators/aflpp/aflpp.c:24:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/aflpp/aflpp.c:43:53: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:42:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable afl_state_t [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:90:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:136:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:43:7: warning: If memory allocation fails, then there is a possible null pointer dereference: data->afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:42:21: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:42:21: note: Assignment 'data->afl=calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:43:7: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:217:30: warning: If memory allocation fails, then there is a possible null pointer dereference: splicebuf [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:216:23: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:216:23: note: Assignment 'splicebuf=malloc(1024*1024)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:217:30: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:217:12: style: Local variable 'splicelen' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:138:18: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:217:12: note: Shadow variable AFLplusplus-4.33c/custom_mutators/aflpp/standalone/aflpp-standalone.c:68:53: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/atnwalk/atnwalk.c:162:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STAGE_SPLICE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/atnwalk/atnwalk.c:183:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/atnwalk/atnwalk.c:246:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STAGE_HAVOC [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/atnwalk/atnwalk.c:456:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_UNIX [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/atnwalk/atnwalk.c:65:32: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/atnwalk/atnwalk.c:90:29: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:117:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:236:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:575:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:1022:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optimize [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:1092:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:701:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:708:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:733:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:753:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. [invalidPrintfArgType_uint] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:938:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'std::size_t {aka unsigned long}'. [invalidPrintfArgType_uint] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:134:18: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:133:29: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:133:17: note: Assignment 'buf=(u8*)std::malloc(afl_ptr->extras[extras_cnt].len+1)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:134:18: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:136:11: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:133:29: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:133:17: note: Assignment 'buf=(u8*)std::malloc(afl_ptr->extras[extras_cnt].len+1)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:136:11: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:606:16: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:605:27: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:605:15: note: Assignment 'buf=(u8*)std::malloc(afl_ptr->extras[extras_cnt].len+1)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:606:16: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:608:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:605:27: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:605:15: note: Assignment 'buf=(u8*)std::malloc(afl_ptr->extras[extras_cnt].len+1)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:608:9: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:133:17: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:605:15: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:650:21: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:963:24: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:137:23: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:138:37: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:436:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:609:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:610:35: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:637:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:638:35: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:714:18: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:118:13: style: The scope of the variable 'buf' can be reduced. [variableScope] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:590:11: style: The scope of the variable 'buf' can be reduced. [variableScope] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:179:16: style: Local variable 'i' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:166:12: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:179:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:307:13: style: Local variable 'pos' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:271:48: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:307:13: note: Shadow variable AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:118:19: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:176:11: style: Variable 'input' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:590:17: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:24:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSRV_RUN_OK [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:52:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:132:30: warning: If memory allocation fails, then there is a possible null pointer dereference: splicebuf [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:131:23: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:131:23: note: Assignment 'splicebuf=malloc(1024*1024)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:132:30: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:151:3: warning: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:151:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:151:22: warning: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:151:22: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:151:39: warning: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:151:39: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:151:59: warning: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:151:59: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:152:3: warning: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:152:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:153:3: warning: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:153:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:154:7: warning: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:154:7: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:168:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:168:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:169:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:169:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:169:23: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:169:23: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:171:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:171:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:172:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:172:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:173:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:173:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:174:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:174:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:175:3: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:175:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:175:29: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: afl [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:43: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:150:22: note: Assignment 'afl=(afl_state_t*)calloc(1,sizeof(afl_state_t))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:175:29: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:132:12: style: Local variable 'splicelen' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:54:18: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:132:12: note: Shadow variable AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:19:36: style: Parameter 'afl' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:22:48: style: Parameter 'afl' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:22:71: style: Parameter 'fsrv' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:180:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/autotokens/standalone/autotokens-standalone.c:180:6: style: Variable 'res' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/custom_send_tcp/custom_send_tcp.c:30:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/custom_send_tcp/custom_send_tcp.c:83:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/custom_send_tcp/custom_send_tcp.c:42:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] AFLplusplus-4.33c/custom_mutators/custom_send_tcp/custom_send_tcp.c:103:21: style: Local variable 'buf' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/custom_send_tcp/custom_send_tcp.c:75:65: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/custom_send_tcp/custom_send_tcp.c:103:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/custom_send_tcp/custom_send_tcp.c:55:37: style: Parameter 'mutator' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/custom_send_tcp/custom_send_tcp.c:75:65: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/custom_post_run.c:42:40: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/custom_send.c:45:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/custom_send.c:43:41: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/custom_send.c:43:56: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:88:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EI_NIDENT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:141:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Elf64_Ehdr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:414:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PT_LOAD [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:582:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:626:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EI_CLASS [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:80:56: style: Parameter 'e_ident' can be declared as const array [constParameter] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:108:57: style: Parameter 'buf' can be declared as const array [constParameter] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:70:15: style: struct member 'rawbinary_t::filename' is never used. [unusedStructMember] AFLplusplus-4.33c/custom_mutators/examples/elf_header_mutator.c:653:7: style: Variable 'pos' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/examples/example.c:63:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/example.c:146:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/example.c:120:20: style: Condition 'mutated_size>max_size' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/custom_mutators/examples/example.c:113:23: note: mutated_size is assigned '100<=max_size?(100):max_size' here. AFLplusplus-4.33c/custom_mutators/examples/example.c:120:20: note: Condition 'mutated_size>max_size' is always true AFLplusplus-4.33c/custom_mutators/examples/example.c:106:53: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/example.c:143:61: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/example.c:183:59: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/example.c:291:61: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/example.c:307:44: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/example.c:325:51: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/post_library_gif.so.c:84:29: style: Parameter 'afl' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/post_library_png.so.c:56:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/post_library_png.so.c:69:46: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/examples/simple_example.c:34:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/examples/simple_example.c:38:5: error: Memory leak: data [memleak] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:227:3: warning: If memory allocation fails, then there is a possible null pointer dereference: candidate [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:226:45: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:226:26: note: Assignment 'candidate=(struct Candidate*)malloc(sizeof(struct Candidate))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:227:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:243:3: warning: If memory allocation fails, then there is a possible null pointer dereference: candidate [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:226:45: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:226:26: note: Assignment 'candidate=(struct Candidate*)malloc(sizeof(struct Candidate))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:243:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:256:5: warning: If memory allocation fails, then there is a possible null pointer dereference: state [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:253:31: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:253:17: note: Assignment 'state=(char*)malloc(sizeof(char)*10)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:256:5: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:262:3: warning: If memory allocation fails, then there is a possible null pointer dereference: state [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:253:31: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:253:17: note: Assignment 'state=(char*)malloc(sizeof(char)*10)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:262:3: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:211:15: style: Variable 'term_ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:248:23: style: Parameter 'trigger' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:267:37: style: Parameter 'prefix' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:270:13: style: Variable 'term_ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:13:13: style: Unused variable: term_ptr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:35:13: style: Unused variable: term_ptr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:54:13: style: Unused variable: term_ptr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:116:13: style: Unused variable: tempPtr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:135:20: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:159:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:134:13: style: Unused variable: term_ptr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:136:22: style: Unused variable: error [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:172:20: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:197:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:171:13: style: Unused variable: term_ptr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:173:22: style: Unused variable: error [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:223:14: style: Unused variable: trigger [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:225:14: style: Unused variable: key [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:228:19: style: Unused variable: error [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-mutators.c:10:13: style: Variable 'term_ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-mutators.c:61:12: style: Variable 'splice_idx' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-mutators.c:91:15: style: Variable 'term_ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-mutators.c:45:13: style: Unused variable: state [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-mutators.c:164:20: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-mutators.c:164:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-mutators.c:167:13: style: Unused variable: recurPtr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-mutators.c:169:13: style: Unused variable: postfix [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:186:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:220:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:258:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:221:5: error: Memory leak: input [memleak] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:161:10: warning: If memory allocation fails, then there is a possible null pointer dereference: unparsed [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:159:36: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:159:24: note: Assignment 'unparsed=(u8*)malloc(input->inputlen+1)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:161:10: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:166:12: warning: If memory allocation fails, then there is a possible null pointer dereference: unparsed [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:159:36: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:159:24: note: Assignment 'unparsed=(u8*)malloc(input->inputlen+1)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:166:12: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:217:44: warning: If memory allocation fails, then there is a possible null pointer dereference: input [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:210:36: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:210:21: note: Assignment 'input=(struct Array*)calloc(1,sizeof(struct Array))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:217:44: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:232:15: style: Local variable 'term' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:206:13: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:232:15: note: Shadow variable AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:157:13: style: Variable 'term_ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:176:25: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:176:36: style: Parameter 'fn' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:207:13: style: Variable 'state_ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:252:35: style: Parameter 'fn' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:206:13: style: Unused variable: term [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:80:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable key [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:136:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:300:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:41:23: style: Local variable 'pda' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.h:204:8: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:41:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:43:23: style: Unused variable: arraylen [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:43:37: style: Unused variable: ii2 [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:43:55: style: Unused variable: error [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:71:18: style: Unused variable: type [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:184:7: style: Unused variable: unparsed_input [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:303:17: style: Variable 'written' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.c:303:9: style: Variable 'written' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/hashmap.c:173:44: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:50:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable key [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:131:39: warning: If memory allocation fails, then there is a possible null pointer dereference: automaton_path [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:130:28: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/test.c:130:28: note: Assignment 'automaton_path=strdup(argv[2])', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/test.c:131:39: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/gramatron/test.c:11:23: style: Local variable 'pda' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.h:204:8: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/gramatron/test.c:11:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/gramatron/test.c:100:18: style: Local variable 'pda' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz.h:204:8: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/gramatron/test.c:100:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/gramatron/test.c:120:18: style: Variable 'mode' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:122:18: style: Variable 'output_dir' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:13:23: style: Unused variable: arraylen [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:13:37: style: Unused variable: ii2 [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:13:55: style: Unused variable: error [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:41:18: style: Unused variable: type [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:101:29: style: Unused variable: state [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:102:18: style: Unused variable: getdupesret [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:103:18: style: Unused variable: statemap [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:104:18: style: Unused variable: statemap_ptr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:105:18: style: Unused variable: term_ptr [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:122:18: style: Variable 'output_dir' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:123:18: style: Unused variable: tv [unusedVariable] AFLplusplus-4.33c/custom_mutators/gramatron/test.c:124:18: style: Unused variable: tz [unusedVariable] AFLplusplus-4.33c/custom_mutators/honggfuzz/honggfuzz.c:38:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/honggfuzz/honggfuzz.c:78:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/honggfuzz/honggfuzz.c:115:53: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:215:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _defer_arg [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:831:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:895:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:960:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:221:11: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: tmpbuf [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:214:32: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:214:21: note: Assignment 'tmpbuf=(uint8_t*)malloc(len)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:221:11: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:1006:16: style: Redundant initialization for 'changesCnt'. The initialized value is overwritten before it is read. [redundantInitialization] AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:1002:23: note: changesCnt is initialized AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:1006:16: note: changesCnt is overwritten AFLplusplus-4.33c/custom_mutators/honggfuzz/mangle.c:79:46: style: Parameter 'run' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/libfuzzer/FuzzerPlatform.h:88:0: error: #error "Support for your platform has not been implemented" [preprocessorErrorDirective] AFLplusplus-4.33c/custom_mutators/libfuzzer/FuzzerPlatform.h:88:2: error: #error "Support for your platform has not been implemented" [preprocessorErrorDirective] AFLplusplus-4.33c/custom_mutators/libfuzzer/libfuzzer.cpp:36:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/libfuzzer/libfuzzer.cpp:51:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/libfuzzer/libfuzzer.cpp:43:24: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/custom_mutators/libfuzzer/libfuzzer.cpp:51:28: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/custom_mutators/libfuzzer/libfuzzer.cpp:129:64: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/libprotobuf-mutator-example/lpm_aflpp_custom_mutator_input.cc:14:15: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/custom_mutators/libprotobuf-mutator-example/lpm_aflpp_custom_mutator_input.cc:116:41: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/libprotobuf-mutator-example/vuln.c:13:10: error: Null pointer dereference: ptr [nullPointer] AFLplusplus-4.33c/custom_mutators/libprotobuf-mutator-example/vuln.c:11:16: note: Assignment 'ptr=NULL', assigned value is 0 AFLplusplus-4.33c/custom_mutators/libprotobuf-mutator-example/vuln.c:13:10: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa-test.c:35:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa-test.c:49:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa-test.c:22:17: style: Parameter 'why' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa-test.c:29:25: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4137:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PF_INET [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4253:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCSANOW [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4290:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4142:5: error: Resource leak: sock [resourceLeak] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4147:24: style: Variable 'addr.sin_addr.s_addr' is reassigned a value before the old one has been used. [redundantAssignment] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4145:24: note: addr.sin_addr.s_addr is assigned AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4147:24: note: addr.sin_addr.s_addr is overwritten AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4852:14: style: Local variable 'rv' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4849:24: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4852:14: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5059:11: style: Local variable 'state' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:3807:23: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5059:11: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5075:11: style: Local variable 'state' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:3807:23: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5075:11: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5135:15: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5135:15: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5163:14: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5163:14: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5199:15: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5199:15: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5263:14: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5263:14: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5301:15: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5301:15: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5334:15: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5334:15: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5429:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5429:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5734:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:5734:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:6230:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:6230:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:6836:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:6836:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:6870:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:6870:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:6896:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:6896:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:7732:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:7732:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:7757:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:7757:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:7791:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:7791:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:11415:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:11415:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:12052:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:12052:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:17225:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:17225:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:17717:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:17717:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:17729:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:17729:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:17896:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:17896:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18194:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18194:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18227:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18227:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18448:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18448:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18473:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18473:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18510:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18510:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18537:25: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18537:25: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18564:27: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18564:27: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18589:29: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18589:29: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18809:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:18809:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19055:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19055:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19078:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19078:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19106:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19106:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19133:25: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19133:25: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19161:27: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19161:27: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19310:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19310:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19710:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19710:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19744:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19744:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19779:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19779:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19865:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:19865:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20175:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20175:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20274:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20274:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20543:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20543:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20567:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20567:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20599:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20599:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20631:25: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:20631:25: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:21125:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:21125:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:25198:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:25198:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:27687:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:27687:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:28095:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:28095:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:28159:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:28159:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29521:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29521:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29590:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29590:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29865:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29865:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29887:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29887:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29914:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:29914:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:30225:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:30225:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:30288:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:30288:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:33774:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:33774:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:33976:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:33976:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:37307:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:37307:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:37430:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:37430:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:37499:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:37499:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:37922:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:37922:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38036:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38036:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38148:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38148:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38168:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38168:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38235:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38235:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38266:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38266:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38313:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38313:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38344:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38344:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38469:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38469:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38489:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38489:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38564:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38564:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38626:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38626:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38642:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38642:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38704:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38704:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38716:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38716:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38830:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38830:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38937:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38937:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38961:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:38961:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39181:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39181:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39257:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39257:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39269:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39269:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39310:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39310:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39502:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:39502:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:40859:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:40859:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:41123:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:41123:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:41461:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:41461:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:41535:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:41535:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:41690:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:41690:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42228:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42228:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42245:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42245:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42620:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42620:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42644:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42644:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42669:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42669:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42694:28: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:42694:28: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:43025:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:43025:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:43215:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:43215:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:43243:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:43243:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:43254:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:43254:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:44952:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:44952:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:44963:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:44963:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:44973:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:44973:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:44985:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:44985:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45015:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45015:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45045:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45045:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45055:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45055:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45084:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45084:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45095:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45095:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45143:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45143:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45670:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45670:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45708:28: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45708:28: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45718:31: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45718:31: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45730:31: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45730:31: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45759:31: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45759:31: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45789:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45789:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45818:31: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45818:31: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45868:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45868:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45890:29: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45890:29: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45936:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45936:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45958:27: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:45958:27: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46004:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46004:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46026:25: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46026:25: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46072:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46072:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46094:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46094:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46296:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46296:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46307:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46307:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46317:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46317:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46329:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46329:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46351:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46351:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46375:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46375:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46472:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46472:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46483:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46483:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46495:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46495:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46522:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46522:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46608:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46608:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46650:28: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46650:28: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46689:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46689:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46729:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46729:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46757:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46757:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46863:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46863:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46874:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46874:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46981:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46981:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46991:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:46991:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47071:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47071:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47132:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47132:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47186:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47186:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47197:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47197:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47406:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47406:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47430:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47430:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47674:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47674:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47684:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47684:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47814:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47814:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47838:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47838:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47862:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47862:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47886:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47886:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47910:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47910:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47926:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:47926:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:48533:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:48533:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:48635:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:48635:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:48646:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:48646:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:48695:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:48695:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49334:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49334:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49410:21: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49410:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49706:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49706:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49740:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49740:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49826:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49826:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49908:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49908:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49998:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:49998:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50138:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50138:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50172:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50172:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50253:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50253:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50330:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50330:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50407:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50407:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50495:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50495:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50620:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50620:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50874:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50874:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50892:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:50892:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51482:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51482:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51516:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51516:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51602:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51602:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51706:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51706:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51789:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:51789:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52355:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52355:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52394:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52394:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52505:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52505:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52864:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52864:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52902:30: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52902:30: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52935:28: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:52935:28: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53017:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53017:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53100:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53100:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53237:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53237:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53422:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53422:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53432:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53432:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53488:26: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53488:26: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53973:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53973:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53985:23: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:53985:23: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54188:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54188:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54368:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54368:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54389:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54389:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54408:25: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54408:25: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54527:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54527:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54668:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54668:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54694:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54694:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54746:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54746:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54808:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54808:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54834:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54834:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54886:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54886:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54948:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54948:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54974:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:54974:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55019:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55019:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55309:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55309:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55370:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55370:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55401:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55401:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55610:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55610:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55785:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55785:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55855:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55855:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55956:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:55956:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56339:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56339:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56429:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56429:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56495:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56495:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56525:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56525:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56609:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56609:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56678:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56678:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56780:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56780:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56927:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56927:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56957:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:56957:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57038:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57038:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57104:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57104:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57203:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57203:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57451:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57451:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57612:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57612:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57927:17: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:57927:17: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58041:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58041:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58261:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58261:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58295:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58295:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58323:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58323:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58377:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58377:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58411:24: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58411:24: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58445:22: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58445:22: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58474:20: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58474:20: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58539:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58539:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58730:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:58730:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:59890:19: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:59890:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:60284:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:60284:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:60359:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:60359:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:60451:18: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:60451:18: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:61358:16: style: Local variable 'ob' shadows outer argument [shadowArgument] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4988:22: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:61358:16: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:61863:9: style: Local variable 'llen' shadows outer function [shadowFunction] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4065:13: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:61863:9: note: Shadow variable AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:3841:35: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:3872:9: style: Variable 'end' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4542:22: style: Variable 'ent' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4565:14: style: Variable 'path' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4675:26: style: Variable 'ip' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4675:31: style: Variable 'data' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4846:24: style: Variable 'host' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4862:17: style: Variable 'n' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4868:17: style: Variable 'n' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:61579:30: style: Parameter 'ptrs' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4024:18: style: Variable 'heapsize' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/radamsa/libradamsa.c:4025:15: style: Variable 'nfree' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/custom_mutators/radamsa/radamsa-mutator.c:31:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:46:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:139:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:251:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_name [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:290:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_name [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:178:63: error: Null pointer dereference [nullPointer] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:244:61: error: Null pointer dereference [nullPointer] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:280:74: error: Null pointer dereference [nullPointer] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:185:21: style: Local variable 'st' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:109:15: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/symcc/symcc.c:185:21: note: Shadow variable AFLplusplus-4.33c/custom_mutators/symcc/test_examples/file_test.c:16:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symcc/test_examples/stdin_test.c:12:17: style: Checking if unsigned expression 'bytesRead' is less than zero. [unsignedLessThanZero] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:72:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:257:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:371:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable d_name [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:54:17: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:67:13: portability: Non reentrant function 'strtok' called. For threadsafe applications it is recommended to use the reentrant replacement function 'strtok_r'. [prohibitedstrtokCalled] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:97:3: warning: snprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:260:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:96:12: warning: If memory allocation fails, then there is a possible null pointer dereference: symqemu_path [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:94:28: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:94:28: note: Assignment 'symqemu_path=malloc(len)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:96:12: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:97:42: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: symqemu_path [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:94:28: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:94:28: note: Assignment 'symqemu_path=malloc(len)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:97:42: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:99:15: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: symqemu_path [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:94:28: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:94:28: note: Assignment 'symqemu_path=malloc(len)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:99:15: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:119:15: warning: If memory allocation fails, then there is a possible null pointer dereference: p [nullPointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:114:19: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:114:19: note: Assignment 'p=strdup(tmp)', assigned value is 0 AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:119:15: note: Null pointer dereference AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:322:64: error: Null pointer dereference [nullPointer] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:363:74: error: Null pointer dereference [nullPointer] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:333:19: style: Local variable 'st' shadows outer variable [shadowVariable] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:229:15: note: Shadowed declaration AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:333:19: note: Shadow variable AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:54:9: style: Variable 'token' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:92:7: style: Variable 'path_tmp' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:106:7: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/custom_mutators/symqemu/symqemu.c:390:14: style: Variable 'done' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/frida_mode/addr/addr.c:13:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Addr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/addr/addr.c:24:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Addr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/addr/addr.c:9:40: style: Parameter 'info' can be declared as pointer to const. However it seems that 'phdr_callback' is a callback function, if 'info' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/frida_mode/addr/addr.c:36:19: note: You might need to cast the function pointer here AFLplusplus-4.33c/frida_mode/addr/addr.c:9:40: note: Parameter 'info' can be declared as pointer to const AFLplusplus-4.33c/frida_mode/src/asan/asan.c:18:31: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/cmplog/cmplog.c:71:31: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/entry.c:72:34: error: There is an unknown macro here somewhere. Configuration is required. If G_GINT64_MODIFIER is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/instrument/instrument.c:131:38: error: There is an unknown macro here somewhere. Configuration is required. If G_GINT64_MODIFIER is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/instrument/instrument_coverage.c:146:62: error: There is an unknown macro here somewhere. Configuration is required. If G_GINT64_MODIFIER is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/instrument/instrument_debug.c:67:32: error: There is an unknown macro here somewhere. Configuration is required. If G_GINT64_MODIFIER is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/intercept.c:12:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUM_REPLACE_OK [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js.c:56:28: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:20:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable js_done [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:39:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable entry_point [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:52:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable persistent_start [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:67:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable persistent_ret [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:74:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable persistent_count [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:80:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable persistent_debug [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:86:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ranges_debug_maps [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:108:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ranges_inst_jit [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:114:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ranges_inst_libs [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:121:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_coverage_absolute [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:128:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_coverage_filename [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:135:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_debug_filename [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:141:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prefetch_enable [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:148:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prefetch_backpatch [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:155:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_coverage_insn [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:162:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ranges_inst_dynamic_load [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:169:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_optimize [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:176:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_regs_filename [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:183:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_use_fixed_seed [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:190:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_tracing [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:197:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_unique [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:204:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_coverage_unstable_filename [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:211:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seccomp_filename [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:217:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_stdout [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:223:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable output_stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:229:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stats_filename [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:236:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stats_interval [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:249:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable persistent_hook [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:256:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable js_user_callback [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:263:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stalker_ic_entries [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:269:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable traceable [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:275:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable backpatch_enable [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:282:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stalker_adjacent_blocks [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:288:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_cache_enabled [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:295:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_cache_size [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:302:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable instrument_suppress [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:309:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable js_main_hook [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/js/js_api.c:315:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable util_verbose [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/lib/lib.c:27:0: error: #error "Unsupported platform" [preprocessorErrorDirective] AFLplusplus-4.33c/frida_mode/src/lib/lib.c:27:6: error: #error "Unsupported platform" [preprocessorErrorDirective] AFLplusplus-4.33c/frida_mode/src/main.c:203:18: error: There is an unknown macro here somewhere. Configuration is required. If cYEL is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/module.c:103:22: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/output.c:49:22: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/persistent/persistent.c:75:31: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/prefetch.c:274:31: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/ranges.c:105:48: error: There is an unknown macro here somewhere. Configuration is required. If G_GINT64_MODIFIER is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/seccomp/seccomp.c:30:23: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/shm.c:63:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPC_PRIVATE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/stalker.c:96:23: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/stats/stats.c:331:21: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/frida_mode/src/util.c:31:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/util.c:69:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/src/util.c:58:14: style: Variable 'c' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/frida_mode/test/cache/cache.c:59:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/cmov/cmov.c:9:0: error: syntax error [syntaxError] AFLplusplus-4.33c/frida_mode/test/cmplog/cmplog.c:32:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/cmplog/cmplog.c:95:3: style:inconclusive: Statements following noreturn function 'abort()' will never be executed. [unreachableCode] AFLplusplus-4.33c/frida_mode/test/deferred/testinstr.c:52:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/deferred/testinstr.c:110:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] AFLplusplus-4.33c/frida_mode/test/dynamic/testinstr.c:61:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/entry_point/testinstr.c:52:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/entry_point/testinstr.c:110:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] AFLplusplus-4.33c/frida_mode/test/exe/testinstr.c:57:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/js/test.c:46:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/js/test.c:104:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] AFLplusplus-4.33c/frida_mode/test/js/test2.c:166:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/js/test2.c:180:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/frida_mode/test/js/test2.c:183:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/frida_mode/test/js/test2.c:170:18: error: Resource leak: fd [resourceLeak] AFLplusplus-4.33c/frida_mode/test/js/test2.c:172:38: error: Resource leak: fd [resourceLeak] AFLplusplus-4.33c/frida_mode/test/js/test2.c:175:22: error: Resource leak: fd [resourceLeak] AFLplusplus-4.33c/frida_mode/test/js/test2.c:178:24: error: Resource leak: fd [resourceLeak] AFLplusplus-4.33c/frida_mode/test/js/test2.c:178:24: error: Memory leak: buf [memleak] AFLplusplus-4.33c/frida_mode/test/js/test2.c:185:3: error: Resource leak: fd [resourceLeak] AFLplusplus-4.33c/frida_mode/test/js/test2.c:160:17: style: Variable 'result' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/frida_mode/test/js/test2.c:160:10: style: Variable 'result' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness.c:24:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness.c:36:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness.c:70:1: error: Resource leak: dylib [resourceLeak] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness.c:31:35: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness.c:30:49: note: Assuming allocation function fails AFLplusplus-4.33c/frida_mode/test/osx-lib/harness.c:30:26: note: Assignment 'buf=(unsigned char*)malloc(len)', assigned value is 0 AFLplusplus-4.33c/frida_mode/test/osx-lib/harness.c:31:35: note: Null pointer dereference AFLplusplus-4.33c/frida_mode/test/osx-lib/harness2.c:24:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness2.c:36:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness2.c:70:1: error: Resource leak: dylib [resourceLeak] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness2.c:31:35: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness2.c:30:49: note: Assuming allocation function fails AFLplusplus-4.33c/frida_mode/test/osx-lib/harness2.c:30:26: note: Assignment 'buf=(unsigned char*)malloc(len)', assigned value is 0 AFLplusplus-4.33c/frida_mode/test/osx-lib/harness2.c:31:35: note: Null pointer dereference AFLplusplus-4.33c/frida_mode/test/osx-lib/harness3.c:20:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness3.c:32:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness3.c:27:35: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/frida_mode/test/osx-lib/harness3.c:26:49: note: Assuming allocation function fails AFLplusplus-4.33c/frida_mode/test/osx-lib/harness3.c:26:26: note: Assignment 'buf=(unsigned char*)malloc(len)', assigned value is 0 AFLplusplus-4.33c/frida_mode/test/osx-lib/harness3.c:27:35: note: Null pointer dereference AFLplusplus-4.33c/frida_mode/test/output/testinstr.c:57:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/perf/perf.c:60:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/perf/perf.c:19:35: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/frida_mode/test/persistent_ret/testinstr.c:58:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/persistent_ret/testinstr.c:37:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] AFLplusplus-4.33c/frida_mode/test/testinstr/testinstr.c:57:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/unstable/unstable.c:54:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/unstable/unstable.c:73:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/test/unstable/unstable.c:66:3: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/frida_mode/test/unstable/unstable.c:61:33: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/frida_mode/test/unstable/unstable.c:60:47: note: Assuming allocation function fails AFLplusplus-4.33c/frida_mode/test/unstable/unstable.c:60:24: note: Assignment 'buf=(unsigned char*)malloc(len)', assigned value is 0 AFLplusplus-4.33c/frida_mode/test/unstable/unstable.c:61:33: note: Null pointer dereference AFLplusplus-4.33c/frida_mode/test/unstable/unstable.c:52:21: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/frida_mode/util/bin2c.c:15:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/util/bin2c.c:74:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/frida_mode/util/bin2c.c:78:12: style: Checking if unsigned expression 'size' is less than zero. [unsignedLessThanZero] AFLplusplus-4.33c/frida_mode/util/bin2c.c:6:18: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/frida_mode/util/bin2c.c:13:36: style: Parameter 'output' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/frida_mode/util/bin2c.c:72:30: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/instrumentation/SanitizerCoverageLTO.so.cc:2370:1: error: There is an unknown macro here somewhere. Configuration is required. If INITIALIZE_PASS_BEGIN is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:125:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCK_Edge [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:180:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable None [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:223:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:259:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DominatorTree [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:298:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExternalWeakLinkage [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:334:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ignore [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:377:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cCYA [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:633:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AvailableExternallyLinkage [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:806:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:1493:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ZExt [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:1628:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Add [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::SanCovLowestStack' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::IntptrTy' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::IntptrPtrTy' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int64Ty' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int64PtrTy' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int32Ty' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int32PtrTy' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int16Ty' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int8Ty' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int8PtrTy' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int1Ty' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Int1PtrTy' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::PtrTy' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::CurModule' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::C' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::DL' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::FunctionGuardArray' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::Function8bitCounterArray' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::FunctionBoolArray' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: warning: Member variable 'ModuleSanitizerCoverageAFL::FunctionPCsArray' is not initialized in the constructor. [uninitMemberVar] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:140:3: style: Class 'ModuleSanitizerCoverageAFL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:747:21: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:749:11: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:753:21: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:758:21: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:1112:23: style: Redundant pointer operation on 'IN' - it's already a variable. [redundantPointerOp] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:1151:23: style: Redundant pointer operation on 'IN' - it's already a variable. [redundantPointerOp] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:333:13: style: Local variable 'PtrTy' shadows outer variable [shadowVariable] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:194:60: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:333:13: note: Shadow variable AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:878:21: style: Local variable 'icmp' shadows outer variable [shadowVariable] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:830:17: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:878:21: note: Shadow variable AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:879:21: style: Local variable 'fcmp' shadows outer variable [shadowVariable] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:831:17: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:879:21: note: Shadow variable AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:959:20: style: Local variable 'instr' shadows outer variable [shadowVariable] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:210:12: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:959:20: note: Shadow variable AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:1432:12: style: Local variable 'instr' shadows outer variable [shadowVariable] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:210:12: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:1432:12: note: Shadow variable AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:1490:19: style: Local variable 'C' shadows outer variable [shadowVariable] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:198:21: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:1490:19: note: Shadow variable AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:830:17: style: Variable 'icmp' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/SanitizerCoveragePCGUARD.so.cc:831:17: style: Variable 'fcmp' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-compiler-rt.o.c:1348:52: error: There is an unknown macro here somewhere. Configuration is required. If VERSION is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/instrumentation/afl-gcc-common.h:156:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-common.h:349:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmplog-pass.so.cc:75:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BITS_PER_UNIT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmplog-pass.so.cc:248:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VIEW_CONVERT_EXPR [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmplog-pass.so.cc:310:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GIMPLE_COND [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmplog-pass.so.cc:373:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gcc_version [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmplog-pass.so.cc:54:3: style: Struct 'afl_cmplog_pass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] AFLplusplus-4.33c/instrumentation/afl-gcc-cmplog-pass.so.cc:370:44: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/instrumentation/afl-gcc-common.h:132:22: style: Variable 'ignoreListFunc' can be declared as pointer to const [constVariableReference] AFLplusplus-4.33c/instrumentation/afl-gcc-common.h:144:11: style: Variable 'allowlist' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-gcc-common.h:150:11: style: Variable 'denylist' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-gcc-common.h:179:18: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use resize() or pop_back() instead. [uselessCallsSubstr] AFLplusplus-4.33c/instrumentation/afl-gcc-common.h:254:18: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use resize() or pop_back() instead. [uselessCallsSubstr] AFLplusplus-4.33c/instrumentation/afl-gcc-common.h:132:5: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:76:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BITS_PER_UNIT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:131:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable char_type_node [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:158:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECORD_TYPE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:253:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GIMPLE_CALL [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:341:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gcc_version [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:234:8: style:inconclusive: Either there is a missing 'override', or the member function '::afl_cmptrs_pass::is_llvm_std_string' can be const. [functionConst] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:54:3: style: Struct 'afl_cmptrs_pass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:271:14: style: Local variable 'fn' shadows outer argument [shadowArgument] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:240:42: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:271:14: note: Shadow variable AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:297:16: style: Local variable 'c' shadows outer variable [shadowVariable] AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:257:16: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:297:16: note: Shadow variable AFLplusplus-4.33c/instrumentation/afl-gcc-cmptrs-pass.so.cc:338:44: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:202:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sizetype [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:403:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable uint32_type_node [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:422:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable unsigned_char_type_node [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:481:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gcc_version [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:438:20: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:439:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:439:15: style: Variable 'self' can be declared as reference to const [constVariableReference] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:478:44: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/instrumentation/afl-gcc-pass.so.cc:496:13: style: Variable 'inst_ratio_str' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:65:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:158:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:201:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable npos [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:346:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:624:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_SIZE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:384:19: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:439:56: performance: Function parameter 'Filename' should be passed by const reference. [passedByValue] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:172:9: style: Variable 'allowlist' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:175:9: style: Variable 'denylist' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:202:16: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use resize() or pop_back() instead. [uselessCallsSubstr] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:277:16: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use resize() or pop_back() instead. [uselessCallsSubstr] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:134:3: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] AFLplusplus-4.33c/instrumentation/afl-llvm-common.cc:155:3: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:92:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:115:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_AUTO_EXTRA [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:162:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cCYA [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:253:35: warning: Logical conjunction always evaluates to false: val > 0x100000001 && val < 0xffffffffffffffff. [incorrectLogicOperator] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:685:22: style: The statement 'if (optLen!=thestring.length()) optLen=thestring.length()' is logically equivalent to 'optLen=thestring.length()'. [duplicateConditionalAssign] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:685:52: note: Assignment 'optLen=thestring.length()' AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:685:22: note: Condition 'optLen!=thestring.length()' is redundant AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:312:25: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:316:27: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:474:39: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:476:57: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:537:25: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:560:25: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:603:25: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:690:17: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:692:21: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:151:75: style: Parameter 'MAM' can be declared as reference to const [constParameterReference] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:553:26: style: Variable 'strng' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:596:26: style: Variable 'strng' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-llvm-dict2file.so.cc:675:27: performance: Ineffective call of function 'substr' because a prefix of the string is assigned to itself. Use resize() or pop_back() instead. [uselessCallsSubstr] AFLplusplus-4.33c/instrumentation/afl-llvm-lto-instrumentlist.so.cc:77:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-lto-instrumentlist.so.cc:106:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cCYA [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-lto-instrumentlist.so.cc:68:26: style: class member 'AFLcheckIfInstrument::myInstrumentList' is never used. [unusedStructMember] AFLplusplus-4.33c/instrumentation/afl-llvm-pass.so.cc:87:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-pass.so.cc:142:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/afl-llvm-pass.so.cc:549:51: style: Local variable 'E' shadows outer variable [shadowVariable] AFLplusplus-4.33c/instrumentation/afl-llvm-pass.so.cc:540:48: note: Shadowed declaration AFLplusplus-4.33c/instrumentation/afl-llvm-pass.so.cc:549:51: note: Shadow variable AFLplusplus-4.33c/instrumentation/afl-llvm-pass.so.cc:552:23: style: Variable 'Succ' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/afl-llvm-pass.so.cc:430:24: style: Unused variable: todo [unusedVariable] AFLplusplus-4.33c/instrumentation/afl-llvm-rt-lto.o.c:23:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/cmplog-instructions-pass.cc:76:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/cmplog-instructions-pass.cc:180:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExternalWeakLinkage [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/cmplog-instructions-pass.cc:562:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DominatorTree [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/cmplog-instructions-pass.cc:362:21: style: Redundant condition: The condition '!max_size' is redundant since 'max_size < 16' is sufficient. [redundantCondition] AFLplusplus-4.33c/instrumentation/cmplog-instructions-pass.cc:407:30: style: The scope of the variable 'args' can be reduced. [variableScope] AFLplusplus-4.33c/instrumentation/cmplog-routines-pass.cc:75:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/cmplog-routines-pass.cc:147:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExternalWeakLinkage [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/cmplog-routines-pass.cc:576:73: style: Parameter 'MAM' can be declared as reference to const [constParameterReference] AFLplusplus-4.33c/instrumentation/cmplog-switches-pass.cc:76:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/cmplog-switches-pass.cc:146:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ExternalWeakLinkage [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/cmplog-switches-pass.cc:333:73: style: Parameter 'MAM' can be declared as reference to const [constParameterReference] AFLplusplus-4.33c/instrumentation/compare-transform-pass.so.cc:241:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/injection-pass.cc:79:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/injection-pass.cc:140:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable C [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/injection-pass.cc:226:65: style: Parameter 'MAM' can be declared as reference to const [constParameterReference] AFLplusplus-4.33c/instrumentation/injection-pass.cc:101:27: style: Unused variable: calls [unusedVariable] AFLplusplus-4.33c/instrumentation/injection-pass.cc:101:34: style: Unused variable: llvmStdStd [unusedVariable] AFLplusplus-4.33c/instrumentation/injection-pass.cc:101:46: style: Unused variable: llvmStdC [unusedVariable] AFLplusplus-4.33c/instrumentation/injection-pass.cc:101:56: style: Unused variable: gccStdStd [unusedVariable] AFLplusplus-4.33c/instrumentation/injection-pass.cc:101:67: style: Unused variable: gccStdC [unusedVariable] AFLplusplus-4.33c/instrumentation/injection-pass.cc:102:7: style: Unused variable: Memcmp [unusedVariable] AFLplusplus-4.33c/instrumentation/injection-pass.cc:102:15: style: Unused variable: Strcmp [unusedVariable] AFLplusplus-4.33c/instrumentation/injection-pass.cc:102:23: style: Unused variable: Strncmp [unusedVariable] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:155:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:202:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCMP_OGE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:352:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICMP_UGT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:456:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICMP_SGT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:571:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:805:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ICMP_UGE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:925:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FCMP_OEQ [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:127:8: style:inconclusive: Either there is a missing 'override', or the member function '::SplitComparesTransform::isSupportedBitWidth' can be const. [functionConst] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:980:49: style: Condition 'sizeInBits==128' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:979:49: note: Assuming that condition 'sizeInBits==64' is not redundant AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:980:49: note: Condition 'sizeInBits==128' is always false AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:552:52: style:inconclusive: Function 'splitCompare' argument 1 names different: declaration 'I' definition 'cmp_inst'. [funcArgNamesDifferent] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:89:30: note: Function 'splitCompare' argument 1 names different: declaration 'I' definition 'cmp_inst'. AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:552:52: note: Function 'splitCompare' argument 1 names different: declaration 'I' definition 'cmp_inst'. AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:1651:70: style: Parameter 'MAM' can be declared as reference to const [constParameterReference] AFLplusplus-4.33c/instrumentation/split-compares-pass.so.cc:1668:9: style: Variable 'bitw_env' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/instrumentation/split-switches-pass.so.cc:91:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LLVM_PLUGIN_API_VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-switches-pass.so.cc:165:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LShr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/instrumentation/split-switches-pass.so.cc:67:5: style: Struct 'CaseExpr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] AFLplusplus-4.33c/instrumentation/split-switches-pass.so.cc:438:70: style: Parameter 'MAM' can be declared as reference to const [constParameterReference] AFLplusplus-4.33c/instrumentation/split-switches-pass.so.cc:126:24: style: Unused variable: setSizes [unusedVariable] AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:22:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HYPERCALL_KAFL_GET_HOST_CONFIG [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:36:10: warning: If memory allocation fails, then there is a possible null pointer dereference: trace_buffer [nullPointerOutOfMemory] AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:34:11: note: Assuming allocation function fails AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:34:11: note: Assignment 'trace_buffer=mmap(NULL,(64&~(0x1000-1))+0x1000,PROT_READ|PROT_WRITE,MAP_SHARED|MAP_ANONYMOUS,-1,0)', assigned value is 0 AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:36:10: note: Null pointer dereference AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:70:10: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: payload_buffer [nullPointerOutOfMemory] AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:67:11: note: Assuming allocation function fails AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:67:11: note: Assignment 'payload_buffer=mmap(NULL,host_config.payload_buffer_size,PROT_READ|PROT_WRITE,MAP_SHARED|MAP_ANONYMOUS,-1,0)', assigned value is 0 AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:70:10: note: Null pointer dereference AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:91:6: warning: If memory allocation fails, then there is a possible null pointer dereference: (uint8_t*)trace_buffer [nullPointerOutOfMemory] AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:34:11: note: Assuming allocation function fails AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:34:11: note: Assignment 'trace_buffer=mmap(NULL,(64&~(0x1000-1))+0x1000,PROT_READ|PROT_WRITE,MAP_SHARED|MAP_ANONYMOUS,-1,0)', assigned value is 0 AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:91:6: note: Null pointer dereference AFLplusplus-4.33c/nyx_mode/custom_harness/example.c:91:34: style: Variable '((uint8_t*)trace_buffer)[0]' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/hooking_bridge/src/patching.c:159:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/hooking_bridge/src/patching.c:153:23: style: Parameter 'hook_lib' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/qemu_mode/libcompcov/compcovtest.cc:34:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libcompcov/compcovtest.cc:93:3: style:inconclusive: Statements following noreturn function 'abort()' will never be executed. [unreachableCode] AFLplusplus-4.33c/qemu_mode/libcompcov/libcompcov.so.c:41:0: error: #error "Sorry, this library is Linux-specific for now!" [preprocessorErrorDirective] AFLplusplus-4.33c/qemu_mode/libcompcov/libcompcov.so.c:41:4: error: #error "Sorry, this library is Linux-specific for now!" [preprocessorErrorDirective] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:3858:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4230:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4281:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4312:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4379:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_foot [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4454:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_foot [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4594:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4892:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_foot [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5039:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5093:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5163:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5331:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_foot [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5437:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5466:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5571:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5829:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5924:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5989:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:6045:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:3777:40: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:3838:33: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4312:39: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4422:41: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4483:11: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4545:15: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4559:53: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4561:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4617:26: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4645:47: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4652:66: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4732:62: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4786:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:6163:12: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:6161:26: note: result is assigned AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:6163:12: note: result is overwritten AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4393:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4455:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4757:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4951:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5044:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5396:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5839:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:6100:42: style:inconclusive: Function 'dlbulk_free' argument 2 names different: declaration 'n_elements' definition 'nelem'. [funcArgNamesDifferent] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:1221:52: note: Function 'dlbulk_free' argument 2 names different: declaration 'n_elements' definition 'nelem'. AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:6100:42: note: Function 'dlbulk_free' argument 2 names different: declaration 'n_elements' definition 'nelem'. AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:2842:52: style: Parameter 'addr' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4409:15: style: Variable 'old_end' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4564:19: style: Variable 'end' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4609:13: style: Variable 'end' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4822:19: style: Variable 'old_br' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4825:21: style: Variable 'rel_br' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:4826:21: style: Variable 'new_br' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:5656:59: style: Parameter 'sizes' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:782:23: style: struct member 'mallinfo::smblks' is never used. [unusedStructMember] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:783:23: style: struct member 'mallinfo::hblks' is never used. [unusedStructMember] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:786:23: style: struct member 'mallinfo::fsmblks' is never used. [unusedStructMember] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:2742:12: style: struct member 'malloc_state::extp' is never used. [unusedStructMember] AFLplusplus-4.33c/qemu_mode/libqasan/dlmalloc.c:2743:12: style: struct member 'malloc_state::exts' is never used. [unusedStructMember] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:40:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RTLD_NEXT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:53:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYS_write [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:66:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SYS_read [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:169:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:181:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_PAGESIZE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:49:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:62:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:81:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:93:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:105:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:117:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:129:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:142:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:154:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:166:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:178:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:192:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:201:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:217:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:231:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:245:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:259:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:273:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:286:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:302:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:316:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:332:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:344:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:354:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:368:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:382:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:396:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:412:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:428:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:446:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:462:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:478:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:493:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:519:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:534:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:549:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:562:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:575:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:591:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:607:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:621:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:635:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:649:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:662:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:677:9: style: Variable 'rtv' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:525:45: portability: '__libqasan_memcpy(dest,src,l)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:49:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:49:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:62:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:62:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:81:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:81:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:93:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:93:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:105:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:105:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:117:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:117:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:129:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:129:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:142:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:142:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:154:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:154:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:166:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:166:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:178:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:178:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:192:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:192:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:201:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:201:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:217:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:217:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:231:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:231:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:245:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:245:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:259:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:259:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:273:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:273:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:286:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:286:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:302:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:302:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:316:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:316:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:332:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:332:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:344:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:344:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:354:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:354:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:368:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:368:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:382:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:382:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:396:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:396:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:412:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:412:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:428:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:428:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:446:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:446:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:462:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:462:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:478:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:478:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:493:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:493:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:519:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:519:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:534:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:534:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:549:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:549:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:562:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:562:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:575:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:575:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:591:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:591:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:607:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:607:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:621:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:621:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:635:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:635:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:649:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:649:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:662:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:662:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:677:13: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/hooks.c:677:9: style: Variable 'rtv' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/qemu_mode/libqasan/libqasan.c:35:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/libqasan.c:80:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/libqasan.c:93:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RTLD_NEXT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/libqasan.c:45:9: style: Variable 'line' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/qemu_mode/libqasan/malloc.c:148:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PTHREAD_PROCESS_PRIVATE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/malloc.c:189:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QASAN_DISABLED [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/malloc.c:237:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable QASAN_DISABLED [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/malloc.c:289:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable requested_size [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/malloc.c:301:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/qemu_mode/libqasan/uninstrument.c:59:0: error: failed to expand 'HOOK_UNINSTRUMENT', Wrong number of parameters for macro 'X_GET_FNTYPE'. [preprocessorErrorDirective] AFLplusplus-4.33c/qemu_mode/libqasan/uninstrument.c:59:1: error: failed to expand 'HOOK_UNINSTRUMENT', Wrong number of parameters for macro 'X_GET_FNTYPE'. [preprocessorErrorDirective] AFLplusplus-4.33c/qemu_mode/unsigaction/unsigaction.c:1:33: style: Parameter 'act' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/qemu_mode/unsigaction/unsigaction.c:1:44: style: Parameter 'oldact' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-analyze.c:664:58: error: There is an unknown macro here somewhere. Configuration is required. If STRINGIFY is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-cc.c:1625:31: error: There is an unknown macro here somewhere. Configuration is required. If PERSIST_SIG is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-common.c:114:33: error: There is an unknown macro here somewhere. Configuration is required. If STRINGIFY is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-forkserver.c:1611:17: error: There is an unknown macro here somewhere. Configuration is required. If cLRD is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:126:0: error: failed to evaluate #if condition, undefined function-like macro invocation: __has_builtin( ... ) [preprocessorErrorDirective] AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:126:2: error: failed to evaluate #if condition, undefined function-like macro invocation: __has_builtin( ... ) [preprocessorErrorDirective] AFLplusplus-4.33c/src/afl-fuzz-cmplog.c:71:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FSRV_RUN_TMOUT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-cmplog.c:59:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/src/afl-fuzz-cmplog.c:63:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/src/afl-fuzz-extras.c:59:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_LINE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:259:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STRINGIFY_VAL_SIZE_MAX [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:297:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_DICT_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:411:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable extra_data [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:443:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:546:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:578:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable len [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:620:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_AUTO_EXTRAS [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:744:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable USE_AUTO_EXTRAS [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:776:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable USE_AUTO_EXTRAS [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:830:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-extras.c:69:39: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] AFLplusplus-4.33c/src/afl-fuzz-extras.c:65:12: note: Assuming allocation function fails AFLplusplus-4.33c/src/afl-fuzz-extras.c:65:12: note: Assignment 'f=fopen(fname,"r")', assigned value is 0 AFLplusplus-4.33c/src/afl-fuzz-extras.c:69:39: note: Null pointer dereference AFLplusplus-4.33c/src/afl-fuzz-extras.c:179:11: style: Variable 'hexdigits' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-extras.c:394:36: style: Parameter 'm1' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-extras.c:394:44: style: Parameter 'm2' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-extras.c:408:53: style: Parameter 'mem' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-init.c:738:17: error: There is an unknown macro here somewhere. Configuration is required. If cLRD is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-fuzz-mutators.c:43:10: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] AFLplusplus-4.33c/src/afl-fuzz-one.c:356:10: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] AFLplusplus-4.33c/src/afl-fuzz-queue.c:70:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable out [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:429:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:571:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AFL_TXT_MIN_LEN [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:683:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queue_entry [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:812:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RARE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:939:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable favored [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:1018:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable disabled [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:1094:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RARE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:1209:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RARE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:1501:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:1576:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-queue.c:99:27: style: Variable 'q' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-queue.c:427:36: style: Parameter 'afl' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-queue.c:453:37: style: Parameter 'afl' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-queue.c:480:26: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-queue.c:569:63: style: Parameter 'q' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-queue.c:1065:10: style: Variable 'candidate_ids' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-queue.c:1515:43: style: Parameter 'in' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-queue.c:1703:42: style: Parameter 'mem' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:174:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HASH_CONST [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:411:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u32 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:602:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:628:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1479:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u32 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1899:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMP_MAP_H [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:2732:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMP_MAP_RTN_H [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:2945:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable afl_pass_stat [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1452:34: style: Condition 'attr&(IS_GREATER|IS_LESSER)' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1549:33: portability:inconclusive: Casting from float * to char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1024:13: style: Local variable 'o_diff' shadows outer variable [shadowVariable] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:994:11: note: Shadowed declaration AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1024:13: note: Shadow variable AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:706:28: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:744:26: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:804:8: style: Variable 'o_buf_64' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:805:8: style: Variable 'o_buf_32' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:806:8: style: Variable 'o_buf_16' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:946:15: style: Variable 'o_ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1475:16: style: Variable 'f' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1483:17: style: Variable 'f' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1487:14: style: Variable 'r' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1510:16: style: Variable 'f' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1518:17: style: Variable 'f' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1521:14: style: Variable 'r' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1545:15: style: Variable 'f' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1784:7: style: Variable 'b' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:1880:22: style: Variable 't' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:2193:54: style: Parameter 'o' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:2194:54: style: Parameter 'orig_o' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:2212:7: style: Variable 'pattern' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:2212:24: style: Variable 'o_pattern' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:2212:36: style: Variable 'changed_val' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-redqueen.c:2723:22: style: Variable 't' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz-run.c:95:10: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] AFLplusplus-4.33c/src/afl-fuzz-sanfuzz.c:33:43: style: Parameter 'fsrv' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/afl-fuzz-skipdet.c:39:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u8 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-skipdet.c:126:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u8 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-skipdet.c:142:33: style: Variable 'cur_block_size' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/src/afl-fuzz-state.c:914:8: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] AFLplusplus-4.33c/src/afl-fuzz-stats.c:429:34: error: There is an unknown macro here somewhere. Configuration is required. If VERSION is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-fuzz-statsd.c:141:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable STATSD_DEFAULT_PORT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-statsd.c:227:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-fuzz-statsd.c:142:9: style: Variable 'host' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/src/afl-fuzz.c:324:46: error: There is an unknown macro here somewhere. Configuration is required. If STRINGIFY is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-gotcpu.c:139:25: error: There is an unknown macro here somewhere. Configuration is required. If VERSION is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-ld-lto.c:351:24: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/afl-performance.c:21:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HASH_CONST [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-performance.c:103:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-performance.c:413:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-performance.c:113:14: warning: If memory allocation fails, then there is a possible null pointer dereference: f_data [nullPointerOutOfMemory] AFLplusplus-4.33c/src/afl-performance.c:109:20: note: Assuming allocation function fails AFLplusplus-4.33c/src/afl-performance.c:109:20: note: Assignment 'f_data=mmap(0,f_len,PROT_READ,MAP_PRIVATE,fd,0)', assigned value is 0 AFLplusplus-4.33c/src/afl-performance.c:113:14: note: Null pointer dereference AFLplusplus-4.33c/src/afl-sharedmem.c:73:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHM_FUZZ_ENV_VAR [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-sharedmem.c:299:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPC_PRIVATE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/src/afl-showmap.c:369:10: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] AFLplusplus-4.33c/src/afl-tmin.c:631:26: error: There is an unknown macro here somewhere. Configuration is required. If cRST is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/src/hashmap.c:28:5: warning: If memory allocation fails, then there is a possible null pointer dereference: _hashmap [nullPointerOutOfMemory] AFLplusplus-4.33c/src/hashmap.c:27:33: note: Assuming allocation function fails AFLplusplus-4.33c/src/hashmap.c:27:16: note: Assignment '_hashmap=(struct HashMap*)malloc(sizeof(struct HashMap))', assigned value is 0 AFLplusplus-4.33c/src/hashmap.c:28:5: note: Null pointer dereference AFLplusplus-4.33c/src/hashmap.c:29:20: warning: If memory allocation fails, then there is a possible null pointer dereference: _hashmap [nullPointerOutOfMemory] AFLplusplus-4.33c/src/hashmap.c:27:33: note: Assuming allocation function fails AFLplusplus-4.33c/src/hashmap.c:27:16: note: Assignment '_hashmap=(struct HashMap*)malloc(sizeof(struct HashMap))', assigned value is 0 AFLplusplus-4.33c/src/hashmap.c:29:20: note: Null pointer dereference AFLplusplus-4.33c/src/hashmap.c:74:3: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] AFLplusplus-4.33c/src/hashmap.c:73:28: note: Assuming allocation function fails AFLplusplus-4.33c/src/hashmap.c:73:10: note: Assignment 'node=(struct HashNode*)malloc(sizeof(struct HashNode))', assigned value is 0 AFLplusplus-4.33c/src/hashmap.c:74:3: note: Null pointer dereference AFLplusplus-4.33c/src/hashmap.c:75:3: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] AFLplusplus-4.33c/src/hashmap.c:73:28: note: Assuming allocation function fails AFLplusplus-4.33c/src/hashmap.c:73:10: note: Assignment 'node=(struct HashNode*)malloc(sizeof(struct HashNode))', assigned value is 0 AFLplusplus-4.33c/src/hashmap.c:75:3: note: Null pointer dereference AFLplusplus-4.33c/src/hashmap.c:98:3: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] AFLplusplus-4.33c/src/hashmap.c:97:41: note: Assuming allocation function fails AFLplusplus-4.33c/src/hashmap.c:97:23: note: Assignment 'node=(struct HashNode*)malloc(sizeof(struct HashNode))', assigned value is 0 AFLplusplus-4.33c/src/hashmap.c:98:3: note: Null pointer dereference AFLplusplus-4.33c/src/hashmap.c:99:3: warning: If memory allocation fails, then there is a possible null pointer dereference: node [nullPointerOutOfMemory] AFLplusplus-4.33c/src/hashmap.c:97:41: note: Assuming allocation function fails AFLplusplus-4.33c/src/hashmap.c:97:23: note: Assignment 'node=(struct HashNode*)malloc(sizeof(struct HashNode))', assigned value is 0 AFLplusplus-4.33c/src/hashmap.c:99:3: note: Null pointer dereference AFLplusplus-4.33c/src/hashmap.c:83:51: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/src/hashmap.c:107:16: style: Variable 'node' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/test-instr.c:40:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/test-cmplog.c:13:8: style: Variable 'icmp' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/test/test-compcov.c:41:12: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/test/test-compcov.c:40:25: note: Assuming allocation function fails AFLplusplus-4.33c/test/test-compcov.c:40:11: note: Assignment 'buf=(char*)malloc(16)', assigned value is 0 AFLplusplus-4.33c/test/test-compcov.c:41:12: note: Null pointer dereference AFLplusplus-4.33c/test/test-compcov.c:42:12: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/test/test-compcov.c:40:25: note: Assuming allocation function fails AFLplusplus-4.33c/test/test-compcov.c:40:11: note: Assignment 'buf=(char*)malloc(16)', assigned value is 0 AFLplusplus-4.33c/test/test-compcov.c:42:12: note: Null pointer dereference AFLplusplus-4.33c/test/test-compcov.c:43:61: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/test/test-compcov.c:40:25: note: Assuming allocation function fails AFLplusplus-4.33c/test/test-compcov.c:40:11: note: Assignment 'buf=(char*)malloc(16)', assigned value is 0 AFLplusplus-4.33c/test/test-compcov.c:43:61: note: Null pointer dereference AFLplusplus-4.33c/test/test-compcov.c:11:9: style: Variable 'cmpval' can be declared as const array [constVariable] AFLplusplus-4.33c/test/test-compcov.c:12:9: style: Variable 'shortval' can be declared as const array [constVariable] AFLplusplus-4.33c/test/test-dlopen.c:10:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/test-dlopen.c:27:5: error: Resource leak: lib [resourceLeak] AFLplusplus-4.33c/test/test-dlopen.c:36:3: error: Resource leak: lib [resourceLeak] AFLplusplus-4.33c/test/test-floatingpoint.c:13:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __AFL_FUZZ_TESTCASE_BUF [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/test-floatingpoint.c:13:10: style: Variable 'magic' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/test/test-floatingpoint.c:10:11: style: Unused variable: bytes_read [unusedVariable] AFLplusplus-4.33c/test/test-fp_Infcases.c:33:13: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_Infcases.c:41:19: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_Infcases.c:74:13: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_Infcases.c:83:13: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_Infcases.c:91:19: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_Infcases.c:20:22: style: Variable 'negZero' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-fp_Infcases.c:21:22: style: Variable 'posZero' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-fp_Infcases.c:20:14: style: Variable 'negZero' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-fp_Infcases.c:21:14: style: Variable 'posZero' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-fp_NaNcases.c:19:11: style: Same expression on both sides of '/'. [duplicateExpression] AFLplusplus-4.33c/test/test-fp_NaNcases.c:45:19: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_NaNcases.c:77:13: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_NaNcases.c:26:22: style: Variable 'negZero' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-fp_NaNcases.c:27:22: style: Variable 'posZero' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-fp_NaNcases.c:26:14: style: Variable 'negZero' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-fp_NaNcases.c:27:14: style: Variable 'posZero' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-fp_minusZerocases.c:16:19: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_minusZerocases.c:25:19: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-fp_minusZerocases.c:26:19: style: Using NaN/Inf in a computation. [nanInArithmeticExpression] AFLplusplus-4.33c/test/test-int_cases.c:73:38: style: Comparing expression of type 'unsigned int' against value 4294967295. Condition is always false. [compareValueOutOfTypeRangeError] AFLplusplus-4.33c/test/test-int_cases.c:186:38: style: Comparing expression of type 'unsigned int' against value 4294967295. Condition is always false. [compareValueOutOfTypeRangeError] AFLplusplus-4.33c/test/test-int_cases.c:291:38: style: Comparing expression of type 'unsigned int' against value 4294967295. Condition is always false. [compareValueOutOfTypeRangeError] AFLplusplus-4.33c/test/test-int_cases.c:415:38: style: Comparing expression of type 'unsigned int' against value 4294967295. Condition is always false. [compareValueOutOfTypeRangeError] AFLplusplus-4.33c/test/test-int_cases.c:33:32: style: Condition '(unsigned int)(INT_TYPE)(~0)>255' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-int_cases.c:53:34: style: Condition '(unsigned int)(INT_TYPE)(~0)>65535' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-int_cases.c:144:32: style: Condition '(unsigned int)(INT_TYPE)(~0)>255' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-int_cases.c:165:34: style: Condition '(unsigned int)(INT_TYPE)(~0)>65535' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-int_cases.c:249:32: style: Condition '(unsigned int)(INT_TYPE)(~0)>255' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-int_cases.c:270:34: style: Condition '(unsigned int)(INT_TYPE)(~0)>65535' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-int_cases.c:373:32: style: Condition '(unsigned int)(INT_TYPE)(~0)>255' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-int_cases.c:394:34: style: Condition '(unsigned int)(INT_TYPE)(~0)>65535' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-int_cases.c:34:20: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:13:21: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:34:20: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:34:23: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:13:24: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:34:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:54:20: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:34:20: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:54:20: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:54:23: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:34:23: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:54:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:74:23: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:54:20: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:74:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:74:26: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:54:23: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:74:26: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:146:20: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:13:21: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:146:20: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:146:23: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:13:24: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:146:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:167:20: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:146:20: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:167:20: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:167:23: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:146:23: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:167:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:188:23: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:167:20: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:188:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:188:26: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:167:23: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:188:26: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:251:20: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:13:21: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:251:20: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:251:23: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:13:24: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:251:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:272:20: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:251:20: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:272:20: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:272:23: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:251:23: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:272:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:293:23: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:272:20: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:293:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:293:26: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:272:23: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:293:26: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:375:20: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:13:21: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:375:20: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:375:23: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:13:24: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:375:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:396:20: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:375:20: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:396:20: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:396:23: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:375:23: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:396:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:417:23: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:396:20: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:417:23: note: Shadow variable AFLplusplus-4.33c/test/test-int_cases.c:417:26: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-int_cases.c:396:23: note: Shadowed declaration AFLplusplus-4.33c/test/test-int_cases.c:417:26: note: Shadow variable AFLplusplus-4.33c/test/test-multiple-mutators.c:14:10: style: Variable 'a' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-multiple-mutators.c:14:8: style: Variable 'a' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/test/test-uint_cases.c:24:22: style: Condition '(INT_TYPE)(~0)>255' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:45:24: style: Condition '(INT_TYPE)(~0)>65535' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:68:24: style: Condition '(INT_TYPE)(~0)>4294967295' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:102:22: style: Condition '(INT_TYPE)(~0)>255' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:123:24: style: Condition '(INT_TYPE)(~0)>65535' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:144:26: style: Condition '(INT_TYPE)(~0)>4294967295' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:189:22: style: Condition '(INT_TYPE)(~0)>255' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:201:24: style: Condition '(INT_TYPE)(~0)>65535' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:213:26: style: Condition '(INT_TYPE)(~0)>4294967295' is always false [knownConditionTrueFalse] AFLplusplus-4.33c/test/test-uint_cases.c:47:29: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:26:29: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:47:29: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:47:32: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:26:32: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:47:32: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:70:30: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:26:29: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:70:30: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:70:33: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:26:32: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:70:33: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:125:29: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:104:29: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:125:29: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:125:32: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:104:32: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:125:32: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:146:32: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:125:29: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:146:32: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:146:35: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:125:32: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:146:35: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:203:29: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:191:29: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:203:29: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:203:32: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:191:32: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:203:32: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:215:32: style: Local variable 'a' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:203:29: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:215:32: note: Shadow variable AFLplusplus-4.33c/test/test-uint_cases.c:215:35: style: Local variable 'b' shadows outer variable [shadowVariable] AFLplusplus-4.33c/test/test-uint_cases.c:203:32: note: Shadowed declaration AFLplusplus-4.33c/test/test-uint_cases.c:215:35: note: Shadow variable AFLplusplus-4.33c/test/test-unsigaction.c:22:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/unittests/unit_list.c:73:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u32 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/unittests/unit_list.c:98:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u32 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/unittests/unit_maybe_alloc.c:49:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AFL_ALLOC_SIZE_OFFSET [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/unittests/unit_maybe_alloc.c:88:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/unittests/unit_maybe_alloc.c:174:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AFL_ALLOC_SIZE_OFFSET [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/test/unittests/unit_rand.c:69:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:59:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIx64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:63:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIx64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:76:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_X86_REG_RAX [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:93:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:144:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_ERR_OK [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:182:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:145:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:58:35: style: Parameter 'uc' can be declared as pointer to const. However it seems that 'hook_block' is a callback function, if 'uc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:224:51: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:58:35: note: Parameter 'uc' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:58:78: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hook_block' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:224:51: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:58:78: note: Parameter 'user_data' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:62:34: style: Parameter 'uc' can be declared as pointer to const. However it seems that 'hook_code' is a callback function, if 'uc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:225:50: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:62:34: note: Parameter 'uc' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:62:77: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hook_code' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:225:50: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:62:77: note: Parameter 'user_data' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/c/harness.c:89:34: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:26:34: style: Condition 'data_len<18' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:25:18: note: Assuming that condition 'data_len>=18' is not redundant AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:26:34: note: Condition 'data_len<18' is always true AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:30:39: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:35:35: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:30:36: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:35:32: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:30:23: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/c/persistent_target.c:35:19: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/compcov_x64/compcov_target.c:20:35: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/compcov_x64/compcov_target.c:22:35: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/compcov_x64/compcov_target.c:20:32: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/compcov_x64/compcov_target.c:22:32: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/compcov_x64/compcov_target.c:20:19: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/compcov_x64/compcov_target.c:22:19: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:63:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIx64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:67:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIx64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:79:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_X86_REG_RAX [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:97:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:144:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_X86_REG_RIP [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:164:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_ERR_OK [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:202:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:165:9: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:62:35: style: Parameter 'uc' can be declared as pointer to const. However it seems that 'hook_block' is a callback function, if 'uc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:244:51: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:62:35: note: Parameter 'uc' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:62:78: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hook_block' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:244:51: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:62:78: note: Parameter 'user_data' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:66:34: style: Parameter 'uc' can be declared as pointer to const. However it seems that 'hook_code' is a callback function, if 'uc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:245:50: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:66:34: note: Parameter 'uc' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:66:77: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hook_code' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:245:50: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:66:77: note: Parameter 'user_data' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/persistent/harness.c:93:34: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:26:34: style: Condition 'data_len<18' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:25:18: note: Assuming that condition 'data_len>=18' is not redundant AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:26:34: note: Condition 'data_len<18' is always true AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:30:39: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:35:35: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:30:36: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:35:32: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:30:23: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/persistent/persistent_target.c:35:19: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/persistent/simple_target_noncrashing.c:20:9: style: Variable 'data_buf' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:21:35: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:24:35: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:27:35: error: Null pointer dereference: (unsigned char*)0x00000000 [nullPointer] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:17:18: style: Variable 'data_buf' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:21:32: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:24:32: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:27:32: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:21:19: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:24:19: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/python_simple/simple_target.c:27:19: style: Variable 'invalid_read' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:58:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIx64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:62:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIx64 [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:76:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:127:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_ERR_OK [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:139:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:164:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:196:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_X86_REG_RIP [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:209:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_X86_REG_RDI [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:228:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UC_X86_REG_RDI [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:281:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:341:5: warning: Return value of function bswap_32() is not used. [ignoredReturnValue] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:128:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:151:13: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:174:9: portability: %lx in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:211:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:310:8: warning: %llx in format string (no. 1) requires 'unsigned long long *' but the argument type is 'unsigned long long'. [invalidScanfArgType_int] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:360:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:57:35: style: Parameter 'uc' can be declared as pointer to const. However it seems that 'hook_block' is a callback function, if 'uc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:266:51: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:57:35: note: Parameter 'uc' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:57:78: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hook_block' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:266:51: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:57:78: note: Parameter 'user_data' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:61:34: style: Parameter 'uc' can be declared as pointer to const. However it seems that 'hook_code' is a callback function, if 'uc' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:267:50: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:61:34: note: Parameter 'uc' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:61:77: style: Parameter 'user_data' can be declared as pointer to const. However it seems that 'hook_code' is a callback function, if 'user_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:267:50: note: You might need to cast the function pointer here AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:61:77: note: Parameter 'user_data' can be declared as pointer to const AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:72:34: style: Parameter 'filename' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:134:30: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/c/harness.c:160:41: style: Parameter 'hook_file' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/target.c:53:34: style: Condition 'data_len<18' is always true [knownConditionTrueFalse] AFLplusplus-4.33c/unicorn_mode/samples/speedtest/target.c:49:18: note: Assuming that condition 'data_len>=18' is not redundant AFLplusplus-4.33c/unicorn_mode/samples/speedtest/target.c:53:34: note: Condition 'data_len<18' is always true AFLplusplus-4.33c/unicorn_mode/samples/speedtest/target.c:34:9: style: Variable 'data_buf' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:64:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FS_OPT_ERROR [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:73:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHM_ENV_VAR [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:171:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FS_OPT_MAX_MAPSIZE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:187:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORKSRV_FD [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:204:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORKSRV_FD [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:262:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOCK_STREAM [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:73:9: style: Variable 'id_str' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:74:9: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:319:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:319:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-client.c:319:14: style: Unused variable: j [unusedVariable] AFLplusplus-4.33c/utils/afl_network_proxy/afl-network-server.c:222:58: error: There is an unknown macro here somewhere. Configuration is required. If STRINGIFY is a macro then please configure it. [unknownMacro] AFLplusplus-4.33c/utils/afl_proxy/afl-proxy.c:61:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FS_OPT_ERROR [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_proxy/afl-proxy.c:70:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHM_ENV_VAR [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_proxy/afl-proxy.c:174:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FS_OPT_MAX_MAPSIZE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_proxy/afl-proxy.c:190:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORKSRV_FD [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_proxy/afl-proxy.c:206:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORKSRV_FD [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_proxy/afl-proxy.c:220:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAP_SIZE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/afl_proxy/afl-proxy.c:70:9: style: Variable 'id_str' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/afl_proxy/afl-proxy.c:71:9: style: Unused variable: ptr [unusedVariable] AFLplusplus-4.33c/utils/afl_untracer/afl-untracer.c:75:0: error: #error "Unsupported platform" [preprocessorErrorDirective] AFLplusplus-4.33c/utils/afl_untracer/afl-untracer.c:75:4: error: #error "Unsupported platform" [preprocessorErrorDirective] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:160:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:232:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_FILE [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:338:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:265:7: portability: %zu in format string (no. 1) requires 'size_t' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_uint] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:200:35: error: Resource leak: new_output_file [resourceLeak] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:204:1: error: Resource leak: new_output_file [resourceLeak] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:327:10: style:inconclusive: Function 'LLVMFuzzerRunDriver' argument 1 names different: declaration 'argc' definition 'argcp'. [funcArgNamesDifferent] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:94:14: note: Function 'LLVMFuzzerRunDriver' argument 1 names different: declaration 'argc' definition 'argcp'. AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:327:10: note: Function 'LLVMFuzzerRunDriver' argument 1 names different: declaration 'argc' definition 'argcp'. AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:327:25: style:inconclusive: Function 'LLVMFuzzerRunDriver' argument 2 names different: declaration 'argv' definition 'argvp'. [funcArgNamesDifferent] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:94:28: note: Function 'LLVMFuzzerRunDriver' argument 2 names different: declaration 'argv' definition 'argvp'. AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:327:25: note: Function 'LLVMFuzzerRunDriver' argument 2 names different: declaration 'argv' definition 'argvp'. AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:154:9: style: Variable 'stderr_duplicate_filename' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:198:9: style: Variable 'new_output_file' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:209:9: style: Variable 'fd_mask_str' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:219:56: style: Parameter 'Data' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_driver.c:327:10: style: Parameter 'argcp' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_qemu_driver.c:31:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_qemu_driver.c:34:13: style: Variable 'dummy_input' can be declared as const array [constVariable] AFLplusplus-4.33c/utils/aflpp_driver/aflpp_qemu_driver_hook.c:10:35: style: Parameter 'input_buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/utils/argv_fuzzing/argv_fuzz_persistent_demo.c:23:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __AFL_FUZZ_TESTCASE_BUF [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/argv_fuzzing/argvfuzz.c:39:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/bench/hash.c:23:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CLOCK_MONOTONIC [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/bench/hash.c:36:10: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: data [nullPointerOutOfMemory] AFLplusplus-4.33c/utils/bench/hash.c:17:32: note: Assuming allocation function fails AFLplusplus-4.33c/utils/bench/hash.c:17:32: note: Assignment 'data=malloc(4097)', assigned value is 0 AFLplusplus-4.33c/utils/bench/hash.c:36:10: note: Null pointer dereference AFLplusplus-4.33c/utils/bench/hash.c:27:17: error:inconclusive: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] AFLplusplus-4.33c/utils/bench/hash.c:17:32: note: Assuming allocation function fails AFLplusplus-4.33c/utils/bench/hash.c:17:32: note: Assignment 'data=malloc(4097)', assigned value is 0 AFLplusplus-4.33c/utils/bench/hash.c:27:17: note: Null pointer addition AFLplusplus-4.33c/utils/bench/hash.c:41:17: error:inconclusive: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] AFLplusplus-4.33c/utils/bench/hash.c:17:32: note: Assuming allocation function fails AFLplusplus-4.33c/utils/bench/hash.c:17:32: note: Assignment 'data=malloc(4097)', assigned value is 0 AFLplusplus-4.33c/utils/bench/hash.c:41:17: note: Null pointer addition AFLplusplus-4.33c/utils/defork/defork.c:28:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RTLD_NEXT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/defork/forking_target.c:28:25: warning: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] AFLplusplus-4.33c/utils/defork/forking_target.c:26:20: note: Assuming allocation function fails AFLplusplus-4.33c/utils/defork/forking_target.c:26:20: note: Assignment 'f=fopen(argv[1],"r")', assigned value is 0 AFLplusplus-4.33c/utils/defork/forking_target.c:28:25: note: Null pointer dereference AFLplusplus-4.33c/utils/defork/forking_target.c:29:12: warning: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] AFLplusplus-4.33c/utils/defork/forking_target.c:26:20: note: Assuming allocation function fails AFLplusplus-4.33c/utils/defork/forking_target.c:26:20: note: Assignment 'f=fopen(argv[1],"r")', assigned value is 0 AFLplusplus-4.33c/utils/defork/forking_target.c:29:12: note: Null pointer dereference AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:58:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:87:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:115:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:140:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:159:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:193:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:210:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:230:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:250:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:276:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:304:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:333:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libaflppdesock/libaflppdesock.c:34:22: style: struct member 'mysockaddr::sin_zero' is never used. [unusedStructMember] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:180:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:320:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:350:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:366:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:411:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:432:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINVAL [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:462:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:481:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:499:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:563:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:394:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:527:3: error: Memory leak: ret [memleak] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:275:20: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:229:19: note: Assuming allocation function fails AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:229:9: note: Assignment 'ret=(u8*)mmap(base,tlen,protflags,flags,fd,0)', assigned value is 0 AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:275:20: note: Null pointer addition AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:174:16: style: Variable 'base' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:557:9: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/libdislocator/libdislocator.so.c:176:32: style: Variable 'sp' is not assigned a value. [unassignedVariable] AFLplusplus-4.33c/utils/libtokencap/libtokencap.so.c:41:0: error: #error "Sorry, this library is unsupported in this platform for now!" [preprocessorErrorDirective] AFLplusplus-4.33c/utils/libtokencap/libtokencap.so.c:41:4: error: #error "Sorry, this library is unsupported in this platform for now!" [preprocessorErrorDirective] AFLplusplus-4.33c/utils/persistent_mode/test-instr.c:32:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __AFL_FUZZ_TESTCASE_BUF [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/persistent_mode/test-instr.c:32:18: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/plot_ui/afl-plot-ui.c:42:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WINDOW_TOPLEVEL [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/plot_ui/afl-plot-ui.c:19:57: warning: The expression 'strcmp(argv[1],"-help") != 0' is suspicious. It overlaps 'strcmp(argv[1],"-h") == 0'. [overlappingStrcmp] AFLplusplus-4.33c/utils/qbdi_mode/demo-so.c:6:3: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p] AFLplusplus-4.33c/utils/qbdi_mode/demo-so.c:14:10: error: Null pointer dereference: (char*)(0) [nullPointer] AFLplusplus-4.33c/utils/qbdi_mode/demo-so.c:4:23: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:169:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pc [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:210:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PF_EXEC [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:172:5: warning: %p in format string (no. 1) requires an address but the argument type is 'unsigned long'. [invalidPrintfArgType_p] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:129:9: warning: If resource allocation fails, then there is a possible null pointer dereference: fp [nullPointerOutOfResources] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assuming allocation function fails AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assignment 'fp=fopen(path,"rb")', assigned value is 0 AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:129:9: note: Null pointer dereference AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:130:15: warning: If resource allocation fails, then there is a possible null pointer dereference: fp [nullPointerOutOfResources] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assuming allocation function fails AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assignment 'fp=fopen(path,"rb")', assigned value is 0 AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:130:15: note: Null pointer dereference AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:132:10: warning: If resource allocation fails, then there is a possible null pointer dereference: fp [nullPointerOutOfResources] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assuming allocation function fails AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assignment 'fp=fopen(path,"rb")', assigned value is 0 AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:132:10: note: Null pointer dereference AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:133:9: warning: If memory allocation fails, then there is a possible null pointer dereference: buf [nullPointerOutOfMemory] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:131:23: note: Assuming allocation function fails AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:131:9: note: Assignment 'buf=(char*)malloc(len)', assigned value is 0 AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:133:9: note: Null pointer dereference AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:133:22: warning: If resource allocation fails, then there is a possible null pointer dereference: fp [nullPointerOutOfResources] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assuming allocation function fails AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assignment 'fp=fopen(path,"rb")', assigned value is 0 AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:133:22: note: Null pointer dereference AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:134:10: warning: If resource allocation fails, then there is a possible null pointer dereference: fp [nullPointerOutOfResources] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assuming allocation function fails AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:128:19: note: Assignment 'fp=fopen(path,"rb")', assigned value is 0 AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:134:10: note: Null pointer dereference AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:63:20: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:131:9: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:228:19: style: C-style pointer casting [cstyleCast] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:59:9: style: The scope of the variable 'shm_id' can be reduced. [variableScope] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:58:9: style: Variable 'id_str' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:76:24: style: Variable 'tmp' can be declared as const array [constVariable] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:123:23: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:155:55: style: Parameter 'gprState' can be declared as pointer to const. However it seems that 'bbcallback' is a callback function, if 'gprState' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:240:38: note: You might need to cast the function pointer here AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:155:55: note: Parameter 'gprState' can be declared as pointer to const AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:156:50: style: Parameter 'fprState' can be declared as pointer to const. However it seems that 'bbcallback' is a callback function, if 'fprState' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:240:38: note: You might need to cast the function pointer here AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:156:50: note: Parameter 'fprState' can be declared as pointer to const AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:156:66: style: Parameter 'data' can be declared as pointer to const. However it seems that 'bbcallback' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:240:38: note: You might need to cast the function pointer here AFLplusplus-4.33c/utils/qbdi_mode/template.cpp:156:66: note: Parameter 'data' can be declared as pointer to const AFLplusplus-4.33c/utils/qemu_persistent_hook/mipsel_read_into_a0.c:11:35: style: Parameter 'input_buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/utils/qemu_persistent_hook/read_into_rdi.c:10:35: style: Parameter 'input_buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/utils/qemu_persistent_hook/test.c:12:21: style: Comparing expression of type 'unsigned char' against value -1. Condition is always false. [compareValueOutOfTypeRangeError] AFLplusplus-4.33c/utils/qemu_persistent_hook/test.c:3:32: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] AFLplusplus-4.33c/utils/replay_record/persistent_demo_replay.c:72:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __AFL_FUZZ_TESTCASE_BUF [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/replay_record/persistent_demo_replay.c:119:21: style: 'continue' is redundant since it is the last statement in a loop. [redundantContinue] AFLplusplus-4.33c/utils/replay_record/persistent_demo_replay.c:54:18: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] AFLplusplus-4.33c/utils/socket_fuzzing/socketfuzz.c:36:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RTLD_NEXT [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/socket_fuzzing/socketfuzz.c:45:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/socket_fuzzing/socketfuzz.c:60:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/socket_fuzzing/socketfuzz.c:76:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/utils/socket_fuzzing/socketfuzz.c:86:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:50:9: error: The one definition rule is violated, different classes/structs have the same name 'my_mutator' [ctuOneDefinitionRuleViolation] AFLplusplus-4.33c/custom_mutators/libfuzzer/libfuzzer.cpp:23:9: note: The one definition rule is violated, different classes/structs have the same name 'my_mutator' AFLplusplus-4.33c/custom_mutators/autotokens/autotokens.cpp:50:9: note: The one definition rule is violated, different classes/structs have the same name 'my_mutator' AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:17:3: warning: If memory allocation fails, then there is a possible null pointer dereference: a [ctunullpointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:14:37: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:14:22: note: Assignment 'sliced=(struct Array*)malloc(sizeof(struct Array))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:15:12: note: Calling function initArray, 1st argument is null AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:17:3: note: Dereferencing argument a that is null AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:31:7: warning: If memory allocation fails, then there is a possible null pointer dereference: a [ctunullpointerOutOfMemory] AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:36:37: note: Assuming allocation function fails AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:36:22: note: Assignment 'sliced=(struct Array*)malloc(sizeof(struct Array))', assigned value is 0 AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-helpers.c:41:16: note: Calling function insertArray, 1st argument is null AFLplusplus-4.33c/custom_mutators/gramatron/gramfuzz-util.c:31:7: note: Dereferencing argument a that is null diff: head AFLplusplus-4.33c/frida_mode/src/util.c:58:14: style: Variable 'c' can be declared as pointer to const [constVariablePointer] 2.18.0 AFLplusplus-4.33c/qemu_mode/libqasan/libqasan.c:93:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable orig [valueFlowBailoutIncompleteVar] head AFLplusplus-4.33c/qemu_mode/libqasan/libqasan.c:93:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RTLD_NEXT [valueFlowBailoutIncompleteVar] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:108:8: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] head AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:126:0: error: failed to evaluate #if condition, undefined function-like macro invocation: __has_builtin( ... ) [preprocessorErrorDirective] head AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:126:2: error: failed to evaluate #if condition, undefined function-like macro invocation: __has_builtin( ... ) [preprocessorErrorDirective] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:146:8: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:171:8: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:291:33: style: Parameter 'afl' can be declared as pointer to const [constParameterPointer] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:291:51: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:312:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SAN_CRASH_ONLY [valueFlowBailoutIncompleteVar] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:430:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:501:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HASH_CONST [valueFlowBailoutIncompleteVar] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:538:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RARE [valueFlowBailoutIncompleteVar] 2.18.0 AFLplusplus-4.33c/src/afl-fuzz-bitmap.c:80:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] head AFLplusplus-4.33c/src/hashmap.c:107:16: style: Variable 'node' can be declared as pointer to const [constVariablePointer] 2.18.0 AFLplusplus-4.33c/test/test-int_cases.c:186:36: style: Condition '(unsigned int)(INT_TYPE)(~0)>4294967295' is always false [knownConditionTrueFalse] 2.18.0 AFLplusplus-4.33c/test/test-int_cases.c:291:36: style: Condition '(unsigned int)(INT_TYPE)(~0)>4294967295' is always false [knownConditionTrueFalse] 2.18.0 AFLplusplus-4.33c/test/test-int_cases.c:415:36: style: Condition '(unsigned int)(INT_TYPE)(~0)>4294967295' is always false [knownConditionTrueFalse] 2.18.0 AFLplusplus-4.33c/test/test-int_cases.c:73:36: style: Condition '(unsigned int)(INT_TYPE)(~0)>4294967295' is always false [knownConditionTrueFalse] 2.18.0 AFLplusplus-4.33c/utils/qemu_persistent_hook/test.c:12:18: style: Condition 'buf[2]=='\xff'' is always false [knownConditionTrueFalse] DONE