2024-04-09 20:09 ftp://ftp.de.debian.org/debian/pool/main/m/mgen/mgen_5.02.b+dfsg1.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=wxwidgets --library=python --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j1 platform: Linux-5.15.0-102-generic-x86_64-with-glibc2.35 python: 3.10.12 client-version: 1.3.55 compiler: g++ (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 cppcheck: head 2.13.0 head-info: 3ad4533 (2024-04-09 19:29:20 +0200) count: 1851 936 elapsed-time: 28.1 26.9 head-timing-info: old-timing-info: head results: mgen_5.02.b+dfsg1/protolib/examples/arposer.cpp:68:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/averageExample.cpp:37:14: style: Variable 'total' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/examples/detourExample.cpp:51:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:43:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:136:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:268:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:361:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:486:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:662:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:778:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:742:13: warning: Member variable 'FastReader::savebuf' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:742:13: warning: Member variable 'FastReader::saveptr' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:117:9: warning: Member variable 'MyNode::relay_status' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:117:9: warning: Member variable 'MyNode::visited' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:23:9: style: Class 'FastReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:55:9: style: Class 'MyInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:311:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:321:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:331:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:445:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:455:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:373:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:397:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:410:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:147:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:425:52: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:469:18: style: The scope of the variable 'count' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:431:21: style: Local variable 'node' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:426:17: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:431:21: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:310:21: style: Variable 'relayNode' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:319:25: style: Variable 'neighborNode' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:330:21: style: Variable 'disconnectedNode' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:472:17: style: Variable 'node' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:613:25: style: Variable 'nodeN1Max' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:147:16: style: Variable 'addrPtr' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:196:26: style: Parameter 'argv' can be declared as const array [constParameter] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:469:24: style: Variable 'count' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:24:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:103:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:225:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:469:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:601:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:777:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:86:7: warning: Member variable 'Node::relay_status' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:86:7: warning: Member variable 'Node::visited' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:556:25: warning: Member variable 'FastReader::savebuf' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:556:25: warning: Member variable 'FastReader::saveptr' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:161:17: style: Class 'FastReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:251:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:265:43: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:300:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:302:27: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:263:22: style: The scope of the variable 'nodeNamePrefix' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:287:23: style: Local variable 'node' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:255:19: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:287:23: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:388:23: style: Variable 'nodeN1Max' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:859:19: style: Variable 'relayNode' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:870:23: style: Variable 'neighborNode' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:881:19: style: Variable 'disconnectedNode' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:255:19: style: Variable 'node' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:100:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:253:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:310:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:537:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:555:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:638:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:954:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:1060:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:1024:13: warning: Member variable 'FastReader::savebuf' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:1024:13: warning: Member variable 'FastReader::saveptr' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:177:9: warning: Member variable 'MyNode::relay_status' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:177:9: warning: Member variable 'MyNode::visited' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:177:9: warning: Member variable 'MyNode::nbrs' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:80:9: style: Class 'FastReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:109:9: style: Class 'MyCost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:166:9: style: Class 'MyInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:54:20: warning: Either the condition 'NULL==index' is redundant or there is possible null pointer dereference: index. [nullPointerRedundantCheck] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:57:22: note: Assuming that condition 'NULL==index' is not redundant mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:54:20: note: Null pointer dereference mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:56:20: warning: Either the condition 'NULL==name' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:57:41: note: Assuming that condition 'NULL==name' is not redundant mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:56:20: note: Null pointer dereference mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:749:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:621:18: style: The scope of the variable 'count' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:257:69: style:inconclusive: Function 'UpdateInterfaceAttributes' argument 1 names different: declaration 'theInterface' definition 'iface'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:194:61: note: Function 'UpdateInterfaceAttributes' argument 1 names different: declaration 'theInterface' definition 'iface'. mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:257:69: note: Function 'UpdateInterfaceAttributes' argument 1 names different: declaration 'theInterface' definition 'iface'. mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:758:43: style:inconclusive: Function 'CountPaths' argument 1 names different: declaration 'source' definition 'isource'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:366:43: note: Function 'CountPaths' argument 1 names different: declaration 'source' definition 'isource'. mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:758:43: note: Function 'CountPaths' argument 1 names different: declaration 'source' definition 'isource'. mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:758:78: style:inconclusive: Function 'CountPaths' argument 2 names different: declaration 'dest' definition 'idest'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:366:78: note: Function 'CountPaths' argument 2 names different: declaration 'dest' definition 'idest'. mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:758:78: note: Function 'CountPaths' argument 2 names different: declaration 'dest' definition 'idest'. mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:447:47: style: Local variable 'relayList' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:431:43: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:447:47: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:463:47: style: Local variable 'disconnectedList' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:429:43: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:463:47: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:464:43: style: Local variable 'ifaceIterator' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:430:39: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:464:43: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:737:17: style: Local variable 'node' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:732:26: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:737:17: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:220:43: style: Parameter 'theGraph' can be declared as reference to const [constParameterReference] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:257:69: style: Parameter 'iface' can be declared as reference to const [constParameterReference] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:508:25: style: Variable 'neighborNode' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:784:17: style: Variable 'nbrnode' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:621:24: style: Variable 'count' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/examples/lfsrExample.cpp:14:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PN31 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/lfsrExample.cpp:161:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/lfsrExample.cpp:172:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/lfsrExample.cpp:213:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/lfsrExample.cpp:221:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/lfsrExample.cpp:33:13: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/lfsrExample.cpp:70:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/msg2MsgExample.cpp:76:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:145:82: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UINT32 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:160:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:145:43: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:152:44: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:235:14: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:241:14: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:273:10: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:402:43: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:102:9: style: Redundant initialization for 'tlv'. The initialized value is overwritten before it is read. [redundantInitialization] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:80:19: note: tlv is initialized mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:102:9: note: tlv is overwritten mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:317:31: style: Local variable 'iterator' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:302:27: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:317:31: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:347:41: style: Local variable 'iterator' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:317:31: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:347:41: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:247:21: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] mgen_5.02.b+dfsg1/protolib/examples/msgExample.cpp:259:21: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] mgen_5.02.b+dfsg1/protolib/examples/netExample.cpp:47:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/pcapExample.cpp:63:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/pcmd.cpp:8:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/pcmd.cpp:15:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/pipe2SockExample.cpp:52:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/pipeExample.cpp:58:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/protoCapExample.cpp:61:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/protoExample.cpp:92:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/protoFileExample.cpp:81:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:153:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UINT32 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:303:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Item [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:79:9: style: Class 'ProductNameQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:96:9: style: Class 'ProductModelQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:119:9: style: Class 'ProductCostQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:143:9: style: Class 'TestItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:100:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:123:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:151:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:123:22: portability:inconclusive: Casting from const double * to const char * is not portable due to different binary data representations on different platforms. [invalidPointerCast] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:310:14: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:171:9: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:310:14: note: Shadow variable mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:329:20: style: Variable 'product' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/examples/riposer.cpp:74:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/serialExample.cpp:66:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/simpleTcpExample.cpp:23:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/simpleTcpExample.cpp:36:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/simpleTcpExample.cpp:104:19: error: Array 'buffer[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds] mgen_5.02.b+dfsg1/protolib/examples/simpleTcpExample.cpp:154:27: error: Array 'buffer[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds] mgen_5.02.b+dfsg1/protolib/examples/simpleTcpExample.cpp:171:39: style: Variable 'receiving' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/examples/sock2PipeExample.cpp:50:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:78:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:98:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:108:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:52:14: performance:inconclusive: Technically the member function 'Ticker::OnTimeout' can be static (but you may consider moving to unnamed namespace). [functionStatic] mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:96:14: note: Technically the member function 'Ticker::OnTimeout' can be static (but you may consider moving to unnamed namespace). mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:52:14: note: Technically the member function 'Ticker::OnTimeout' can be static (but you may consider moving to unnamed namespace). mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:96:36: style: Parameter 'theTimer' can be declared as reference to const. However it seems that 'OnTimeout' is a callback function, if 'theTimer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:59:38: note: You might need to cast the function pointer here mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:96:36: note: Parameter 'theTimer' can be declared as reference to const mgen_5.02.b+dfsg1/protolib/examples/timerTest.cpp:121:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/ting.cpp:627:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/vifExample.cpp:150:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/vifLan.cpp:94:1: error: There is an unknown macro here somewhere. Configuration is required. If PROTO_INSTANTIATE_APP is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/examples/wxProtoExample.cpp:60:1: error: There is an unknown macro here somewhere. Configuration is required. If wxGetApp is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:93:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:173:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:193:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSPECIFIED [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:242:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:122:13: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:123:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:106:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sockaddr_storage [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:125:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:279:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INJECT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:473:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:506:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:528:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:583:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv6 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:611:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:626:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:103:12: warning: Member variable 'BsdDetour::domain' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:103:12: warning: Member variable 'BsdDetour::src_filter_mask' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:103:12: warning: Member variable 'BsdDetour::dst_filter_mask' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:103:12: warning: Member variable 'BsdDetour::rule_number' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:371:16: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:372:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:373:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:378:16: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:379:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:380:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:381:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:383:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:482:74: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:529:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:549:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:98:65: style:inconclusive: Function 'AddressListItem' argument 1 names different: declaration 'addr' definition 'ifAddr'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:73:53: note: Function 'AddressListItem' argument 1 names different: declaration 'addr' definition 'ifAddr'. mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:98:65: note: Function 'AddressListItem' argument 1 names different: declaration 'addr' definition 'ifAddr'. mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:567:34: style: Variable 'ifItem' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:74:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:104:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:182:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:196:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_EVENT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:116:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:203:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:230:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:245:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:251:43: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:348:40: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:377:80: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:385:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:416:80: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:251:36: style: Variable 'dat' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:96:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:131:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTL_NET [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:295:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sockaddr_in [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:593:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sockaddr_in [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:886:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sockaddr_in [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1143:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTL_NET [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:80:14: warning: Member variable 'BsdRouteMgr::pid' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:26:22: style: Virtual function 'Close' is called from destructor '~BsdRouteMgr()' at line 88. Dynamic binding is not used. [virtualCallInConstructor] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:88:5: note: Calling Close mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:26:22: note: Close is a virtual function mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:182:53: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:183:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:212:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:224:96: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:306:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:362:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:384:73: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:403:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:424:51: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:480:38: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:505:43: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:517:100: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:604:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:651:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:672:73: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:689:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:712:51: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:772:38: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:797:43: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:809:100: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:897:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:933:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:950:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:973:51: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1020:38: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1047:70: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1062:43: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1074:100: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1191:53: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1203:44: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1204:42: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:226:47: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:188:18: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:226:47: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:480:30: style: Local variable 'addr' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:362:22: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:480:30: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:519:51: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:481:22: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:519:51: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:772:30: style: Local variable 'addr' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:651:22: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:772:30: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:811:51: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:773:22: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:811:51: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1020:30: style: Local variable 'addr' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:933:22: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1020:30: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1075:46: style: Local variable 'prefixLen' shadows outer argument [shadowArgument] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:870:48: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1075:46: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1076:51: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1023:22: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1076:51: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:177:11: style: Variable 'end' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1187:11: style: Variable 'end' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:850:30: style: Variable 'complete' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1075:56: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1080:51: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1081:44: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1089:55: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/common/pcapCap.cpp:67:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/pcapCap.cpp:190:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/pcapCap.cpp:199:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSPECIFIED [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/pcapCap.cpp:235:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/pcapCap.cpp:140:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:43:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:64:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:76:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:120:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:157:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:189:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:223:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:260:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:297:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:403:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:429:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:462:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:504:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:559:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:607:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:675:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:726:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:767:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:805:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:844:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:885:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:955:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:966:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:999:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1035:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1081:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1120:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1176:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1285:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1338:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1444:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1518:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1293:30: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1341:18: style: Obsolescent function 'gethostbyaddr' called. It is recommended to use 'getnameinfo' instead. [prohibitedgethostbyaddrCalled] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:80:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:101:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:124:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:138:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:163:40: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:193:45: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:236:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:356:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:369:61: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:371:62: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:406:19: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:432:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:561:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:562:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:566:15: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:585:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:586:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:610:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:616:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:678:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:726:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:734:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:770:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:808:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:847:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:888:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:898:19: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:940:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:948:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:960:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:969:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:980:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:981:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:983:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:992:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1003:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1015:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1018:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1019:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1039:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1040:42: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1059:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1084:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1085:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1094:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1179:29: style: C-style reference casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1186:29: style: C-style reference casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1285:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1303:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1341:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1469:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:976:13: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:18:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable the_app [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:33:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:277:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:347:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:95:21: style: Condition 'argv' is always true [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:51:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:17:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:22:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:70:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:113:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:118:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:135:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:158:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:164:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable depth [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:101:20: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:101:18: style: Variable 'dpz' is reassigned a value before the old one has been used. [redundantAssignment] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:100:18: note: dpz is assigned mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:101:18: note: dpz is overwritten mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:76:16: style: The scope of the variable 'x' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:76:20: style: The scope of the variable 'y' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:76:23: style: The scope of the variable 'z' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:77:16: style: The scope of the variable 'dpx' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:78:16: style: The scope of the variable 'dpy' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:79:16: style: The scope of the variable 'dpz' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:80:16: style: The scope of the variable 'numeral' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:77:19: style: Variable 'dpx' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:78:19: style: Variable 'dpy' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:79:19: style: Variable 'dpz' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoBase64.cpp:18:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BASE64_DECODE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBase64.cpp:78:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBase64.cpp:171:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBase64.cpp:194:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:245:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:264:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:275:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:305:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:338:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:373:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:400:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:436:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:447:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:459:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask_len [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:473:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:496:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask_len [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:518:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:535:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:558:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:585:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:607:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:621:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:667:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:729:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:793:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable range_mask [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:910:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1027:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1056:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1137:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1228:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1321:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1380:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1424:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1435:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1015:20: style: Local variable 'lastSet' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:927:16: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1015:20: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/common/protoChannel.cpp:32:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoChannel.cpp:43:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoChannel.cpp:86:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoCheck.cpp:89:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] mgen_5.02.b+dfsg1/protolib/src/common/protoCheck.cpp:88:25: style: Variable 'item' can be declared as reference to const [constVariableReference] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:110:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable break_pipe_fd [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:122:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channel_stream_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:244:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:366:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:376:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable socket_stream_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:420:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable socket_stream_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:442:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channel_stream_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:486:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channel_stream_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:535:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:543:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable generic_stream_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:580:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable generic_stream_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:600:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable generic_stream_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:658:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:672:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exit_code [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:760:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable controller [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:804:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:848:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable signal_count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:895:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thread_master [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:909:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thread_master [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:928:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thread_master [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:948:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable controller [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:1619:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lock_a [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:1628:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lock_a [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:1637:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use_lock_a [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:1663:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use_lock_a [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:130:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:140:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:146:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:147:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:382:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:390:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:415:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:416:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:448:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:456:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:481:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:482:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:549:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:557:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:586:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:595:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:596:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:45:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_CREAT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:161:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:173:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:199:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:210:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_FATAL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:354:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:384:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savecount [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:459:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:480:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:512:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:535:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_FATAL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:560:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:593:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:626:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:636:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:764:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:833:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable search_dirs [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:845:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:862:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:899:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:916:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parent [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:943:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1060:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1106:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_FATAL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1130:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1152:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable updates_only [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1184:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1211:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1247:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1286:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:766:17: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:145:9: warning: Identical condition and return expression 'returnvalue', return value is always false [identicalConditionAfterEarlyExit] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:141:8: note: If condition 'returnvalue' is true, the function will return/exit mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:145:9: note: Returning identical expression 'returnvalue' mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:482:20: style: Checking if unsigned expression 'result' is less than zero. [unsignedLessThanZero] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:16:30: style: Parameter 'dir' can be declared as pointer to const [constParameterPointer] mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1286:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:101:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:127:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vertice [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:184:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:197:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:214:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:222:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:249:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:259:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:275:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:294:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_item [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:299:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_item [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:321:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:383:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:399:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:473:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:527:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adjacency_count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:543:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adjacency_count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:581:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:593:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adjacency_count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:722:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current_level [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:740:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queue_visited [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:800:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:821:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edge_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:828:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vertice_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:863:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vertice_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:881:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vertice_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:892:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edge_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:14:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_mask [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:90:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:97:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_state [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:110:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_state [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:122:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:154:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:164:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:180:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:199:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:215:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:247:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:320:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_poly [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:333:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_poly [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:393:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:409:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_poly [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:576:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:582:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:598:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:617:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:633:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:661:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:680:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_words [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:704:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_state [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:731:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_bits [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:426:30: style: Condition 'NULL==b' is always false [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:426:45: style: Condition 'NULL==t' is always false [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:426:21: style: Same expression on both sides of '||' because 'NULL==c' and 'NULL==b' represent the same value. [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:423:17: note: 'c' is assigned value 'new UINT32[numWords]' here. mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:424:17: note: 'b' is assigned value 'new UINT32[numWords]' here. mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:426:21: note: Same expression on both sides of '||' because 'NULL==c' and 'NULL==b' represent the same value. mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:426:36: style: Same expression on both sides of '||' because 'NULL==t' and 'NULL==b' represent the same value. [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:423:17: note: 'c' is assigned value 'new UINT32[numWords]' here. mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:425:17: note: 't' is assigned value 'new UINT32[numWords]' here. mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:424:17: note: 'b' is assigned value 'new UINT32[numWords]' here. mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:426:36: note: Same expression on both sides of '||' because 'NULL==t' and 'NULL==b' represent the same value. mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:705:27: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:700:23: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:705:27: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:715:31: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:700:23: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:715:31: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:23:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator_list_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:30:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator_list_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:39:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator_list_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:51:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator_list_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:67:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:91:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PREPEND [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:103:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable APPEND [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:119:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:129:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REMOVE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:144:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:151:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:158:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMPTY [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:164:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:174:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:197:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:204:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:223:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:237:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:260:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:283:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:297:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:337:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:404:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:412:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:426:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:459:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:239:20: style: Variable 'list' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:262:20: style: Variable 'list' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:347:24: style: Variable 'list' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:361:24: style: Variable 'list' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:36:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:53:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:114:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:129:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:144:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:164:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iface_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:33:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable domain [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:277:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:325:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:335:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:353:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:415:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:304:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:477:44: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:478:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:286:13: error: Uninitialized variable: pipeName [legacyUninitvar] mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:344:13: error: Uninitialized variable: pipeName [legacyUninitvar] mgen_5.02.b+dfsg1/protolib/src/common/protoPkt.cpp:17:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_allocated [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:29:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_SNDR_HRD_ADDR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:58:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:75:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:100:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:117:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:140:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_SNDR_HRD_ADDR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:159:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:177:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:196:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:214:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:58:56: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:75:61: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:79:61: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:100:56: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:117:61: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:121:61: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:166:13: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:188:13: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:203:13: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:225:13: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:117:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_allocated [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:153:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_VERSION [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:192:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:202:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_TOS [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:211:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:218:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_FLAGS [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:234:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_FLAGS [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:248:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:260:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_TTL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:270:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_PROTOCOL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:279:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:285:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:301:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:354:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LENGTH_VARIABLE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:386:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:437:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:473:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:516:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset_end [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:532:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:572:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:630:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NONE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:656:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NONE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:690:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:715:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:743:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:769:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:809:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:871:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:895:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:938:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:958:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_packed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1000:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_packed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1043:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1065:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1082:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PADN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1100:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_LENGTH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1125:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1151:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1184:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1218:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAD1 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1239:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1253:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1299:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1333:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FRAG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1375:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1401:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1444:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1470:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_SEQUENCE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1501:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_allocated [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1514:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_DATA_LENGTH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1568:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1581:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1595:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1611:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_DATA_LENGTH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1624:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_HAV [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1635:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TID_NULL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1658:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TID_IPv4_ADDR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1670:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_TID_VALUE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1705:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UDP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1759:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1800:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADDR_LEN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:155:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:192:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:205:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:211:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:219:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:221:10: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:226:10: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:235:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:237:10: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:242:10: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:248:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:252:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:263:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:273:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:279:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:285:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:301:19: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:306:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:534:45: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:579:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:722:18: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:725:18: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:734:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:735:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:747:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:748:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:750:16: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:798:18: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:802:18: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:846:13: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:944:14: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:948:14: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:990:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:998:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:999:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1032:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1130:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1132:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1154:48: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1304:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1389:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1626:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1799:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1812:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1824:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1831:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:27:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_PAYLOAD [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:49:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:98:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:113:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_PAYLOAD [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:124:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:170:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:181:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:194:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:204:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:227:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:241:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:252:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:266:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:274:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:246:48: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:257:48: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:279:48: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:35:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BASE_HDR_LEN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:65:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_CSRC_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:78:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:98:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSRC_COUNT_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:115:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_CSRC_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:123:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_CSRC_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:145:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:173:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:199:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:206:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:81:15: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:208:16: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:30:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:84:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:127:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADDR_LEN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:126:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:139:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:151:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:158:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:43:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:91:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_list [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:195:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:209:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:225:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:290:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:302:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:326:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:418:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:428:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:445:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:462:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:12:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savedRoutesIPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:20:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:33:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:75:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:129:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:190:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:232:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:240:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savedRoutesIPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:283:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savedRoutesIPv6 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:303:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savedRoutesIPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:41:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gateway [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:69:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable destination [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:128:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:153:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:183:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_entry [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:201:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_entry [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:232:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable destination [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:239:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable destination [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:253:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:256:24: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:17:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable baud_rate [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:23:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_size [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:29:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use_parity [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:35:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable read_timeout [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:41:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable local_control [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:47:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable echo_input [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:53:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable low_latency [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimAgent.cpp:39:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimAgent.cpp:51:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimAgent.cpp:58:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimAgent.cpp:72:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:26:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable listener [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:36:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:50:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:75:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:93:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:112:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:132:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:153:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:161:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:175:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:192:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:207:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:230:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:266:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:284:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:297:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:358:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:375:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:391:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:397:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:402:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:408:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:413:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:419:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:434:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIM [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:440:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:450:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:533:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:548:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:561:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:107:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable listener [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:140:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:183:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable domain [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:228:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable domain [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:476:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable protocol [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:486:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:552:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_EVENT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:664:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:800:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:841:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:876:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:979:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1031:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable port [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1096:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1261:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1338:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1379:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1449:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1506:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ip_recvdstaddr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1555:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1788:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2037:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2157:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable protocol [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2182:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tos [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2239:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ecn_capable [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2326:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2367:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2392:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2429:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2484:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable success [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2553:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2585:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2606:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2661:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2678:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2691:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2712:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:591:62: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:712:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:713:7: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:714:7: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:717:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:718:15: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:724:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:762:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:770:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:776:14: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:779:38: style: C-style reference casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:780:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:940:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:948:18: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:951:42: style: C-style reference casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:952:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1096:40: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1124:44: style: C-style reference casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1127:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1141:14: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1144:48: style: C-style reference casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1145:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1459:65: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1494:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1513:56: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1615:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1634:71: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1635:68: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1891:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1918:72: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2032:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2052:73: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2159:10: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2162:10: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2219:58: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2352:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2439:70: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2557:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2559:51: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2572:51: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2589:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2591:51: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2604:51: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2330:5: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2458:5: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2458:15: style: Variable 'reuse' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:24:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable key [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:38:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ord_tree [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:50:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ord_tree [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:60:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_dimensions [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:98:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_dimensions [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:125:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_dimensions [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:160:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable orig [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable orig [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:276:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable orig [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:311:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bbox_radius [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:18:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:29:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:37:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:44:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:56:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:39:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable listener [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:55:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mgr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:81:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interval [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:108:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mgr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:133:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnPulseTimeout [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:157:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable timeout_scheduled [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:198:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:232:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRECISION_TIME_THRESHOLD [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:259:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRECISION_TIME_THRESHOLD [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:299:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:313:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:357:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:400:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:441:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:452:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:493:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:533:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:59:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:88:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:95:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:110:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:116:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:133:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:222:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:240:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:256:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:276:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:294:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:533:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:571:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:583:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:607:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:632:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:658:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:680:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:697:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:793:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:887:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1024:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1039:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1163:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1182:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1341:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1361:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1436:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1638:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1660:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1670:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1680:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1718:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:110:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:246:24: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1136:35: style: Local variable 'x' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1057:19: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1136:35: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1555:49: style: Local variable 'iterator' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1425:29: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1555:49: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:281:15: style: Variable 'p' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:749:19: style: Variable 'p' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1341:16: style: Variable 'tree' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1375:15: style: Variable 'x' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/common/protoVif.cpp:11:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vif_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:11:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:30:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:45:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filter_path [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:52:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filter_path [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:60:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path_current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:77:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path_current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:98:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path_depth [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:161:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path_current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:182:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reader_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:195:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reader_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:211:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_node [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:274:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_elem [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:284:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_elem [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:8:46: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:15:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:27:46: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:34:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:118:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:127:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:142:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:231:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:306:49: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:348:49: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:135:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:171:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:294:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:520:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:536:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iov_base [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:639:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NLM_F_REQUEST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:685:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NLM_F_REQUEST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:729:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:758:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:114:14: warning: Member variable 'LinuxDetour::pid' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:114:14: warning: Member variable 'LinuxDetour::src_filter_mask' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:114:14: warning: Member variable 'LinuxDetour::dst_filter_mask' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:126:26: warning: Member variable 'IfNameItem::if_name_size' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:230:13: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:242:13: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:431:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:544:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:588:58: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:651:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:662:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:706:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:786:66: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:448:17: style: Checking if unsigned expression 'ifCount' is less than zero. [unsignedLessThanZero] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:551:16: style: Checking if unsigned expression 'result' is less than zero. [unsignedLessThanZero] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:599:29: style: Variable 'item' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:615:29: style: Variable 'item' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:59:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:139:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:155:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:190:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:110:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:118:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:191:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:172:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:300:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:470:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:498:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:552:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSPECIFIED [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:612:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:634:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:660:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:689:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:124:14: warning: Member variable 'LinuxDetour::src_filter_mask' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:124:14: warning: Member variable 'LinuxDetour::dst_filter_mask' is not initialized in the constructor. [uninitMemberVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:520:18: style: Condition 'NULL!=nfq_pkt_data' is always false [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:496:14: note: Assuming that condition 'NULL!=nfq_pkt_data' is not redundant mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:520:18: note: Condition 'NULL!=nfq_pkt_data' is always false mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:231:13: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:243:13: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:370:13: error: Resource leak: p [resourceLeak] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:576:75: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:620:73: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:717:66: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:557:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:564:9: note: Found duplicate branches for 'if' and 'else'. mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:557:9: note: Found duplicate branches for 'if' and 'else'. mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:147:40: style:inconclusive: Function 'JenkinsHash' argument 1 names different: declaration 'value' definition 'a'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:70:35: note: Function 'JenkinsHash' argument 1 names different: declaration 'value' definition 'a'. mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:147:40: note: Function 'JenkinsHash' argument 1 names different: declaration 'value' definition 'a'. mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:133:15: style: Variable 'cp' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:553:34: style: Variable 'header' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:59:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:110:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_NETLINK [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:138:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:711:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:744:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:770:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:804:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:814:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_EVENT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:978:14: style: Condition 'NULL==eventItem' is always false [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:68:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:76:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:719:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:731:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:784:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:825:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:862:46: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:879:46: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:902:98: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:904:98: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:724:33: style: class member 'Interface::iface_name_bits' is never used. [unusedStructMember] mgen_5.02.b+dfsg1/protolib/src/linux/linuxPacketeer.cpp:56:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH_P_ALL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxPacketeer.cpp:100:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxPacketeer.cpp:30:22: style: Virtual function 'Close' is called from destructor '~LinuxPacketeer()' at line 51. Dynamic binding is not used. [virtualCallInConstructor] mgen_5.02.b+dfsg1/protolib/src/linux/linuxPacketeer.cpp:51:5: note: Calling Close mgen_5.02.b+dfsg1/protolib/src/linux/linuxPacketeer.cpp:30:22: note: Close is a virtual function mgen_5.02.b+dfsg1/protolib/src/linux/linuxPacketeer.cpp:75:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxPacketeer.cpp:96:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savedRoutesIPv4 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:119:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:145:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:209:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:268:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:444:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:601:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:893:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1175:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifaddrmsg [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:30:22: style: Virtual function 'Close' is called from destructor '~LinuxRouteMgr()' at line 114. Dynamic binding is not used. [virtualCallInConstructor] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:114:5: note: Calling Close mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:30:22: note: Close is a virtual function mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:129:9: error: Resource leak: fd [resourceLeak] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:135:9: error: Resource leak: fd [resourceLeak] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:87:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:91:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:156:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:164:38: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:193:44: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:219:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:235:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:722:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:742:58: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:772:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:783:86: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:790:82: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:860:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:978:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:998:58: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1025:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1056:81: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1063:77: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1142:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1232:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1250:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1263:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1286:88: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1302:88: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1340:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:747:29: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1254:25: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:766:42: style: Local variable 'prefixLen' shadows outer argument [shadowArgument] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:585:50: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:766:42: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1028:48: style: Local variable 'addrType' shadows outer argument [shadowArgument] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:874:53: note: Shadowed declaration mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1028:48: note: Shadow variable mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:284:25: style: struct member 'Anonymous0::buf' is never used. [unusedStructMember] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:460:29: style: struct member 'Anonymous1::buf' is never used. [unusedStructMember] mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:610:29: style: struct member 'Anonymous2::buf' is never used. [unusedStructMember] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:29:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_addr_item [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:39:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable graph [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:62:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:105:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:123:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:196:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable graph [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:281:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:360:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:381:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:440:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:460:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:470:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:519:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:546:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_interface_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:621:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_interface_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:659:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adj_iterator [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:676:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adj_iterator [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:696:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adj_iterator [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:724:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:775:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:849:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:874:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:893:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:912:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:952:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queue_visited [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1039:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable traverse_nodes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1058:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_iface [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1102:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queue_visited [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1304:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_iface [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1384:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dijkstra_completed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1514:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dijkstra_completed [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1543:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable traverse_nodes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1366:37: style: Condition 'sumCost==*currCostPtr' is always false [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1364:36: note: Assuming that condition 'sumCost<=*currCostPtr' is not redundant mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1366:37: note: Condition 'sumCost==*currCostPtr' is always false mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:58:5: warning: Either the condition 'NULL==namePtr' is redundant or there is possible null pointer dereference: namePtr. [nullPointerRedundantCheck] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:60:14: note: Assuming that condition 'NULL==namePtr' is not redundant mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:58:5: note: Null pointer dereference mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1251:57: warning: Either the condition 'currentIface==NULL' is redundant or there is possible null pointer dereference: currentIface. [nullPointerRedundantCheck] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1269:40: note: Assuming that condition 'currentIface==NULL' is not redundant mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1251:57: note: Null pointer dereference mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:547:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:576:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1337:28: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1340:23: note: Found duplicate branches for 'if' and 'else'. mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1337:28: note: Found duplicate branches for 'if' and 'else'. mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1435:16: style: Variable 'nextIface' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1185:46: style: Variable 'bunnyTemp' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1214:43: style: Variable 'saveState' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:17:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XMLName [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:44:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:99:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:156:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:197:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable domain [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:224:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:253:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:274:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:293:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_INFO [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:324:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:358:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_INFO [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:400:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:430:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_INFO [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:465:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:495:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:524:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:552:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:597:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:608:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:631:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lookupvalue [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:663:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lookupvalue [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:683:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lookupvalue [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:697:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_READER_TYPE_END_ELEMENT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1039:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1066:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_INFO [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1374:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable indexkeylist [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1435:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1477:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BAD_CAST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1489:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:52:14: style: Condition 'NULL==index' is always true [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:44:14: note: Assuming that condition 'NULL!=index' is not redundant mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:52:14: note: Condition 'NULL==index' is always true mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:671:39: style: Condition 'NULL==index' is always true [knownConditionTrueFalse] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:663:37: note: Assuming that condition 'NULL!=index' is not redundant mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:671:39: note: Condition 'NULL==index' is always true mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:966:65: warning: Possible null pointer dereference: portName [nullPointer] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:959:39: note: Assignment 'portName=NULL', assigned value is 0 mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:960:24: note: Assuming condition is false mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:966:65: note: Null pointer dereference mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:708:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:712:55: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:718:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:721:61: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:722:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:733:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:740:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:750:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:756:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:760:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:767:52: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:786:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:801:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:805:56: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:807:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:810:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:833:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:856:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:861:62: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:862:62: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:868:64: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:869:64: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:887:62: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:888:62: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:892:60: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:893:60: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:912:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:914:63: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:915:66: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:916:66: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:917:63: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:924:24: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:936:30: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:946:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:954:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:957:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:962:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:968:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:973:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:975:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:977:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:979:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1000:56: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1001:62: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1016:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1271:45: style: The scope of the variable 'nbrNodeIface' can be reduced. [variableScope] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1467:30: error: Undefined behavior: Variable 'key' is used as parameter and destination in sprintf(). [sprintfOverlappingData] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1493:25: error: Undefined behavior: Variable 'key' is used as parameter and destination in sprintf(). [sprintfOverlappingData] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1494:30: error: Undefined behavior: Variable 'key' is used as parameter and destination in sprintf(). [sprintfOverlappingData] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1495:25: error: Undefined behavior: Variable 'key' is used as parameter and destination in sprintf(). [sprintfOverlappingData] mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML2.cpp:10:5: error: syntax error [syntaxError] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:13:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_SEMANTICS [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:33:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_TYPE_EXT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:48:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:83:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:166:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MULTIVALUE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:255:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENDED_LENGTH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:266:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:307:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:347:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:407:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:425:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:435:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:450:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pkt_length [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:462:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:479:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_CONTENT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:524:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:541:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:560:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr_length [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:613:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr_length [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:654:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:679:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:694:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:706:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pkt_length [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:724:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr_length [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:772:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:819:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr_block_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:842:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:874:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:897:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:920:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:939:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:958:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:976:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1012:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1038:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1085:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1096:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_SEMANTICS [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1102:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HAS_SEQ_NUM [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1127:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1142:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1162:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1185:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1204:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1230:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:19:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:25:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:26:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:93:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:101:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:114:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:123:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:139:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:148:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:236:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:248:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:265:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:266:61: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:392:13: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:409:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:428:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:443:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:461:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:476:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:481:38: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:484:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:523:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:547:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:592:20: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:634:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:635:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:680:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:695:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:715:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:723:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:752:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:772:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:777:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:785:42: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:828:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:853:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:864:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:876:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:899:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:922:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:951:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:994:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1012:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1024:24: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1030:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1038:40: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1120:38: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1135:38: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1154:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1177:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1215:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1227:27: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1230:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1231:44: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1234:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:600:19: style: Variable 'minLength' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/python/protokit.cpp:255:9: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] mgen_5.02.b+dfsg1/protolib/src/python/protokit.cpp:258:9: warning: Return value of function PyModule_AddObject() is not used. [ignoredReturnValue] mgen_5.02.b+dfsg1/protolib/src/python/protokit.cpp:26:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/python/protokit.cpp:30:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/python/protokit.cpp:43:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/python/protokit.cpp:253:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/python/protokit.cpp:258:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:88:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:243:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:263:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INBOUND [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:341:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:298:52: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:298:25: style: Variable 'bpfHdr' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:139:41: error: Uninitialized variable: buflen [uninitvar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:61:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:114:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifreq [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:694:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:723:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:784:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:795:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:818:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:949:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:1022:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:345:73: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:727:5: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:702:24: style: Variable 'index' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:61:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:108:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:116:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:141:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:166:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:311:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:392:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCM_DTR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:413:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:422:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DTR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:443:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:453:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCM_DTR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:408:36: style:inconclusive: Function 'SetUnixStatus' argument 1 names different: declaration 'status' definition 'unixStatus'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:36:32: note: Function 'SetUnixStatus' argument 1 names different: declaration 'status' definition 'unixStatus'. mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:408:36: note: Function 'SetUnixStatus' argument 1 names different: declaration 'status' definition 'unixStatus'. mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:468:35: style:inconclusive: Function 'Set' argument 1 names different: declaration 'signal' definition 'statusSignal'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:23:31: note: Function 'Set' argument 1 names different: declaration 'signal' definition 'statusSignal'. mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:468:35: note: Function 'Set' argument 1 names different: declaration 'signal' definition 'statusSignal'. mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:475:37: style:inconclusive: Function 'Clear' argument 1 names different: declaration 'signal' definition 'statusSignal'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:24:33: note: Function 'Clear' argument 1 names different: declaration 'signal' definition 'statusSignal'. mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:475:37: note: Function 'Clear' argument 1 names different: declaration 'signal' definition 'statusSignal'. mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:482:37: style:inconclusive: Function 'IsSet' argument 1 names different: declaration 'signal' definition 'statusSignal'. [funcArgNamesDifferent] mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:25:33: note: Function 'IsSet' argument 1 names different: declaration 'signal' definition 'statusSignal'. mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:482:37: note: Function 'IsSet' argument 1 names different: declaration 'signal' definition 'statusSignal'. mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:135:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vif_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:177:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:184:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vif_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:195:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:250:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:261:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:135:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:200:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:200:23: style: Variable 'addr' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:201:10: style: Unused variable: cmd [unusedVariable] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:28:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:117:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable obuf [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:180:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable obuf [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:289:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifaddrmsg [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:122:9: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:127:9: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:163:9: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:168:16: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:185:9: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:190:9: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:223:9: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:228:16: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:346:33: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:364:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:377:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:400:88: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:416:88: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:454:50: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:368:25: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/protolib/src/wx/wxProtoApp.cpp:30:1: error: There is an unknown macro here somewhere. Configuration is required. If wxGetApp is a macro then please configure it. [unknownMacro] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:54:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPC_CREAT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:112:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPC_RMID [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:142:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHM_RDONLY [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:178:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GPSPosition [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:183:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GPSPosition [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:196:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:228:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:244:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:31:42: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:61:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:101:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:142:42: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:171:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:178:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:183:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:189:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:203:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:210:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:219:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:236:17: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:252:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:101:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:171:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:210:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:219:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:236:11: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:133:18: style: Variable 'posPtr' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/src/common/mgen.cpp:72:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnStartTimeout [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:89:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable save_path [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:107:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_sec [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:276:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UDP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:334:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:380:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:455:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:478:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:542:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:636:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_sec [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:644:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_drec_event [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:688:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:898:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_empty [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:935:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:947:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:962:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:992:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1026:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1204:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1280:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COMMAND_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1304:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COMMAND_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1318:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1364:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_time_lock [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1715:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1798:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1815:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1839:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1851:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1869:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1882:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1901:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savecount [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1963:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:2043:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:159:29: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgen.cpp:161:29: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgen.cpp:216:30: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgen.cpp:218:30: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgen.cpp:584:15: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgen.cpp:586:15: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1028:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1041:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1065:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1084:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgen.cpp:159:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:161:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:176:32: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:191:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:216:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:218:40: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:584:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:586:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:649:23: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:966:35: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgen.cpp:507:11: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/src/common/mgen.cpp:529:11: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/src/common/mgen.cpp:2044:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/src/common/mgen.cpp:186:24: style: Local variable 'currentTime' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgen.cpp:104:20: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgen.cpp:186:24: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgen.cpp:491:32: style: Local variable 'theTransport' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgen.cpp:481:20: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgen.cpp:491:32: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgen.cpp:512:30: style: Local variable 'theTransport' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgen.cpp:481:20: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgen.cpp:512:30: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgen.cpp:1437:24: style: Local variable 'sizeTemp' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1427:20: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgen.cpp:1437:24: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgen.cpp:1308:22: warning: Uninitialized variable: upperString [uninitvar] mgen_5.02.b+dfsg1/src/common/mgen.cpp:1302:33: note: Assuming condition is false mgen_5.02.b+dfsg1/src/common/mgen.cpp:1308:22: note: Uninitialized variable: upperString mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:30:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnControlEvent [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:41:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:84:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:130:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable convert [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:186:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable control_remote [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:454:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:519:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifinfo_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:606:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:675:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECV [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:752:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cmd_descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:787:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_DESCRIPTOR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:817:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cmd_buffer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:867:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cmd_descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:804:6: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:331:22: style: Local variable 'len' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:208:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:331:22: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:332:27: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:211:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:332:27: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:375:21: style: Local variable 'len' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:208:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:375:21: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:376:26: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:211:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:376:26: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:398:20: style: Local variable 'len' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:208:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:398:20: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:399:25: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:211:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:399:25: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:416:20: style: Local variable 'len' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:208:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:416:20: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:417:25: style: Local variable 'i' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:211:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:417:25: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:31:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnEvent [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:41:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnEvent [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:78:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_source [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:165:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LAST_BUFFER [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:201:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_length [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:279:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:309:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_source [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:374:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_length [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:483:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:173:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:14:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:38:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:47:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:74:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:137:18: style: The scope of the variable 'len' can be reduced. [variableScope] mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:137:22: style: Variable 'len' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:21:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:26:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:47:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYPE_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:89:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_PROTOCOL [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:113:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROTOCOL_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:158:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_OPTION [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:182:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPTION_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:204:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:693:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:718:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_TYPE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:761:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_OPTION [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:792:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1082:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UINT16 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1106:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1121:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1166:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1184:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:205:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:217:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:241:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:263:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:296:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:336:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:362:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:419:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:447:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:471:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:491:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:519:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:533:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:558:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:610:24: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:793:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:804:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:829:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:848:26: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:861:34: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:875:34: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:893:34: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:943:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:958:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:975:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:980:26: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:28:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnTxTimeout [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:42:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:58:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_event [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:122:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_TYPE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:180:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_event [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:197:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dst_addr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:322:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:466:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATTERN [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:521:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:618:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_timer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:672:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_messages [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:752:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_timer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:768:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:940:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1086:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1107:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1125:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_event [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1172:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1185:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1208:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1220:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1232:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1252:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:120:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:162:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:173:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1096:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1116:38: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1135:18: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:120:5: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:890:10: style: The scope of the variable 'txBuffer' can be reduced. [variableScope] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:53:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:58:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_len [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:88:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:98:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT8 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:336:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gps_status [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:540:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CRC32_XOROT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:564:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CRC32_XINIT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:579:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CRC32_XINIT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:690:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RERR_EVENT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:802:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1019:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECV_EVENT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1209:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SEND_EVENT [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1340:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT32 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1514:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1519:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1524:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1642:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT16 [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:777:14: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:779:14: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:924:21: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:926:21: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1103:21: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1105:21: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1126:21: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1128:21: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1276:21: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1278:21: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1426:14: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1428:14: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1683:27: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1685:27: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1780:27: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1782:27: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1848:27: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1850:27: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1889:27: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1891:27: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1926:27: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1928:27: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1601:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1552:9: error: Resource leak: file [resourceLeak] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1557:9: error: Resource leak: file [resourceLeak] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:324:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:326:36: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:777:24: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:779:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:924:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:926:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1103:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1105:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1126:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1128:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1276:31: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1278:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1426:24: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1428:21: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1683:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1685:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1780:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1782:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1848:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1850:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1889:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1891:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1926:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1928:34: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1658:22: style: Local variable 'index' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1561:18: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1658:22: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1749:28: style: Local variable 'index' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1658:22: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1749:28: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1794:28: style: Local variable 'index' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1658:22: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1794:28: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1868:28: style: Local variable 'index' shadows outer variable [shadowVariable] mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1658:22: note: Shadowed declaration mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1868:28: note: Shadow variable mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1877:21: style: Variable 'index' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:26:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable burst_pattern [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:57:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_TYPE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:97:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_BURST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:137:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_DURATION [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:202:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:557:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:708:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:312:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:326:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:344:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:394:22: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:716:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:6:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:11:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:19:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:42:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:121:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:43:15: style: The scope of the variable 'j' can be reduced. [variableScope] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:51:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnTxTimeout [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:76:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload_timer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:109:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:186:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COMMAND_LIST [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:212:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_time_lock [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:489:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:515:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_empty [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:548:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:554:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:573:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:644:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:700:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savecount [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:759:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:838:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:497:12: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:499:12: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:393:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:406:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:296:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:309:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:322:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:441:20: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:575:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:588:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:497:22: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:499:19: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:839:15: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:190:20: warning: Uninitialized variable: upperString [uninitvar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:184:33: note: Assuming condition is false mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:190:20: note: Uninitialized variable: upperString mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:14:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnControlEvent [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:41:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:65:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:90:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECV [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:138:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:172:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:219:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable control_remote [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:324:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstAddr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:42:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:54:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seq_space [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:63:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seq_space [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:73:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seq_space [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:83:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seq_space [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:94:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK_FLAG [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:115:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable timeval [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:156:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:138:12: error: Mismatching allocation and deallocation: tmp [mismatchAllocDealloc] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:118:11: note: Mismatching allocation and deallocation: tmp mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:138:12: note: Mismatching allocation and deallocation: tmp mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:97:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:99:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:101:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:103:12: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:115:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:117:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:120:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:123:11: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:31:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:47:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:57:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:69:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:122:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstAddress [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:132:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:157:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:198:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:215:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_current [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:275:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_head [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:299:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstAddress [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:445:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:466:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:484:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TXBUFFER [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:515:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ttl [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:534:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tos [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:548:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable broadcast [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:561:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_buffer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:572:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_buffer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:586:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable srcPort [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:650:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reference_count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:665:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reference_count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:691:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnEvent [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:702:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnEvent [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:725:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:738:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstAddress [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:773:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable srcPort [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:824:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable group_count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:842:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:911:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LAST_BUFFER [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:964:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_msg_buffer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:992:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_buffer_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1137:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_msg_offset [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1234:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_client [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1304:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_msg_buffer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1317:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_msg_buffer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1332:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_msg_index [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1385:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reference_count [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1438:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LISTENING [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1472:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_LEN_SIZE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1496:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_msg_index [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1536:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_buffer_index [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1590:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_fragment_pending [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1624:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LAST_BUFFER [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1652:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TX_BUFFER_SIZE [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1731:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONTINUES [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1769:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_msg_index [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1813:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_buffer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1830:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_buffer [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1868:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHECKSUM [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1072:15: style: Condition 'newTcpTransport' is always true [knownConditionTrueFalse] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:865:56: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:922:39: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1343:49: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1375:41: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1602:45: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1634:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1639:29: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1708:48: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1872:37: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:927:9: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:929:9: note: Found duplicate branches for 'if' and 'else'. mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:927:9: note: Found duplicate branches for 'if' and 'else'. mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:763:10: style: The scope of the variable 'result' can be reduced. [variableScope] mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:157:20: style: Variable 'pendingCurrent' is assigned a value that is never used. [unreadVariable] mgen_5.02.b+dfsg1/src/common/mpmgr.cpp:45:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAYLOAD_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mpmgr.cpp:91:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAYLOAD_MAX [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mpmgr.cpp:123:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mpmgr.cpp:144:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/mpmgr.cpp:102:58: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:23:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:45:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:96:26: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:106:28: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:119:54: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:155:25: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:174:62: style: C-style pointer casting [cstyleCast] mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:26:26: style: Parameter 'argv' can be declared as const array [constParameter] mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:61:1: error: The one definition rule is violated, different classes/structs have the same name 'MyNode' [ctuOneDefinitionRuleViolation] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:113:1: note: The one definition rule is violated, different classes/structs have the same name 'MyNode' mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:61:1: note: The one definition rule is violated, different classes/structs have the same name 'MyNode' mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:50:1: error: The one definition rule is violated, different classes/structs have the same name 'MyInterface' [ctuOneDefinitionRuleViolation] mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:161:1: note: The one definition rule is violated, different classes/structs have the same name 'MyInterface' mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:50:1: note: The one definition rule is violated, different classes/structs have the same name 'MyInterface' mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:30:1: error: The one definition rule is violated, different classes/structs have the same name 'LinuxDetour' [ctuOneDefinitionRuleViolation] mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:36:1: note: The one definition rule is violated, different classes/structs have the same name 'LinuxDetour' mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:30:1: note: The one definition rule is violated, different classes/structs have the same name 'LinuxDetour' diff: head mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:136:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:268:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:361:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:486:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:662:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphExample.cpp:778:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:103:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:225:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:469:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:601:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphRider.cpp:777:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:1060:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EINTR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:220:43: style: Parameter 'theGraph' can be declared as reference to const [constParameterReference] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:253:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:257:69: style: Parameter 'iface' can be declared as reference to const [constParameterReference] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:310:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:537:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:555:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:638:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/graphXMLExample.cpp:954:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/pcmd.cpp:15:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/queueExample.cpp:303:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Item [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/simpleTcpExample.cpp:36:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:108:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:96:36: style: Parameter 'theTimer' can be declared as reference to const. However it seems that 'OnTimeout' is a callback function, if 'theTimer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:59:38: note: You might need to cast the function pointer here mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:96:36: note: Parameter 'theTimer' can be declared as reference to const head mgen_5.02.b+dfsg1/protolib/examples/threadExample.cpp:98:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:173:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:193:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSPECIFIED [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdCap.cpp:242:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:125:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:279:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INJECT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:473:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:506:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:528:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:583:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv6 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:611:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdDetour.cpp:626:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:104:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:182:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdNet.cpp:196:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_EVENT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:1143:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTL_NET [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:131:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CTL_NET [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:295:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sockaddr_in [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:593:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sockaddr_in [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/bsd/bsdRouteMgr.cpp:886:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sockaddr_in [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/pcapCap.cpp:190:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/pcapCap.cpp:199:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSPECIFIED [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/pcapCap.cpp:235:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1035:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1081:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1120:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1176:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1179:29: style: C-style reference casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1186:29: style: C-style reference casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:120:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1285:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1338:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1444:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:1518:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:157:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:189:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:223:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:260:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:297:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:403:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:429:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:462:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:504:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:559:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:607:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:64:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:675:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:726:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:767:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:76:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:805:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:844:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:885:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:955:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:966:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAddress.cpp:999:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:277:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:33:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoApp.cpp:347:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:113:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:118:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:135:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:158:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable value [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:164:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable depth [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:22:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoAverage.cpp:70:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBase64.cpp:171:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBase64.cpp:194:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBase64.cpp:78:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable initialized [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1027:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1056:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1137:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1228:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1321:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1380:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1424:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:1435:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:264:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:275:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:305:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:338:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:373:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:400:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:436:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:447:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:459:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask_len [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:473:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:496:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask_len [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:518:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:535:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:558:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:585:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:607:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mask [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:621:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:667:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:729:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:793:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable range_mask [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoBitmask.cpp:910:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoChannel.cpp:43:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoChannel.cpp:86:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:122:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channel_stream_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:1619:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lock_a [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:1628:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lock_a [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:1637:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use_lock_a [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:1663:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use_lock_a [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:244:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:366:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:376:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable socket_stream_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:420:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable socket_stream_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:442:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channel_stream_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:486:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channel_stream_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:535:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:543:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable generic_stream_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:580:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable generic_stream_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:600:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable generic_stream_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:658:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:672:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exit_code [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:760:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable controller [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:804:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:848:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable signal_count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:895:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thread_master [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:909:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thread_master [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:928:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable thread_master [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoDispatcher.cpp:948:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable controller [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1060:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1106:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_FATAL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1130:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1152:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable updates_only [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1184:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1211:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1247:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1286:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:1353:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:161:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:173:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:199:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:210:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_FATAL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:354:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:384:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savecount [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:459:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:480:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:512:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:535:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_FATAL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:560:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:593:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:626:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:636:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:764:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:833:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable search_dirs [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:845:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:862:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:899:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:916:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable parent [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoFile.cpp:943:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:127:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vertice [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:184:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:197:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:214:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:222:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:249:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:259:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:275:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:294:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_item [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:299:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_item [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:321:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:383:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:399:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:473:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:527:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adjacency_count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:543:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adjacency_count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:581:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:593:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adjacency_count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:722:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable current_level [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:740:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queue_visited [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:800:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:821:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edge_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:828:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vertice_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:863:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vertice_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:881:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vertice_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoGraph.cpp:892:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable edge_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:110:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_state [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:122:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:154:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:164:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:180:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:199:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:215:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:247:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:320:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_poly [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:333:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_poly [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:393:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:409:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_poly [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:576:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:582:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:598:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:617:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:633:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:661:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:680:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_words [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:704:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_state [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:731:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsrx_bits [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:90:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_mode [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoLFSR.cpp:97:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lfsr_state [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:103:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable APPEND [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:119:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:129:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REMOVE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:144:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:151:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:158:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EMPTY [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:164:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:174:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:197:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:204:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:223:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:237:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:260:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:283:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:297:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:30:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator_list_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:337:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:39:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator_list_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:404:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:412:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:426:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:459:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:51:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterator_list_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:67:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoList.cpp:91:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PREPEND [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:114:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:129:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:144:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:164:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iface_name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoNet.cpp:53:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:277:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:325:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:335:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:353:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:415:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPipe.cpp:477:44: style: C-style pointer casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:100:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:117:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:140:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_SNDR_HRD_ADDR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:159:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:177:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IP [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:196:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:214:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IP [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:58:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktARP.cpp:75:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1000:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_packed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1043:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1065:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1082:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PADN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1100:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_LENGTH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1125:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1151:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1184:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1218:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAD1 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1239:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1253:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1299:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1333:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FRAG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1375:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1401:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AUTH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1444:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1470:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_SEQUENCE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1501:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_allocated [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1514:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_DATA_LENGTH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:153:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_VERSION [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1568:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1581:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1595:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1611:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_DATA_LENGTH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1624:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_HAV [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1635:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TID_NULL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1658:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TID_IPv4_ADDR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1670:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_TID_VALUE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1705:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UDP [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1759:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:1800:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADDR_LEN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:192:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:202:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_TOS [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:211:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:218:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_FLAGS [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:234:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_FLAGS [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:248:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:260:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_TTL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:270:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_PROTOCOL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:279:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:285:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:301:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:354:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LENGTH_VARIABLE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:386:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:437:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:473:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:516:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset_end [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:532:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:572:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:630:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NONE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:656:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NONE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:690:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:715:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:743:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:769:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:809:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:871:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:895:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ext_type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:938:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktIP.cpp:958:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable opt_packed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:113:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_PAYLOAD [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:124:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:170:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:181:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:194:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:204:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:227:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:241:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:252:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:266:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:274:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:49:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRIP.cpp:98:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:115:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_CSRC_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:123:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_CSRC_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:145:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:173:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:199:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:206:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:65:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_CSRC_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:78:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktRTP.cpp:98:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CSRC_COUNT_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:127:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ADDR_LEN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoPktTCP.cpp:84:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:195:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:209:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:225:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:290:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:302:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:326:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:418:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_pool [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:428:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:445:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:462:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoQueue.cpp:91:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable container_list [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:129:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:190:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:20:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:232:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:240:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savedRoutesIPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:283:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savedRoutesIPv6 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:303:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savedRoutesIPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:33:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteMgr.cpp:75:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:128:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:153:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:183:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_entry [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:201:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_entry [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:232:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable destination [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:239:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable destination [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:253:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoRouteTable.cpp:69:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable destination [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:23:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable byte_size [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:29:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable use_parity [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:35:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable read_timeout [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:41:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable local_control [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:47:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable echo_input [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSerial.cpp:53:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable low_latency [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimAgent.cpp:51:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimAgent.cpp:58:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimAgent.cpp:72:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:112:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:132:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:153:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:161:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:175:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:192:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:207:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:230:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:266:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:284:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:297:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:358:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:36:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:375:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:391:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:397:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:402:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:408:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:413:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:419:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:434:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIM [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:440:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:450:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:50:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:533:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:548:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:561:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:75:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSimSocket.cpp:93:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1031:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable port [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1096:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1124:44: style: C-style reference casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1144:48: style: C-style reference casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1261:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1338:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable handle [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1379:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:140:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1449:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1506:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ip_recvdstaddr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1555:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:1788:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:183:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable domain [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2037:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2157:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable protocol [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2182:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tos [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2239:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ecn_capable [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:228:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable domain [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2326:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2367:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2392:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2429:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2484:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable success [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2553:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2585:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2606:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2661:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2678:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2691:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:2712:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:476:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable protocol [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:486:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable notifier [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:552:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_EVENT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:664:94: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:779:38: style: C-style reference casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:800:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:841:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:876:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:951:42: style: C-style reference casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/common/protoSocket.cpp:979:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable state [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:125:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_dimensions [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:160:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable orig [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable orig [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:276:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable orig [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:311:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bbox_radius [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:38:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ord_tree [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:50:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ord_tree [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:60:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_dimensions [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoSpace.cpp:98:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable num_dimensions [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:29:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:37:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:44:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTime.cpp:56:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:108:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mgr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:133:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnPulseTimeout [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:157:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable timeout_scheduled [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:198:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:232:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRECISION_TIME_THRESHOLD [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:259:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRECISION_TIME_THRESHOLD [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:299:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:313:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:357:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:400:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:441:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable short_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:452:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:493:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:533:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable long_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:55:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable mgr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTimer.cpp:81:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interval [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1024:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1039:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:110:12: style: C-style pointer casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:110:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1163:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:116:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1182:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:133:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1341:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1361:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1436:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1638:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1660:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1670:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1680:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable positive_min [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:1718:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable item_tree [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:190:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:222:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:240:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ENDIAN_BIG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:256:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:276:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:294:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:533:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:571:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:583:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:607:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:632:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:658:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable root [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:680:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reversed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:697:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:793:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iterable [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:887:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:88:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoTree.cpp:95:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:161:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path_current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:182:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reader_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:195:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reader_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:211:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_node [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:274:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_elem [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:284:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prev_elem [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:30:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:45:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filter_path [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:52:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable filter_path [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:60:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path_current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:77:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:91:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path_current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/common/protoXml.cpp:98:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable path_depth [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:171:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:294:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:520:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:536:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iov_base [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:639:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NLM_F_REQUEST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:685:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NLM_F_REQUEST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:729:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/androidDetour.cpp:758:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:139:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:155:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxCap.cpp:190:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:300:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:470:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:498:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:552:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNSPECIFIED [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:612:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:634:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:660:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPv4 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxDetour.cpp:689:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:110:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_NETLINK [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:138:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:711:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:744:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:770:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:804:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxNet.cpp:814:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UNKNOWN_EVENT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxPacketeer.cpp:100:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:1175:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifaddrmsg [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:119:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:145:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:209:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:268:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:444:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DEBUG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:601:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/linux/linuxRouteMgr.cpp:893:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1039:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable traverse_nodes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1058:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_iface [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:105:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1102:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queue_visited [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:123:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1304:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_iface [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1384:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dijkstra_completed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1514:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dijkstra_completed [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:1543:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable traverse_nodes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:196:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable graph [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:281:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable node [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:360:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:381:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:39:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable graph [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:440:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:460:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:470:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:519:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:546:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_interface_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:547:33: style: C-style pointer casting [cstyleCast] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:621:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable default_interface_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:62:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:659:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adj_iterator [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:676:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adj_iterator [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:696:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable adj_iterator [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:724:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:775:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:849:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:874:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:893:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:912:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraph.cpp:952:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable queue_visited [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1039:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1066:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_INFO [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1374:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable indexkeylist [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1435:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1477:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BAD_CAST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:1489:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:156:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:197:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable domain [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:224:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:253:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:274:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:293:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_INFO [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:324:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:358:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_INFO [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:400:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:430:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_INFO [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:44:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:465:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:495:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:524:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:552:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:597:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:608:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_DETAIL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:631:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lookupvalue [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:663:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lookupvalue [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:683:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable lookupvalue [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:697:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable XML_READER_TYPE_END_ELEMENT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetGraphML.cpp:99:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1012:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1038:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1085:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1096:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_SEMANTICS [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1102:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HAS_SEQ_NUM [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1112:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1127:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1142:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1162:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1185:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1204:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:1230:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:166:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MULTIVALUE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:255:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EXTENDED_LENGTH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:266:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:307:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:33:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_TYPE_EXT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:347:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:407:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:425:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:435:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:450:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pkt_length [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:462:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:479:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OFFSET_CONTENT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:48:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:524:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:541:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:560:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr_length [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:613:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr_length [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:654:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:679:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:694:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:706:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pkt_length [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:724:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr_length [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:772:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_ptr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:819:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr_block_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:83:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_WARN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:842:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:874:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:897:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:920:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:939:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:958:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tlv_block_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/manet/manetMsg.cpp:976:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer_bytes [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:243:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:263:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INBOUND [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/bpfCap.cpp:341:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:1022:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:114:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifreq [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:694:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:723:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:784:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:795:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:818:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IFNAMSIZ [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixNet.cpp:949:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:108:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:116:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:141:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:166:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:311:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:392:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCM_DTR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:413:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:422:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable DTR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:443:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixSerial.cpp:453:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TIOCM_DTR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:177:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:184:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable vif_name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:195:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETH [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:250:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/unixVif.cpp:261:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:117:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable obuf [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:180:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable obuf [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/protolib/src/unix/zebraRouteMgr.cpp:289:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifaddrmsg [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:112:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPC_RMID [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:142:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHM_RDONLY [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:178:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GPSPosition [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:183:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GPSPosition [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:196:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:228:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/gpsPub.cpp:244:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1026:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:107:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_sec [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1204:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1280:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COMMAND_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1304:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COMMAND_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1318:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1364:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_time_lock [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1715:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1798:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1815:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1839:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1851:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1869:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1882:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1901:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savecount [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:1963:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:2043:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:276:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UDP [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:334:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:380:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:455:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:478:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:542:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:636:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_sec [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:644:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_drec_event [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:688:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable offset_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:898:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_empty [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:89:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable save_path [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:935:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:947:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:962:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgen.cpp:992:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:130:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable convert [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:186:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable control_remote [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:41:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:454:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:519:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ifinfo_name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:606:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:675:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECV [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:752:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cmd_descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:787:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_DESCRIPTOR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:817:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cmd_buffer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:84:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenApp.cpp:867:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cmd_descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:165:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LAST_BUFFER [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:201:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_length [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:279:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:309:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_source [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:374:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_length [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:41:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnEvent [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:483:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable descriptor [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenAppSinkTransport.cpp:78:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_source [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:38:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PL_ERROR [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:47:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenBlast.cpp:74:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1082:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable UINT16 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1106:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1121:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:113:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PROTOCOL_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1166:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:1184:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:158:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_OPTION [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:182:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPTION_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:204:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:26:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:47:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYPE_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:693:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:718:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_TYPE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:761:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_OPTION [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:792:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenEvent.cpp:89:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_PROTOCOL [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1086:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1107:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable started [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1125:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_event [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1172:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1185:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1208:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1220:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:122:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_TYPE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1232:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:1252:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:180:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_event [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:197:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dst_addr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:322:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MOD [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:42:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:466:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATTERN [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:521:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:58:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable next_event [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:618:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_timer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:672:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_messages [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:752:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_timer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:768:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenFlow.cpp:940:8: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flow_transport [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1019:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECV_EVENT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1209:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SEND_EVENT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1340:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT32 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1514:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1519:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1524:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:1642:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT16 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:336:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gps_status [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:540:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CRC32_XOROT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:564:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CRC32_XINIT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:579:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CRC32_XINIT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:58:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_len [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:690:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RERR_EVENT [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:802:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCP [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:88:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenMsg.cpp:98:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INT8 [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:137:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_DURATION [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:202:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:557:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:57:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_TYPE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:708:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable type [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPattern.cpp:97:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_BURST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:11:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:121:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:19:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayload.cpp:42:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:109:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:186:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COMMAND_LIST [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:212:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable start_time_lock [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:489:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:515:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_empty [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:548:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:554:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable log_file [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:573:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCRIPT_LINE_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:644:77: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:700:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable savecount [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:759:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:76:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable payload_timer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgr.cpp:838:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:138:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:172:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CMD_INVALID [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:219:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable control_remote [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:324:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstAddr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:41:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:65:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenPayloadMgrApp.cpp:90:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RECV [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:115:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable timeval [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:156:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable size [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:54:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seq_space [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:63:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seq_space [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:73:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seq_space [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:83:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable seq_space [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenSequencer.cpp:94:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OK_FLAG [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1137:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_msg_offset [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:122:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstAddress [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1234:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_client [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1304:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_msg_buffer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1317:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_msg_buffer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:132:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1332:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_msg_index [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1385:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reference_count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1438:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LISTENING [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1472:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_LEN_SIZE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1496:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_msg_index [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1536:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_buffer_index [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:157:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1590:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_fragment_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1624:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LAST_BUFFER [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1652:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TX_BUFFER_SIZE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1731:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CONTINUES [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1769:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_msg_index [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1813:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_buffer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1830:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable msg_buffer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:1868:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CHECKSUM [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:198:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:215:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_current [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:275:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pending_head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:299:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstAddress [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:445:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:466:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:47:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:484:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TXBUFFER [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:515:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ttl [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:534:4: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tos [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:548:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable broadcast [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:561:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_buffer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:572:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rx_buffer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:57:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tail [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:586:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable srcPort [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:650:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reference_count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:665:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable reference_count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:691:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnEvent [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:69:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable head [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:702:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OnEvent [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:725:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable interface_name [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:738:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dstAddress [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:773:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable srcPort [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:824:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable group_count [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:842:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_SIZE [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:911:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LAST_BUFFER [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:964:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_msg_buffer [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mgenTransport.cpp:992:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tx_buffer_pending [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mpmgr.cpp:123:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mpmgr.cpp:144:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/mpmgr.cpp:91:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PAYLOAD_MAX [valueFlowBailoutIncompleteVar] head mgen_5.02.b+dfsg1/src/common/pcap2mgen.cpp:45:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] DONE