2025-05-10 14:55 ftp://ftp.de.debian.org/debian/pool/main/f/flow-tools/flow-tools_0.68.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=bsd --library=zlib --library=openssl --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-59-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.17.0 head-info: beb3362 (2025-05-10 14:33:23 +0200) count: 1584 1582 elapsed-time: 107.3 106.1 head-timing-info: old-timing-info: head results: flow-tools-0.68/lib/fmt.c:293:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fmt.c:379:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fmt.c:61:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:178:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:213:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:254:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:292:14: style: Obsolescent function 'gethostbyaddr' called. It is recommended to use 'getnameinfo' instead. [prohibitedgethostbyaddrCalled] flow-tools-0.68/lib/fmt.c:328:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:348:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:378:14: style: Obsolescent function 'gethostbyaddr' called. It is recommended to use 'getnameinfo' instead. [prohibitedgethostbyaddrCalled] flow-tools-0.68/lib/fmt.c:430:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:447:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:463:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fmt.c:90:16: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/lib/fmt.c:86:16: note: First condition flow-tools-0.68/lib/fmt.c:90:16: note: Second condition flow-tools-0.68/lib/fmt.c:118:16: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/lib/fmt.c:114:16: note: First condition flow-tools-0.68/lib/fmt.c:118:16: note: Second condition flow-tools-0.68/lib/fmt.c:146:16: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/lib/fmt.c:142:16: note: First condition flow-tools-0.68/lib/fmt.c:146:16: note: Second condition flow-tools-0.68/lib/fmt.c:277:19: style: Variable 'he' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fmt.c:363:19: style: Variable 'he' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fmt.c:305:20: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftchash.c:85:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftchash_bhead [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftchash.c:76:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftchash.c:151:10: style: Obsolescent function 'bcmp' called. It is recommended to use 'memcmp' instead. [prohibitedbcmpCalled] flow-tools-0.68/lib/ftchash.c:190:10: style: Obsolescent function 'bcmp' called. It is recommended to use 'memcmp' instead. [prohibitedbcmpCalled] flow-tools-0.68/lib/ftchash.c:205:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftchash.c:240:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftchash.c:250:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftchash.c:525:8: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] flow-tools-0.68/lib/ftchash.c:528:8: portability: Casting between char * and double * which have an incompatible binary data representation. [invalidPointerCast] flow-tools-0.68/lib/ftchash.c:134:50: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftchash.c:170:50: style: Parameter 'newrec' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftchash.c:413:21: style: Variable 'la' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:413:26: style: Variable 'lb' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:432:21: style: Variable 'la' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:432:26: style: Variable 'lb' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:433:20: style: Variable 'ca' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:433:25: style: Variable 'cb' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:464:21: style: Variable 'la' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:464:26: style: Variable 'lb' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:483:21: style: Variable 'la' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:483:26: style: Variable 'lb' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:502:20: style: Variable 'la' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:502:25: style: Variable 'lb' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:521:20: style: Variable 'la' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftchash.c:521:25: style: Variable 'lb' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftdecode.c:147:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v1 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftdecode.c:135:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftdecode.c:562:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftdecode.c:588:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:560:5: note: n is assigned flow-tools-0.68/lib/ftdecode.c:588:5: note: n is overwritten flow-tools-0.68/lib/ftdecode.c:798:25: style: Variable 'rec_v6->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:797:25: note: rec_v6->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:798:25: note: rec_v6->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:887:25: style: Variable 'rec_v7->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:886:25: note: rec_v7->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:887:25: note: rec_v7->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:977:27: style: Variable 'rec_v8_1->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:976:27: note: rec_v8_1->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:977:27: note: rec_v8_1->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1055:27: style: Variable 'rec_v8_2->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1054:27: note: rec_v8_2->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1055:27: note: rec_v8_2->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1124:27: style: Variable 'rec_v8_3->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1123:27: note: rec_v8_3->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1124:27: note: rec_v8_3->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1199:27: style: Variable 'rec_v8_4->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1198:27: note: rec_v8_4->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1199:27: note: rec_v8_4->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1274:27: style: Variable 'rec_v8_5->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1273:27: note: rec_v8_5->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1274:27: note: rec_v8_5->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1358:27: style: Variable 'rec_v8_6->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1357:27: note: rec_v8_6->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1358:27: note: rec_v8_6->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1430:27: style: Variable 'rec_v8_7->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1429:27: note: rec_v8_7->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1430:27: note: rec_v8_7->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1506:27: style: Variable 'rec_v8_8->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1505:27: note: rec_v8_8->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1506:27: note: rec_v8_8->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1587:27: style: Variable 'rec_v8_9->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1586:27: note: rec_v8_9->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1587:27: note: rec_v8_9->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1666:28: style: Variable 'rec_v8_10->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1665:28: note: rec_v8_10->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1666:28: note: rec_v8_10->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1677:21: style: Variable 'rec_v8_10->prot' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1673:21: note: rec_v8_10->prot is assigned flow-tools-0.68/lib/ftdecode.c:1677:21: note: rec_v8_10->prot is overwritten flow-tools-0.68/lib/ftdecode.c:1737:28: style: Variable 'rec_v8_11->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1736:28: note: rec_v8_11->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1737:28: note: rec_v8_11->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1813:28: style: Variable 'rec_v8_12->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1812:28: note: rec_v8_12->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1813:28: note: rec_v8_12->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1889:28: style: Variable 'rec_v8_13->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1888:28: note: rec_v8_13->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1889:28: note: rec_v8_13->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:1974:28: style: Variable 'rec_v8_14->engine_type' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftdecode.c:1973:28: note: rec_v8_14->engine_type is assigned flow-tools-0.68/lib/ftdecode.c:1974:28: note: rec_v8_14->engine_type is overwritten flow-tools-0.68/lib/ftdecode.c:51:35: style:inconclusive: Function 'ftpdu_check_seq' argument 1 names different: declaration 'pdu' definition 'ftpdu'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftlib.h:2689:35: note: Function 'ftpdu_check_seq' argument 1 names different: declaration 'pdu' definition 'ftpdu'. flow-tools-0.68/lib/ftdecode.c:51:35: note: Function 'ftpdu_check_seq' argument 1 names different: declaration 'pdu' definition 'ftpdu'. flow-tools-0.68/lib/ftdecode.c:117:32: style:inconclusive: Function 'ftpdu_verify' argument 1 names different: declaration 'pdu' definition 'ftpdu'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftlib.h:2688:32: note: Function 'ftpdu_verify' argument 1 names different: declaration 'pdu' definition 'ftpdu'. flow-tools-0.68/lib/ftdecode.c:117:32: note: Function 'ftpdu_verify' argument 1 names different: declaration 'pdu' definition 'ftpdu'. flow-tools-0.68/lib/ftdecode.c:53:24: style: Variable 'ph' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftdecode.c:119:24: style: Variable 'ph' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftdecode.c:558:24: style: Variable 'ph' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftencode.c:276:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v1 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:363:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v5 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:454:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v6 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:542:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v7 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:623:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_1 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:703:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_2 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:784:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_3 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:865:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_4 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:950:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_5 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1033:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_6 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1117:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_7 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1203:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_8 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1285:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_9 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1366:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_10 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1448:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_11 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1530:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_12 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1616:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_13 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:1703:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ftrec_v8_14 [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftencode.c:48:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftencode.c:73:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftencode.c:95:13: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftencode.c:92:8: note: size is assigned flow-tools-0.68/lib/ftencode.c:95:13: note: size is overwritten flow-tools-0.68/lib/ftencode.c:88:12: style: Variable 'word' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftencode.c:223:68: style: Parameter 'rec_v1' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:294:68: style: Parameter 'rec_v5' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:382:68: style: Parameter 'rec_v6' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:472:68: style: Parameter 'rec_v7' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:561:24: style: Parameter 'rec_v8_1' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:642:24: style: Parameter 'rec_v8_2' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:722:24: style: Parameter 'rec_v8_3' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:803:24: style: Parameter 'rec_v8_4' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:884:24: style: Parameter 'rec_v8_5' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:970:24: style: Parameter 'rec_v8_6' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:1052:24: style: Parameter 'rec_v8_7' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:1136:24: style: Parameter 'rec_v8_8' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:1222:24: style: Parameter 'rec_v8_9' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:1304:25: style: Parameter 'rec_v8_10' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:1385:25: style: Parameter 'rec_v8_11' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:1467:25: style: Parameter 'rec_v8_12' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:1549:25: style: Parameter 'rec_v8_13' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftencode.c:1635:25: style: Parameter 'rec_v8_14' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/fterr.c:112:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fterr.c:131:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fterr.c:158:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fterr.c:182:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fterr.c:202:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:1815:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:1924:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:2033:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:2142:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:2251:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:2482:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:3983:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable caddr_t [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:5121:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfil.c:1429:8: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/lib/ftfil.c:1519:8: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/lib/ftfil.c:2469:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:2470:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:2902:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:2974:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:2992:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:3754:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:3796:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:3860:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:3930:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:3979:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:3990:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:3991:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4080:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4159:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4265:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4343:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4440:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4508:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4513:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4525:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4536:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4542:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4547:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4552:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4557:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4564:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4571:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4576:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4583:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4590:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4595:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4606:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4613:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4620:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:4627:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:5116:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:5117:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfil.c:2546:9: style: Condition 'c' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/ftfil.c:4026:3: error: Memory leak: ftflipprr [memleak] flow-tools-0.68/lib/ftfil.c:4804:7: style:inconclusive: Function 'parse2_primitive_permitdeny' argument 3 names different: declaration 'flag' definition 'mode'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftfil.c:320:28: note: Function 'parse2_primitive_permitdeny' argument 3 names different: declaration 'flag' definition 'mode'. flow-tools-0.68/lib/ftfil.c:4804:7: note: Function 'parse2_primitive_permitdeny' argument 3 names different: declaration 'flag' definition 'mode'. flow-tools-0.68/lib/ftfil.c:1809:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/ftfil.c:82:32: note: Shadowed declaration flow-tools-0.68/lib/ftfil.c:1809:27: note: Shadow variable flow-tools-0.68/lib/ftfil.c:1918:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/ftfil.c:82:32: note: Shadowed declaration flow-tools-0.68/lib/ftfil.c:1918:27: note: Shadow variable flow-tools-0.68/lib/ftfil.c:2027:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/ftfil.c:82:32: note: Shadowed declaration flow-tools-0.68/lib/ftfil.c:2027:27: note: Shadow variable flow-tools-0.68/lib/ftfil.c:2136:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/ftfil.c:82:32: note: Shadowed declaration flow-tools-0.68/lib/ftfil.c:2136:27: note: Shadow variable flow-tools-0.68/lib/ftfil.c:2245:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/ftfil.c:82:32: note: Shadowed declaration flow-tools-0.68/lib/ftfil.c:2245:27: note: Shadow variable flow-tools-0.68/lib/ftfil.c:551:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_src_as' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3100:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:551:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:553:12: style: Variable 'src_as' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:578:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_dst_as' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3108:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:578:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:580:12: style: Variable 'dst_as' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:606:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_prot' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3112:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:606:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:608:11: style: Variable 'ip_prot' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:634:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_src_prefix_len' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3120:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:634:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:636:11: style: Variable 'src_mask' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:662:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_dst_prefix_len' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3128:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:662:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:664:11: style: Variable 'dst_mask' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:690:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_tos' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3132:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:690:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:718:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_marked_tos' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3136:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:718:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:747:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_tcp_flags' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3140:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:747:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:776:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_src_port' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3148:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:776:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:778:12: style: Variable 'src_port' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:803:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_dst_port' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3156:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:803:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:805:12: style: Variable 'dst_port' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:831:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_src_if_index' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3164:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:831:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:833:12: style: Variable 'src_if_index' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:858:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_dst_if_index' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3172:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:858:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:860:12: style: Variable 'dst_if_index' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:886:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_engine_id' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3176:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:886:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:888:11: style: Variable 'engine_id' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:914:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_engine_type' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3180:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:914:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:916:11: style: Variable 'engine_type' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:940:58: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_flows' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3184:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:940:58: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:941:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_flows' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3184:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:941:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:944:12: style: Variable 'flows' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1005:59: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_octets' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3188:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1005:59: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1006:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_octets' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3188:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1006:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1009:12: style: Variable 'octets' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1070:60: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_packets' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3192:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1070:60: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1071:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_packets' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3192:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1071:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1074:12: style: Variable 'packets' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1135:65: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_xtra_packets' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3196:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1135:65: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1136:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_xtra_packets' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3196:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1136:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1139:12: style: Variable 'xtra_packets' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1200:61: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_duration' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3200:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1200:61: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1201:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_duration' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3200:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1201:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1204:22: style: Variable 'first' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1204:30: style: Variable 'last' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1267:68: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_start_time_date' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3205:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1267:68: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1268:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_start_time_date' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3205:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1268:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1272:12: style: Variable 'sysUpTime' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1272:24: style: Variable 'unix_secs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1272:36: style: Variable 'unix_nsecs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1272:49: style: Variable 'First' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1338:66: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_end_time_date' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3213:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1338:66: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1339:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_end_time_date' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3213:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1339:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1343:12: style: Variable 'sysUpTime' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1343:24: style: Variable 'unix_secs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1343:36: style: Variable 'unix_nsecs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1343:49: style: Variable 'Last' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1409:60: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_start_time' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3207:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1409:60: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1410:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_start_time' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3207:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1410:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1416:12: style: Variable 'sysUpTime' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1416:24: style: Variable 'unix_secs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1416:36: style: Variable 'unix_nsecs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1416:49: style: Variable 'First' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1499:58: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_end_time' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3215:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1499:58: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1500:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_end_time' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3215:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1500:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1506:12: style: Variable 'sysUpTime' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1506:24: style: Variable 'unix_secs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1506:36: style: Variable 'unix_nsecs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1506:49: style: Variable 'Last' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1589:63: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_src_tag_l' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3229:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1589:63: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1590:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_src_tag_l' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3229:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1590:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1593:12: style: Variable 'src_tag' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1628:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_src_tag_h' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3231:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1628:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1662:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_dst_tag_h' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3245:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1662:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1695:63: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_dst_tag_l' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3243:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1695:63: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1696:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_dst_tag_l' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3243:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1696:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1699:12: style: Variable 'dst_tag' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1733:70: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_ip_nexthop_addr_l' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3259:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1733:70: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1734:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_nexthop_addr_l' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3259:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1734:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1737:12: style: Variable 'nexthop' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1772:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_nexthop_addr_h' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3261:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1772:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1806:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_nexthop_addr_r' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3263:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1806:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1842:65: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_ip_sc_addr_l' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3277:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1842:65: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1843:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_sc_addr_l' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3277:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1843:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1846:12: style: Variable 'sc' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1881:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_sc_addr_h' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3279:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1881:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1915:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_sc_addr_r' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3281:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1915:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1951:66: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_ip_src_addr_l' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3295:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1951:66: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1952:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_src_addr_l' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3295:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1952:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:1955:12: style: Variable 'ip_src_addr' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:1990:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_src_addr_h' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3297:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:1990:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2024:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_src_addr_r' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3299:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2024:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2060:66: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_ip_dst_addr_l' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3313:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2060:66: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2061:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_dst_addr_l' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3313:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2061:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2064:12: style: Variable 'ip_dst_addr' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:2099:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_dst_addr_h' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3315:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2099:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2133:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_dst_addr_r' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3317:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2133:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2169:71: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_ip_exporter_addr_l' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3331:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2169:71: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2170:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_exporter_addr_l' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3331:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2170:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2173:12: style: Variable 'ip_exporter_addr' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:2208:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_exporter_addr_h' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3333:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2208:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2242:38: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_ip_exporter_addr_r' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3335:21: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2242:38: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2278:55: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_bps' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3338:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2278:55: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2279:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_bps' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3338:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2279:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2352:55: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_pps' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3342:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2352:55: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2353:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_pps' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3342:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2353:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2426:63: style: Parameter 'lookup' can be declared as pointer to const. However it seems that 'eval_match_random_sample' is a callback function, if 'lookup' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3346:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2426:63: note: Parameter 'lookup' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2426:77: style: Parameter 'rec' can be declared as pointer to const. However it seems that 'eval_match_random_sample' is a callback function, if 'rec' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3346:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2426:77: note: Parameter 'rec' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2427:27: style: Parameter 'fo' can be declared as pointer to const. However it seems that 'eval_match_random_sample' is a callback function, if 'fo' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftfil.c:3346:19: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftfil.c:2427:27: note: Parameter 'fo' can be declared as pointer to const flow-tools-0.68/lib/ftfil.c:2779:48: style: Parameter 'ftfil' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftfil.c:2779:61: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftfil.c:2845:46: style: Parameter 'active_def' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftfil.c:2938:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:3053:45: style: Parameter 'ftfil' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftfil.c:4043:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:4197:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:4197:13: style: Variable 'cop' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:4306:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfil.c:132:29: style: struct member 'line_parser::type' is never used. [unusedStructMember] flow-tools-0.68/lib/ftfil.c:294:11: style: struct member 'ftfil_match_item_cache::time' is never used. [unusedStructMember] flow-tools-0.68/lib/ftfil.c:295:9: style: struct member 'ftfil_match_item_cache::flow' is never used. [unusedStructMember] flow-tools-0.68/lib/ftfil.c:296:19: style: struct member 'ftfil_match_item_cache::mode' is never used. [unusedStructMember] flow-tools-0.68/lib/ftfil.c:297:9: style: struct member 'ftfil_match_item_cache::lookup' is never used. [unusedStructMember] flow-tools-0.68/lib/ftfil.c:298:9: style: struct member 'ftfil_match_item_cache::eval' is never used. [unusedStructMember] flow-tools-0.68/lib/ftfil.c:2784:9: style: Variable 'found' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftfile.c:130:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfile.c:231:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfile.c:533:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfile.c:636:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftfile.c:70:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfile.c:151:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfile.c:152:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftfile.c:421:14: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/lib/ftfile.c:515:14: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/lib/ftfile.c:608:17: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] flow-tools-0.68/lib/ftfile.c:608:49: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] flow-tools-0.68/lib/ftfile.c:608:25: warning: If resource allocation fails, then there is a possible null pointer dereference: dirp [nullPointerOutOfResources] flow-tools-0.68/lib/ftfile.c:606:17: note: Assuming allocation function fails flow-tools-0.68/lib/ftfile.c:606:17: note: Assignment 'dirp=opendir(".")', assigned value is 0 flow-tools-0.68/lib/ftfile.c:608:25: note: Null pointer dereference flow-tools-0.68/lib/ftfile.c:103:66: style:inconclusive: Function 'ftfile_loadfile' argument 3 names different: declaration 'sort' definition 'flags'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftlib.h:2705:66: note: Function 'ftfile_loadfile' argument 3 names different: declaration 'sort' definition 'flags'. flow-tools-0.68/lib/ftfile.c:103:66: note: Function 'ftfile_loadfile' argument 3 names different: declaration 'sort' definition 'flags'. flow-tools-0.68/lib/ftfile.c:215:63: style:inconclusive: Function 'ftfile_loaddir' argument 3 names different: declaration 'sort' definition 'flags'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftlib.h:2706:63: note: Function 'ftfile_loaddir' argument 3 names different: declaration 'sort' definition 'flags'. flow-tools-0.68/lib/ftfile.c:215:63: note: Function 'ftfile_loaddir' argument 3 names different: declaration 'sort' definition 'flags'. flow-tools-0.68/lib/ftfile.c:278:55: style: Parameter 'fname' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftfile.c:391:40: style: Parameter 'fte' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftfile.c:415:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfile.c:416:9: style: Variable 'prefix' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfile.c:504:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftfile.c:585:20: style: Parameter 'prefix' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftio.c:95:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftio.c:1039:9: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:1233:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftio.c:1241:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:1416:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:1560:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2326:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftio.c:2406:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2411:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2511:7: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2518:7: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2541:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2547:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2553:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2558:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2563:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2569:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2575:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2581:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2587:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2593:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2599:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2605:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2611:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2617:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2651:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2653:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2677:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2679:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2688:11: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:2840:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftio.c:2947:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftio.c:1634:7: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/lib/ftio.c:1630:7: note: First condition flow-tools-0.68/lib/ftio.c:1634:7: note: Second condition flow-tools-0.68/lib/ftio.c:1646:7: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/lib/ftio.c:1641:7: note: First condition flow-tools-0.68/lib/ftio.c:1646:7: note: Second condition flow-tools-0.68/lib/ftio.c:1768:7: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/lib/ftio.c:1763:7: note: First condition flow-tools-0.68/lib/ftio.c:1768:7: note: Second condition flow-tools-0.68/lib/ftio.c:1773:7: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/lib/ftio.c:1768:7: note: First condition flow-tools-0.68/lib/ftio.c:1773:7: note: Second condition flow-tools-0.68/lib/ftio.c:1778:7: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/lib/ftio.c:1773:7: note: First condition flow-tools-0.68/lib/ftio.c:1778:7: note: Second condition flow-tools-0.68/lib/ftio.c:165:44: style: Condition '(ftio->xfield=ftio_xfield(ftio))==-1' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/ftio.c:1679:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] flow-tools-0.68/lib/ftio.c:1682:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] flow-tools-0.68/lib/ftio.c:1755:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] flow-tools-0.68/lib/ftio.c:1757:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] flow-tools-0.68/lib/ftio.c:2883:17: style: Variable 'enc_buf' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftio.c:2875:11: note: enc_buf is assigned flow-tools-0.68/lib/ftio.c:2883:17: note: enc_buf is overwritten flow-tools-0.68/lib/ftio.c:2310:46: style:inconclusive: Function 'ftiheader_read' argument 2 names different: declaration 'h' definition 'ihead'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftlib.h:2660:46: note: Function 'ftiheader_read' argument 2 names different: declaration 'h' definition 'ihead'. flow-tools-0.68/lib/ftio.c:2310:46: note: Function 'ftiheader_read' argument 2 names different: declaration 'h' definition 'ihead'. flow-tools-0.68/lib/ftio.c:393:51: style: Parameter 'ver' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftio.c:450:47: style: Parameter 'comment' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftio.c:473:52: style: Parameter 'hostname' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftio.c:597:41: style: Parameter 'ftio' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftio.c:618:33: style: Parameter 'ftio' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftio.c:866:26: style: Variable 'compat' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftio.c:1599:21: style: Variable 'fth' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftio.c:1603:9: style: Variable 'agg_name' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftio.c:2312:22: style: Variable 'h1' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftio.c:2983:36: style: Parameter 'ftio' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftmap.c:331:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftmap.c:84:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmap.c:161:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmap.c:258:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmap.c:384:17: style: Redundant condition: ip. '!ip || (ip && ftmin->ip==ip)' is equivalent to '!ip || ftmin->ip==ip' [redundantCondition] flow-tools-0.68/lib/ftmap.c:396:17: style: Redundant condition: ip. '!ip || (ip && ftmia->ip==ip)' is equivalent to '!ip || ftmia->ip==ip' [redundantCondition] flow-tools-0.68/lib/ftmap.c:380:9: style: Condition 'c' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/ftmap.c:392:16: style: Condition 'c' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/ftmap.c:404:16: style: Condition 'c' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/ftmap.c:149:62: style: Parameter 'ifIndex_list' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftmap.c:150:26: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftmap.c:227:56: style: Parameter 'ifIndex' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftmap.c:247:74: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftmask.c:155:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftmask.c:325:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftmask.c:467:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftmask.c:551:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftmask.c:142:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmask.c:143:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmask.c:404:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmask.c:464:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmask.c:465:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmask.c:513:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmask.c:546:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmask.c:547:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftmask.c:208:9: style: Condition 'c' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/ftmask.c:505:7: style: Condition 'new' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/ftmask.c:493:9: note: Assignment 'new=1', assigned value is 1 flow-tools-0.68/lib/ftmask.c:496:68: note: Assuming condition is false flow-tools-0.68/lib/ftmask.c:505:7: note: Condition 'new' is always true flow-tools-0.68/lib/ftmask.c:314:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/ftmask.c:66:32: note: Shadowed declaration flow-tools-0.68/lib/ftmask.c:314:27: note: Shadow variable flow-tools-0.68/lib/ftmask.c:285:51: style: Parameter 'ftmask' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftmask.c:285:65: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftmask.c:312:38: style: Parameter 'fo' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftmask.c:316:29: style: Variable 'prefix_rec' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftmask.c:290:9: style: Variable 'found' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftprof.c:71:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RUSAGE_SELF [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftprof.c:52:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftprof.c:88:44: style: Parameter 'prog' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftprof.c:71:12: style: Variable 'ret' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftrec.c:247:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:273:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:306:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:339:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:372:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:399:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:425:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:452:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:478:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:504:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:536:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:569:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:601:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:628:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:660:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:693:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:725:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftrec.c:1216:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftrec.c:382:18: style: Redundant assignment of 'rec_v5->output' to itself. [selfAssignment] flow-tools-0.68/lib/ftrec.c:409:18: style: Redundant assignment of 'rec_v6->output' to itself. [selfAssignment] flow-tools-0.68/lib/ftrec.c:435:18: style: Redundant assignment of 'rec_v7->output' to itself. [selfAssignment] flow-tools-0.68/lib/ftrec.c:125:44: style: Parameter 'ftv' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftrec.c:125:66: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftrec.c:160:38: style: Parameter 'in_ftv' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftrec.c:160:60: style: Parameter 'out_ftv' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftrec.c:244:42: style: Parameter 'rec_v5' can be declared as pointer to const. However it seems that 'ftrec_xlate_5to1' is a callback function, if 'rec_v5' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:179:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:244:42: note: Parameter 'rec_v5' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:270:42: style: Parameter 'rec_v5' can be declared as pointer to const. However it seems that 'ftrec_xlate_5to6' is a callback function, if 'rec_v5' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:181:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:270:42: note: Parameter 'rec_v5' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:302:45: style: Parameter 'rec_v5' can be declared as pointer to const. However it seems that 'ftrec_xlate_5to1005' is a callback function, if 'rec_v5' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:185:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:302:45: note: Parameter 'rec_v5' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:336:42: style: Parameter 'rec_v5' can be declared as pointer to const. However it seems that 'ftrec_xlate_5to7' is a callback function, if 'rec_v5' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:183:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:336:42: note: Parameter 'rec_v5' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:369:42: style: Parameter 'rec_v1' can be declared as pointer to const. However it seems that 'ftrec_xlate_1to5' is a callback function, if 'rec_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:166:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:369:42: note: Parameter 'rec_v1' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:396:42: style: Parameter 'rec_v1' can be declared as pointer to const. However it seems that 'ftrec_xlate_1to6' is a callback function, if 'rec_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:168:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:396:42: note: Parameter 'rec_v1' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:422:42: style: Parameter 'rec_v1' can be declared as pointer to const. However it seems that 'ftrec_xlate_1to7' is a callback function, if 'rec_v1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:170:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:422:42: note: Parameter 'rec_v1' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:448:45: style: Parameter 'rec_v1' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftrec.c:475:42: style: Parameter 'rec_v6' can be declared as pointer to const. However it seems that 'ftrec_xlate_6to1' is a callback function, if 'rec_v6' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:192:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:475:42: note: Parameter 'rec_v6' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:501:42: style: Parameter 'rec_v6' can be declared as pointer to const. However it seems that 'ftrec_xlate_6to5' is a callback function, if 'rec_v6' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:194:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:501:42: note: Parameter 'rec_v6' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:533:42: style: Parameter 'rec_v6' can be declared as pointer to const. However it seems that 'ftrec_xlate_6to7' is a callback function, if 'rec_v6' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:196:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:533:42: note: Parameter 'rec_v6' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:565:45: style: Parameter 'rec_v6' can be declared as pointer to const. However it seems that 'ftrec_xlate_6to1005' is a callback function, if 'rec_v6' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:200:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:565:45: note: Parameter 'rec_v6' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:598:42: style: Parameter 'rec_v7' can be declared as pointer to const. However it seems that 'ftrec_xlate_7to1' is a callback function, if 'rec_v7' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:205:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:598:42: note: Parameter 'rec_v7' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:625:42: style: Parameter 'rec_v7' can be declared as pointer to const. However it seems that 'ftrec_xlate_7to5' is a callback function, if 'rec_v7' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:207:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:625:42: note: Parameter 'rec_v7' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:657:42: style: Parameter 'rec_v7' can be declared as pointer to const. However it seems that 'ftrec_xlate_7to6' is a callback function, if 'rec_v7' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:209:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:657:42: note: Parameter 'rec_v7' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:689:45: style: Parameter 'rec_v7' can be declared as pointer to const. However it seems that 'ftrec_xlate_7to1005' is a callback function, if 'rec_v7' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:213:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:689:45: note: Parameter 'rec_v7' can be declared as pointer to const flow-tools-0.68/lib/ftrec.c:722:48: style: Parameter 'rec_v1005' can be declared as pointer to const. However it seems that 'ftrec_xlate_1005to5' is a callback function, if 'rec_v1005' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftrec.c:218:14: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftrec.c:722:48: note: Parameter 'rec_v1005' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:2751:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:3297:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:12375:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable VERSION [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:12673:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:12742:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:12821:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:12904:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13001:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13092:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13146:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13213:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13296:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13390:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13470:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13550:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13632:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13726:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13824:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:13914:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:14080:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:14200:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable avg_pps [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftstat.c:2741:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:2742:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:3249:14: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/lib/ftstat.c:3464:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:3813:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:4379:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:4623:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:4759:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5126:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5200:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5216:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5278:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5294:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5357:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5373:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5436:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5511:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5583:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5599:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5668:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5684:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5749:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5765:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5829:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5920:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:5994:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6069:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6085:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6149:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6165:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6241:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6257:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6333:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6349:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6437:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6453:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6517:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6592:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6664:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6680:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6748:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6823:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6898:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6914:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6982:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:6998:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7077:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7093:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7172:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7188:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7268:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7284:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7363:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7379:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7473:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7489:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7583:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7599:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7699:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7715:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7794:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7810:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7886:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7902:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7981:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:7997:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8076:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8092:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8188:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8204:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8300:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8316:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8416:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8432:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8500:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8516:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8584:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8600:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8668:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8684:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8754:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8770:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8839:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8855:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8924:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:8940:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9013:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9088:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9163:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9179:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9243:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9259:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9323:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9339:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9406:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9421:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9499:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9514:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9591:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9606:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9684:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9699:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9777:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9792:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9875:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9890:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9973:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:9988:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10083:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10098:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10195:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10210:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10309:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10324:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10407:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10422:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10505:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10520:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10601:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10616:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10697:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10713:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10735:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10810:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10888:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10905:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:10938:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11059:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11076:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11109:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11231:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11246:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11350:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11365:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11463:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11479:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11560:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11576:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11656:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11672:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11752:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11768:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11848:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11864:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11967:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:11986:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12080:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12096:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12158:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12174:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12236:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12252:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12654:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12718:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12797:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12876:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:12969:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13078:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13132:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13191:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13268:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13373:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13453:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13528:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13605:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13701:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13794:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13900:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:13955:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14044:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14171:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14284:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14752:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14826:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14827:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14828:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14829:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14830:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14831:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14835:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14836:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14837:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14838:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14839:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:14875:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftstat.c:2815:9: style: Condition 'c' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/ftstat.c:3385:22: style: Condition 'ftstat_def_free(active_def)' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/ftstat.c:3385:22: note: Calling function 'ftstat_def_free' returns 0 flow-tools-0.68/lib/ftstat.c:3385:22: note: Condition 'ftstat_def_free(active_def)' is always false flow-tools-0.68/lib/ftstat.c:14633:28: style: Condition 'comma' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/ftstat.c:14630:11: note: Assignment 'comma=0', assigned value is 0 flow-tools-0.68/lib/ftstat.c:14633:28: note: Condition 'comma' is always false flow-tools-0.68/lib/ftstat.c:8953:68: style: Same expression on both sides of '^'. [duplicateExpression] flow-tools-0.68/lib/ftstat.c:4782:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:4782:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:4782:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5147:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5147:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5147:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5216:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5216:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5216:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5294:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5294:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5294:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5373:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5373:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5373:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5452:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5452:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5452:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5527:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5527:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5527:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5599:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5599:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5599:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5684:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5684:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5684:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5765:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5765:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5765:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5846:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5846:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5846:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5936:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:5936:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:5936:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6010:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6010:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6010:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6085:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6085:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6085:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6165:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6165:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6165:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6257:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6257:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6257:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6349:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6349:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6349:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6453:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6453:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6453:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6533:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6533:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6533:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6608:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6608:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6608:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6680:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6680:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6680:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6764:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6764:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6764:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6839:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6839:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6839:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6914:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6914:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6914:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:6998:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:6998:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:6998:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7093:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7093:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7093:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7188:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7188:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7188:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7284:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7284:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7284:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7379:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7379:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7379:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7489:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7489:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7489:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7599:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7599:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7599:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7715:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7715:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7715:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7810:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7810:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7810:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7902:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7902:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7902:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:7997:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:7997:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:7997:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8092:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8092:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8092:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8204:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8204:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8204:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8316:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8316:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8316:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8432:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8432:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8432:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8516:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8516:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8516:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8600:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8600:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8600:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8684:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8684:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8684:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8770:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8770:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8770:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8855:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8855:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8855:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:8940:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:8940:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:8940:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9029:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9029:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9029:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9104:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9104:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9104:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9179:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9179:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9179:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9259:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9259:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9259:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9339:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9339:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9339:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9421:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9421:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9421:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9514:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9514:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9514:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9606:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9606:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9606:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9699:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9699:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9699:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9792:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9792:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9792:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9890:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9890:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9890:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:9988:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:9988:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:9988:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10098:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10098:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10098:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10210:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10210:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10210:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10324:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10324:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10324:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10422:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10422:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10422:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10520:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10520:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10520:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10616:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10616:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10616:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10713:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10713:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10713:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10826:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10826:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10826:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:10905:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:10905:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:10905:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11076:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11076:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11076:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11246:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11246:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11246:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11365:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11365:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11365:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11479:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11479:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11479:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11576:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11576:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11576:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11672:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11672:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11672:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11768:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11768:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11768:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11864:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11864:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11864:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:11986:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:11986:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:11986:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:12096:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:12096:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:12096:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:12174:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:12174:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:12174:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:12252:3: style: Variable 'cur.dFlows64' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/ftstat.c:12252:3: note: cur.dFlows64 is assigned flow-tools-0.68/lib/ftstat.c:12252:3: note: cur.dFlows64 is overwritten flow-tools-0.68/lib/ftstat.c:5104:45: style:inconclusive: Function 'ftstat_rpt_1_free' argument 1 names different: declaration 'rpt' definition 'rpt1'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1305:45: note: Function 'ftstat_rpt_1_free' argument 1 names different: declaration 'rpt' definition 'rpt1'. flow-tools-0.68/lib/ftstat.c:5104:45: note: Function 'ftstat_rpt_1_free' argument 1 names different: declaration 'rpt' definition 'rpt1'. flow-tools-0.68/lib/ftstat.c:5184:45: style:inconclusive: Function 'ftstat_rpt_2_free' argument 1 names different: declaration 'rpt' definition 'rpt2'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1312:45: note: Function 'ftstat_rpt_2_free' argument 1 names different: declaration 'rpt' definition 'rpt2'. flow-tools-0.68/lib/ftstat.c:5184:45: note: Function 'ftstat_rpt_2_free' argument 1 names different: declaration 'rpt' definition 'rpt2'. flow-tools-0.68/lib/ftstat.c:5261:45: style:inconclusive: Function 'ftstat_rpt_3_free' argument 1 names different: declaration 'rpt' definition 'rpt3'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1319:45: note: Function 'ftstat_rpt_3_free' argument 1 names different: declaration 'rpt' definition 'rpt3'. flow-tools-0.68/lib/ftstat.c:5261:45: note: Function 'ftstat_rpt_3_free' argument 1 names different: declaration 'rpt' definition 'rpt3'. flow-tools-0.68/lib/ftstat.c:5340:45: style:inconclusive: Function 'ftstat_rpt_4_free' argument 1 names different: declaration 'rpt' definition 'rpt4'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1326:45: note: Function 'ftstat_rpt_4_free' argument 1 names different: declaration 'rpt' definition 'rpt4'. flow-tools-0.68/lib/ftstat.c:5340:45: note: Function 'ftstat_rpt_4_free' argument 1 names different: declaration 'rpt' definition 'rpt4'. flow-tools-0.68/lib/ftstat.c:5419:45: style:inconclusive: Function 'ftstat_rpt_5_free' argument 1 names different: declaration 'rpt' definition 'rpt5'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1333:45: note: Function 'ftstat_rpt_5_free' argument 1 names different: declaration 'rpt' definition 'rpt5'. flow-tools-0.68/lib/ftstat.c:5419:45: note: Function 'ftstat_rpt_5_free' argument 1 names different: declaration 'rpt' definition 'rpt5'. flow-tools-0.68/lib/ftstat.c:5494:45: style:inconclusive: Function 'ftstat_rpt_6_free' argument 1 names different: declaration 'rpt' definition 'rpt6'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1340:45: note: Function 'ftstat_rpt_6_free' argument 1 names different: declaration 'rpt' definition 'rpt6'. flow-tools-0.68/lib/ftstat.c:5494:45: note: Function 'ftstat_rpt_6_free' argument 1 names different: declaration 'rpt' definition 'rpt6'. flow-tools-0.68/lib/ftstat.c:5569:45: style:inconclusive: Function 'ftstat_rpt_7_free' argument 1 names different: declaration 'rpt' definition 'rpt7'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1347:45: note: Function 'ftstat_rpt_7_free' argument 1 names different: declaration 'rpt' definition 'rpt7'. flow-tools-0.68/lib/ftstat.c:5569:45: note: Function 'ftstat_rpt_7_free' argument 1 names different: declaration 'rpt' definition 'rpt7'. flow-tools-0.68/lib/ftstat.c:5651:45: style:inconclusive: Function 'ftstat_rpt_8_free' argument 1 names different: declaration 'rpt' definition 'rpt8'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1354:45: note: Function 'ftstat_rpt_8_free' argument 1 names different: declaration 'rpt' definition 'rpt8'. flow-tools-0.68/lib/ftstat.c:5651:45: note: Function 'ftstat_rpt_8_free' argument 1 names different: declaration 'rpt' definition 'rpt8'. flow-tools-0.68/lib/ftstat.c:5732:45: style:inconclusive: Function 'ftstat_rpt_9_free' argument 1 names different: declaration 'rpt' definition 'rpt9'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1361:45: note: Function 'ftstat_rpt_9_free' argument 1 names different: declaration 'rpt' definition 'rpt9'. flow-tools-0.68/lib/ftstat.c:5732:45: note: Function 'ftstat_rpt_9_free' argument 1 names different: declaration 'rpt' definition 'rpt9'. flow-tools-0.68/lib/ftstat.c:5812:47: style:inconclusive: Function 'ftstat_rpt_10_free' argument 1 names different: declaration 'rpt' definition 'rpt10'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1368:47: note: Function 'ftstat_rpt_10_free' argument 1 names different: declaration 'rpt' definition 'rpt10'. flow-tools-0.68/lib/ftstat.c:5812:47: note: Function 'ftstat_rpt_10_free' argument 1 names different: declaration 'rpt' definition 'rpt10'. flow-tools-0.68/lib/ftstat.c:5903:47: style:inconclusive: Function 'ftstat_rpt_11_free' argument 1 names different: declaration 'rpt' definition 'rpt11'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1375:47: note: Function 'ftstat_rpt_11_free' argument 1 names different: declaration 'rpt' definition 'rpt11'. flow-tools-0.68/lib/ftstat.c:5903:47: note: Function 'ftstat_rpt_11_free' argument 1 names different: declaration 'rpt' definition 'rpt11'. flow-tools-0.68/lib/ftstat.c:5977:47: style:inconclusive: Function 'ftstat_rpt_12_free' argument 1 names different: declaration 'rpt' definition 'rpt12'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1382:47: note: Function 'ftstat_rpt_12_free' argument 1 names different: declaration 'rpt' definition 'rpt12'. flow-tools-0.68/lib/ftstat.c:5977:47: note: Function 'ftstat_rpt_12_free' argument 1 names different: declaration 'rpt' definition 'rpt12'. flow-tools-0.68/lib/ftstat.c:6052:47: style:inconclusive: Function 'ftstat_rpt_13_free' argument 1 names different: declaration 'rpt' definition 'rpt13'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1389:47: note: Function 'ftstat_rpt_13_free' argument 1 names different: declaration 'rpt' definition 'rpt13'. flow-tools-0.68/lib/ftstat.c:6052:47: note: Function 'ftstat_rpt_13_free' argument 1 names different: declaration 'rpt' definition 'rpt13'. flow-tools-0.68/lib/ftstat.c:6132:47: style:inconclusive: Function 'ftstat_rpt_14_free' argument 1 names different: declaration 'rpt' definition 'rpt14'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1396:47: note: Function 'ftstat_rpt_14_free' argument 1 names different: declaration 'rpt' definition 'rpt14'. flow-tools-0.68/lib/ftstat.c:6132:47: note: Function 'ftstat_rpt_14_free' argument 1 names different: declaration 'rpt' definition 'rpt14'. flow-tools-0.68/lib/ftstat.c:6224:47: style:inconclusive: Function 'ftstat_rpt_15_free' argument 1 names different: declaration 'rpt' definition 'rpt15'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1403:47: note: Function 'ftstat_rpt_15_free' argument 1 names different: declaration 'rpt' definition 'rpt15'. flow-tools-0.68/lib/ftstat.c:6224:47: note: Function 'ftstat_rpt_15_free' argument 1 names different: declaration 'rpt' definition 'rpt15'. flow-tools-0.68/lib/ftstat.c:6316:47: style:inconclusive: Function 'ftstat_rpt_16_free' argument 1 names different: declaration 'rpt' definition 'rpt16'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1410:47: note: Function 'ftstat_rpt_16_free' argument 1 names different: declaration 'rpt' definition 'rpt16'. flow-tools-0.68/lib/ftstat.c:6316:47: note: Function 'ftstat_rpt_16_free' argument 1 names different: declaration 'rpt' definition 'rpt16'. flow-tools-0.68/lib/ftstat.c:6423:47: style:inconclusive: Function 'ftstat_rpt_17_free' argument 1 names different: declaration 'rpt' definition 'rpt17'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1417:47: note: Function 'ftstat_rpt_17_free' argument 1 names different: declaration 'rpt' definition 'rpt17'. flow-tools-0.68/lib/ftstat.c:6423:47: note: Function 'ftstat_rpt_17_free' argument 1 names different: declaration 'rpt' definition 'rpt17'. flow-tools-0.68/lib/ftstat.c:6500:47: style:inconclusive: Function 'ftstat_rpt_18_free' argument 1 names different: declaration 'rpt' definition 'rpt18'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1424:47: note: Function 'ftstat_rpt_18_free' argument 1 names different: declaration 'rpt' definition 'rpt18'. flow-tools-0.68/lib/ftstat.c:6500:47: note: Function 'ftstat_rpt_18_free' argument 1 names different: declaration 'rpt' definition 'rpt18'. flow-tools-0.68/lib/ftstat.c:6575:47: style:inconclusive: Function 'ftstat_rpt_19_free' argument 1 names different: declaration 'rpt' definition 'rpt19'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1431:47: note: Function 'ftstat_rpt_19_free' argument 1 names different: declaration 'rpt' definition 'rpt19'. flow-tools-0.68/lib/ftstat.c:6575:47: note: Function 'ftstat_rpt_19_free' argument 1 names different: declaration 'rpt' definition 'rpt19'. flow-tools-0.68/lib/ftstat.c:6650:47: style:inconclusive: Function 'ftstat_rpt_20_free' argument 1 names different: declaration 'rpt' definition 'rpt20'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1438:47: note: Function 'ftstat_rpt_20_free' argument 1 names different: declaration 'rpt' definition 'rpt20'. flow-tools-0.68/lib/ftstat.c:6650:47: note: Function 'ftstat_rpt_20_free' argument 1 names different: declaration 'rpt' definition 'rpt20'. flow-tools-0.68/lib/ftstat.c:6731:47: style:inconclusive: Function 'ftstat_rpt_21_free' argument 1 names different: declaration 'rpt' definition 'rpt21'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1445:47: note: Function 'ftstat_rpt_21_free' argument 1 names different: declaration 'rpt' definition 'rpt21'. flow-tools-0.68/lib/ftstat.c:6731:47: note: Function 'ftstat_rpt_21_free' argument 1 names different: declaration 'rpt' definition 'rpt21'. flow-tools-0.68/lib/ftstat.c:6806:47: style:inconclusive: Function 'ftstat_rpt_22_free' argument 1 names different: declaration 'rpt' definition 'rpt22'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1452:47: note: Function 'ftstat_rpt_22_free' argument 1 names different: declaration 'rpt' definition 'rpt22'. flow-tools-0.68/lib/ftstat.c:6806:47: note: Function 'ftstat_rpt_22_free' argument 1 names different: declaration 'rpt' definition 'rpt22'. flow-tools-0.68/lib/ftstat.c:6881:47: style:inconclusive: Function 'ftstat_rpt_23_free' argument 1 names different: declaration 'rpt' definition 'rpt23'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1459:47: note: Function 'ftstat_rpt_23_free' argument 1 names different: declaration 'rpt' definition 'rpt23'. flow-tools-0.68/lib/ftstat.c:6881:47: note: Function 'ftstat_rpt_23_free' argument 1 names different: declaration 'rpt' definition 'rpt23'. flow-tools-0.68/lib/ftstat.c:6965:47: style:inconclusive: Function 'ftstat_rpt_24_free' argument 1 names different: declaration 'rpt' definition 'rpt24'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1466:47: note: Function 'ftstat_rpt_24_free' argument 1 names different: declaration 'rpt' definition 'rpt24'. flow-tools-0.68/lib/ftstat.c:6965:47: note: Function 'ftstat_rpt_24_free' argument 1 names different: declaration 'rpt' definition 'rpt24'. flow-tools-0.68/lib/ftstat.c:7060:47: style:inconclusive: Function 'ftstat_rpt_25_free' argument 1 names different: declaration 'rpt' definition 'rpt25'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1473:47: note: Function 'ftstat_rpt_25_free' argument 1 names different: declaration 'rpt' definition 'rpt25'. flow-tools-0.68/lib/ftstat.c:7060:47: note: Function 'ftstat_rpt_25_free' argument 1 names different: declaration 'rpt' definition 'rpt25'. flow-tools-0.68/lib/ftstat.c:7155:47: style:inconclusive: Function 'ftstat_rpt_26_free' argument 1 names different: declaration 'rpt' definition 'rpt26'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1480:47: note: Function 'ftstat_rpt_26_free' argument 1 names different: declaration 'rpt' definition 'rpt26'. flow-tools-0.68/lib/ftstat.c:7155:47: note: Function 'ftstat_rpt_26_free' argument 1 names different: declaration 'rpt' definition 'rpt26'. flow-tools-0.68/lib/ftstat.c:7251:47: style:inconclusive: Function 'ftstat_rpt_27_free' argument 1 names different: declaration 'rpt' definition 'rpt27'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1487:47: note: Function 'ftstat_rpt_27_free' argument 1 names different: declaration 'rpt' definition 'rpt27'. flow-tools-0.68/lib/ftstat.c:7251:47: note: Function 'ftstat_rpt_27_free' argument 1 names different: declaration 'rpt' definition 'rpt27'. flow-tools-0.68/lib/ftstat.c:7346:47: style:inconclusive: Function 'ftstat_rpt_28_free' argument 1 names different: declaration 'rpt' definition 'rpt28'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1494:47: note: Function 'ftstat_rpt_28_free' argument 1 names different: declaration 'rpt' definition 'rpt28'. flow-tools-0.68/lib/ftstat.c:7346:47: note: Function 'ftstat_rpt_28_free' argument 1 names different: declaration 'rpt' definition 'rpt28'. flow-tools-0.68/lib/ftstat.c:7456:47: style:inconclusive: Function 'ftstat_rpt_29_free' argument 1 names different: declaration 'rpt' definition 'rpt29'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1501:47: note: Function 'ftstat_rpt_29_free' argument 1 names different: declaration 'rpt' definition 'rpt29'. flow-tools-0.68/lib/ftstat.c:7456:47: note: Function 'ftstat_rpt_29_free' argument 1 names different: declaration 'rpt' definition 'rpt29'. flow-tools-0.68/lib/ftstat.c:7566:47: style:inconclusive: Function 'ftstat_rpt_30_free' argument 1 names different: declaration 'rpt' definition 'rpt30'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1508:47: note: Function 'ftstat_rpt_30_free' argument 1 names different: declaration 'rpt' definition 'rpt30'. flow-tools-0.68/lib/ftstat.c:7566:47: note: Function 'ftstat_rpt_30_free' argument 1 names different: declaration 'rpt' definition 'rpt30'. flow-tools-0.68/lib/ftstat.c:7682:47: style:inconclusive: Function 'ftstat_rpt_31_free' argument 1 names different: declaration 'rpt' definition 'rpt31'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1515:47: note: Function 'ftstat_rpt_31_free' argument 1 names different: declaration 'rpt' definition 'rpt31'. flow-tools-0.68/lib/ftstat.c:7682:47: note: Function 'ftstat_rpt_31_free' argument 1 names different: declaration 'rpt' definition 'rpt31'. flow-tools-0.68/lib/ftstat.c:7777:47: style:inconclusive: Function 'ftstat_rpt_32_free' argument 1 names different: declaration 'rpt' definition 'rpt32'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1522:47: note: Function 'ftstat_rpt_32_free' argument 1 names different: declaration 'rpt' definition 'rpt32'. flow-tools-0.68/lib/ftstat.c:7777:47: note: Function 'ftstat_rpt_32_free' argument 1 names different: declaration 'rpt' definition 'rpt32'. flow-tools-0.68/lib/ftstat.c:7872:47: style:inconclusive: Function 'ftstat_rpt_33_free' argument 1 names different: declaration 'rpt' definition 'rpt33'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1529:47: note: Function 'ftstat_rpt_33_free' argument 1 names different: declaration 'rpt' definition 'rpt33'. flow-tools-0.68/lib/ftstat.c:7872:47: note: Function 'ftstat_rpt_33_free' argument 1 names different: declaration 'rpt' definition 'rpt33'. flow-tools-0.68/lib/ftstat.c:7964:47: style:inconclusive: Function 'ftstat_rpt_34_free' argument 1 names different: declaration 'rpt' definition 'rpt34'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1536:47: note: Function 'ftstat_rpt_34_free' argument 1 names different: declaration 'rpt' definition 'rpt34'. flow-tools-0.68/lib/ftstat.c:7964:47: note: Function 'ftstat_rpt_34_free' argument 1 names different: declaration 'rpt' definition 'rpt34'. flow-tools-0.68/lib/ftstat.c:8059:47: style:inconclusive: Function 'ftstat_rpt_35_free' argument 1 names different: declaration 'rpt' definition 'rpt35'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1543:47: note: Function 'ftstat_rpt_35_free' argument 1 names different: declaration 'rpt' definition 'rpt35'. flow-tools-0.68/lib/ftstat.c:8059:47: note: Function 'ftstat_rpt_35_free' argument 1 names different: declaration 'rpt' definition 'rpt35'. flow-tools-0.68/lib/ftstat.c:8171:47: style:inconclusive: Function 'ftstat_rpt_36_free' argument 1 names different: declaration 'rpt' definition 'rpt36'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1550:47: note: Function 'ftstat_rpt_36_free' argument 1 names different: declaration 'rpt' definition 'rpt36'. flow-tools-0.68/lib/ftstat.c:8171:47: note: Function 'ftstat_rpt_36_free' argument 1 names different: declaration 'rpt' definition 'rpt36'. flow-tools-0.68/lib/ftstat.c:8283:47: style:inconclusive: Function 'ftstat_rpt_37_free' argument 1 names different: declaration 'rpt' definition 'rpt37'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1557:47: note: Function 'ftstat_rpt_37_free' argument 1 names different: declaration 'rpt' definition 'rpt37'. flow-tools-0.68/lib/ftstat.c:8283:47: note: Function 'ftstat_rpt_37_free' argument 1 names different: declaration 'rpt' definition 'rpt37'. flow-tools-0.68/lib/ftstat.c:8399:47: style:inconclusive: Function 'ftstat_rpt_38_free' argument 1 names different: declaration 'rpt' definition 'rpt38'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1564:47: note: Function 'ftstat_rpt_38_free' argument 1 names different: declaration 'rpt' definition 'rpt38'. flow-tools-0.68/lib/ftstat.c:8399:47: note: Function 'ftstat_rpt_38_free' argument 1 names different: declaration 'rpt' definition 'rpt38'. flow-tools-0.68/lib/ftstat.c:8483:47: style:inconclusive: Function 'ftstat_rpt_39_free' argument 1 names different: declaration 'rpt' definition 'rpt39'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1571:47: note: Function 'ftstat_rpt_39_free' argument 1 names different: declaration 'rpt' definition 'rpt39'. flow-tools-0.68/lib/ftstat.c:8483:47: note: Function 'ftstat_rpt_39_free' argument 1 names different: declaration 'rpt' definition 'rpt39'. flow-tools-0.68/lib/ftstat.c:8567:47: style:inconclusive: Function 'ftstat_rpt_40_free' argument 1 names different: declaration 'rpt' definition 'rpt40'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1578:47: note: Function 'ftstat_rpt_40_free' argument 1 names different: declaration 'rpt' definition 'rpt40'. flow-tools-0.68/lib/ftstat.c:8567:47: note: Function 'ftstat_rpt_40_free' argument 1 names different: declaration 'rpt' definition 'rpt40'. flow-tools-0.68/lib/ftstat.c:8651:47: style:inconclusive: Function 'ftstat_rpt_41_free' argument 1 names different: declaration 'rpt' definition 'rpt41'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1585:47: note: Function 'ftstat_rpt_41_free' argument 1 names different: declaration 'rpt' definition 'rpt41'. flow-tools-0.68/lib/ftstat.c:8651:47: note: Function 'ftstat_rpt_41_free' argument 1 names different: declaration 'rpt' definition 'rpt41'. flow-tools-0.68/lib/ftstat.c:8737:47: style:inconclusive: Function 'ftstat_rpt_42_free' argument 1 names different: declaration 'rpt' definition 'rpt42'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1592:47: note: Function 'ftstat_rpt_42_free' argument 1 names different: declaration 'rpt' definition 'rpt42'. flow-tools-0.68/lib/ftstat.c:8737:47: note: Function 'ftstat_rpt_42_free' argument 1 names different: declaration 'rpt' definition 'rpt42'. flow-tools-0.68/lib/ftstat.c:8822:47: style:inconclusive: Function 'ftstat_rpt_43_free' argument 1 names different: declaration 'rpt' definition 'rpt43'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1599:47: note: Function 'ftstat_rpt_43_free' argument 1 names different: declaration 'rpt' definition 'rpt43'. flow-tools-0.68/lib/ftstat.c:8822:47: note: Function 'ftstat_rpt_43_free' argument 1 names different: declaration 'rpt' definition 'rpt43'. flow-tools-0.68/lib/ftstat.c:8907:47: style:inconclusive: Function 'ftstat_rpt_44_free' argument 1 names different: declaration 'rpt' definition 'rpt44'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1606:47: note: Function 'ftstat_rpt_44_free' argument 1 names different: declaration 'rpt' definition 'rpt44'. flow-tools-0.68/lib/ftstat.c:8907:47: note: Function 'ftstat_rpt_44_free' argument 1 names different: declaration 'rpt' definition 'rpt44'. flow-tools-0.68/lib/ftstat.c:8996:47: style:inconclusive: Function 'ftstat_rpt_45_free' argument 1 names different: declaration 'rpt' definition 'rpt45'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1613:47: note: Function 'ftstat_rpt_45_free' argument 1 names different: declaration 'rpt' definition 'rpt45'. flow-tools-0.68/lib/ftstat.c:8996:47: note: Function 'ftstat_rpt_45_free' argument 1 names different: declaration 'rpt' definition 'rpt45'. flow-tools-0.68/lib/ftstat.c:9071:47: style:inconclusive: Function 'ftstat_rpt_46_free' argument 1 names different: declaration 'rpt' definition 'rpt46'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1620:47: note: Function 'ftstat_rpt_46_free' argument 1 names different: declaration 'rpt' definition 'rpt46'. flow-tools-0.68/lib/ftstat.c:9071:47: note: Function 'ftstat_rpt_46_free' argument 1 names different: declaration 'rpt' definition 'rpt46'. flow-tools-0.68/lib/ftstat.c:9146:47: style:inconclusive: Function 'ftstat_rpt_47_free' argument 1 names different: declaration 'rpt' definition 'rpt47'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1627:47: note: Function 'ftstat_rpt_47_free' argument 1 names different: declaration 'rpt' definition 'rpt47'. flow-tools-0.68/lib/ftstat.c:9146:47: note: Function 'ftstat_rpt_47_free' argument 1 names different: declaration 'rpt' definition 'rpt47'. flow-tools-0.68/lib/ftstat.c:9226:47: style:inconclusive: Function 'ftstat_rpt_48_free' argument 1 names different: declaration 'rpt' definition 'rpt48'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1634:47: note: Function 'ftstat_rpt_48_free' argument 1 names different: declaration 'rpt' definition 'rpt48'. flow-tools-0.68/lib/ftstat.c:9226:47: note: Function 'ftstat_rpt_48_free' argument 1 names different: declaration 'rpt' definition 'rpt48'. flow-tools-0.68/lib/ftstat.c:9306:47: style:inconclusive: Function 'ftstat_rpt_49_free' argument 1 names different: declaration 'rpt' definition 'rpt49'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1641:47: note: Function 'ftstat_rpt_49_free' argument 1 names different: declaration 'rpt' definition 'rpt49'. flow-tools-0.68/lib/ftstat.c:9306:47: note: Function 'ftstat_rpt_49_free' argument 1 names different: declaration 'rpt' definition 'rpt49'. flow-tools-0.68/lib/ftstat.c:9390:47: style:inconclusive: Function 'ftstat_rpt_50_free' argument 1 names different: declaration 'rpt' definition 'rpt50'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1648:47: note: Function 'ftstat_rpt_50_free' argument 1 names different: declaration 'rpt' definition 'rpt50'. flow-tools-0.68/lib/ftstat.c:9390:47: note: Function 'ftstat_rpt_50_free' argument 1 names different: declaration 'rpt' definition 'rpt50'. flow-tools-0.68/lib/ftstat.c:9482:47: style:inconclusive: Function 'ftstat_rpt_51_free' argument 1 names different: declaration 'rpt' definition 'rpt51'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1655:47: note: Function 'ftstat_rpt_51_free' argument 1 names different: declaration 'rpt' definition 'rpt51'. flow-tools-0.68/lib/ftstat.c:9482:47: note: Function 'ftstat_rpt_51_free' argument 1 names different: declaration 'rpt' definition 'rpt51'. flow-tools-0.68/lib/ftstat.c:9575:47: style:inconclusive: Function 'ftstat_rpt_52_free' argument 1 names different: declaration 'rpt' definition 'rpt52'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1662:47: note: Function 'ftstat_rpt_52_free' argument 1 names different: declaration 'rpt' definition 'rpt52'. flow-tools-0.68/lib/ftstat.c:9575:47: note: Function 'ftstat_rpt_52_free' argument 1 names different: declaration 'rpt' definition 'rpt52'. flow-tools-0.68/lib/ftstat.c:9667:47: style:inconclusive: Function 'ftstat_rpt_53_free' argument 1 names different: declaration 'rpt' definition 'rpt53'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1669:47: note: Function 'ftstat_rpt_53_free' argument 1 names different: declaration 'rpt' definition 'rpt53'. flow-tools-0.68/lib/ftstat.c:9667:47: note: Function 'ftstat_rpt_53_free' argument 1 names different: declaration 'rpt' definition 'rpt53'. flow-tools-0.68/lib/ftstat.c:9760:47: style:inconclusive: Function 'ftstat_rpt_54_free' argument 1 names different: declaration 'rpt' definition 'rpt54'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1676:47: note: Function 'ftstat_rpt_54_free' argument 1 names different: declaration 'rpt' definition 'rpt54'. flow-tools-0.68/lib/ftstat.c:9760:47: note: Function 'ftstat_rpt_54_free' argument 1 names different: declaration 'rpt' definition 'rpt54'. flow-tools-0.68/lib/ftstat.c:9858:47: style:inconclusive: Function 'ftstat_rpt_55_free' argument 1 names different: declaration 'rpt' definition 'rpt55'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1683:47: note: Function 'ftstat_rpt_55_free' argument 1 names different: declaration 'rpt' definition 'rpt55'. flow-tools-0.68/lib/ftstat.c:9858:47: note: Function 'ftstat_rpt_55_free' argument 1 names different: declaration 'rpt' definition 'rpt55'. flow-tools-0.68/lib/ftstat.c:9956:47: style:inconclusive: Function 'ftstat_rpt_56_free' argument 1 names different: declaration 'rpt' definition 'rpt56'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1690:47: note: Function 'ftstat_rpt_56_free' argument 1 names different: declaration 'rpt' definition 'rpt56'. flow-tools-0.68/lib/ftstat.c:9956:47: note: Function 'ftstat_rpt_56_free' argument 1 names different: declaration 'rpt' definition 'rpt56'. flow-tools-0.68/lib/ftstat.c:10067:47: style:inconclusive: Function 'ftstat_rpt_57_free' argument 1 names different: declaration 'rpt' definition 'rpt57'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1697:47: note: Function 'ftstat_rpt_57_free' argument 1 names different: declaration 'rpt' definition 'rpt57'. flow-tools-0.68/lib/ftstat.c:10067:47: note: Function 'ftstat_rpt_57_free' argument 1 names different: declaration 'rpt' definition 'rpt57'. flow-tools-0.68/lib/ftstat.c:10177:47: style:inconclusive: Function 'ftstat_rpt_58_free' argument 1 names different: declaration 'rpt' definition 'rpt58'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1704:47: note: Function 'ftstat_rpt_58_free' argument 1 names different: declaration 'rpt' definition 'rpt58'. flow-tools-0.68/lib/ftstat.c:10177:47: note: Function 'ftstat_rpt_58_free' argument 1 names different: declaration 'rpt' definition 'rpt58'. flow-tools-0.68/lib/ftstat.c:10292:47: style:inconclusive: Function 'ftstat_rpt_59_free' argument 1 names different: declaration 'rpt' definition 'rpt59'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1711:47: note: Function 'ftstat_rpt_59_free' argument 1 names different: declaration 'rpt' definition 'rpt59'. flow-tools-0.68/lib/ftstat.c:10292:47: note: Function 'ftstat_rpt_59_free' argument 1 names different: declaration 'rpt' definition 'rpt59'. flow-tools-0.68/lib/ftstat.c:10390:47: style:inconclusive: Function 'ftstat_rpt_60_free' argument 1 names different: declaration 'rpt' definition 'rpt60'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1718:47: note: Function 'ftstat_rpt_60_free' argument 1 names different: declaration 'rpt' definition 'rpt60'. flow-tools-0.68/lib/ftstat.c:10390:47: note: Function 'ftstat_rpt_60_free' argument 1 names different: declaration 'rpt' definition 'rpt60'. flow-tools-0.68/lib/ftstat.c:10488:47: style:inconclusive: Function 'ftstat_rpt_61_free' argument 1 names different: declaration 'rpt' definition 'rpt61'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1725:47: note: Function 'ftstat_rpt_61_free' argument 1 names different: declaration 'rpt' definition 'rpt61'. flow-tools-0.68/lib/ftstat.c:10488:47: note: Function 'ftstat_rpt_61_free' argument 1 names different: declaration 'rpt' definition 'rpt61'. flow-tools-0.68/lib/ftstat.c:10585:47: style:inconclusive: Function 'ftstat_rpt_62_free' argument 1 names different: declaration 'rpt' definition 'rpt62'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1732:47: note: Function 'ftstat_rpt_62_free' argument 1 names different: declaration 'rpt' definition 'rpt62'. flow-tools-0.68/lib/ftstat.c:10585:47: note: Function 'ftstat_rpt_62_free' argument 1 names different: declaration 'rpt' definition 'rpt62'. flow-tools-0.68/lib/ftstat.c:10681:47: style:inconclusive: Function 'ftstat_rpt_63_free' argument 1 names different: declaration 'rpt' definition 'rpt63'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1739:47: note: Function 'ftstat_rpt_63_free' argument 1 names different: declaration 'rpt' definition 'rpt63'. flow-tools-0.68/lib/ftstat.c:10681:47: note: Function 'ftstat_rpt_63_free' argument 1 names different: declaration 'rpt' definition 'rpt63'. flow-tools-0.68/lib/ftstat.c:10794:47: style:inconclusive: Function 'ftstat_rpt_64_free' argument 1 names different: declaration 'rpt' definition 'rpt64'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1746:47: note: Function 'ftstat_rpt_64_free' argument 1 names different: declaration 'rpt' definition 'rpt64'. flow-tools-0.68/lib/ftstat.c:10794:47: note: Function 'ftstat_rpt_64_free' argument 1 names different: declaration 'rpt' definition 'rpt64'. flow-tools-0.68/lib/ftstat.c:10872:47: style:inconclusive: Function 'ftstat_rpt_65_free' argument 1 names different: declaration 'rpt' definition 'rpt65'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1753:47: note: Function 'ftstat_rpt_65_free' argument 1 names different: declaration 'rpt' definition 'rpt65'. flow-tools-0.68/lib/ftstat.c:10872:47: note: Function 'ftstat_rpt_65_free' argument 1 names different: declaration 'rpt' definition 'rpt65'. flow-tools-0.68/lib/ftstat.c:11023:47: style:inconclusive: Function 'ftstat_rpt_66_free' argument 1 names different: declaration 'rpt' definition 'rpt66'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1760:47: note: Function 'ftstat_rpt_66_free' argument 1 names different: declaration 'rpt' definition 'rpt66'. flow-tools-0.68/lib/ftstat.c:11023:47: note: Function 'ftstat_rpt_66_free' argument 1 names different: declaration 'rpt' definition 'rpt66'. flow-tools-0.68/lib/ftstat.c:11194:47: style:inconclusive: Function 'ftstat_rpt_67_free' argument 1 names different: declaration 'rpt' definition 'rpt67'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1767:47: note: Function 'ftstat_rpt_67_free' argument 1 names different: declaration 'rpt' definition 'rpt67'. flow-tools-0.68/lib/ftstat.c:11194:47: note: Function 'ftstat_rpt_67_free' argument 1 names different: declaration 'rpt' definition 'rpt67'. flow-tools-0.68/lib/ftstat.c:11334:47: style:inconclusive: Function 'ftstat_rpt_68_free' argument 1 names different: declaration 'rpt' definition 'rpt68'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1774:47: note: Function 'ftstat_rpt_68_free' argument 1 names different: declaration 'rpt' definition 'rpt68'. flow-tools-0.68/lib/ftstat.c:11334:47: note: Function 'ftstat_rpt_68_free' argument 1 names different: declaration 'rpt' definition 'rpt68'. flow-tools-0.68/lib/ftstat.c:11447:47: style:inconclusive: Function 'ftstat_rpt_69_free' argument 1 names different: declaration 'rpt' definition 'rpt69'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1781:47: note: Function 'ftstat_rpt_69_free' argument 1 names different: declaration 'rpt' definition 'rpt69'. flow-tools-0.68/lib/ftstat.c:11447:47: note: Function 'ftstat_rpt_69_free' argument 1 names different: declaration 'rpt' definition 'rpt69'. flow-tools-0.68/lib/ftstat.c:11543:47: style:inconclusive: Function 'ftstat_rpt_70_free' argument 1 names different: declaration 'rpt' definition 'rpt70'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1788:47: note: Function 'ftstat_rpt_70_free' argument 1 names different: declaration 'rpt' definition 'rpt70'. flow-tools-0.68/lib/ftstat.c:11543:47: note: Function 'ftstat_rpt_70_free' argument 1 names different: declaration 'rpt' definition 'rpt70'. flow-tools-0.68/lib/ftstat.c:11640:47: style:inconclusive: Function 'ftstat_rpt_71_free' argument 1 names different: declaration 'rpt' definition 'rpt71'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1795:47: note: Function 'ftstat_rpt_71_free' argument 1 names different: declaration 'rpt' definition 'rpt71'. flow-tools-0.68/lib/ftstat.c:11640:47: note: Function 'ftstat_rpt_71_free' argument 1 names different: declaration 'rpt' definition 'rpt71'. flow-tools-0.68/lib/ftstat.c:11736:47: style:inconclusive: Function 'ftstat_rpt_72_free' argument 1 names different: declaration 'rpt' definition 'rpt72'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1802:47: note: Function 'ftstat_rpt_72_free' argument 1 names different: declaration 'rpt' definition 'rpt72'. flow-tools-0.68/lib/ftstat.c:11736:47: note: Function 'ftstat_rpt_72_free' argument 1 names different: declaration 'rpt' definition 'rpt72'. flow-tools-0.68/lib/ftstat.c:11832:47: style:inconclusive: Function 'ftstat_rpt_73_free' argument 1 names different: declaration 'rpt' definition 'rpt73'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1809:47: note: Function 'ftstat_rpt_73_free' argument 1 names different: declaration 'rpt' definition 'rpt73'. flow-tools-0.68/lib/ftstat.c:11832:47: note: Function 'ftstat_rpt_73_free' argument 1 names different: declaration 'rpt' definition 'rpt73'. flow-tools-0.68/lib/ftstat.c:11951:47: style:inconclusive: Function 'ftstat_rpt_74_free' argument 1 names different: declaration 'rpt' definition 'rpt74'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1816:47: note: Function 'ftstat_rpt_74_free' argument 1 names different: declaration 'rpt' definition 'rpt74'. flow-tools-0.68/lib/ftstat.c:11951:47: note: Function 'ftstat_rpt_74_free' argument 1 names different: declaration 'rpt' definition 'rpt74'. flow-tools-0.68/lib/ftstat.c:12064:47: style:inconclusive: Function 'ftstat_rpt_75_free' argument 1 names different: declaration 'rpt' definition 'rpt75'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1823:47: note: Function 'ftstat_rpt_75_free' argument 1 names different: declaration 'rpt' definition 'rpt75'. flow-tools-0.68/lib/ftstat.c:12064:47: note: Function 'ftstat_rpt_75_free' argument 1 names different: declaration 'rpt' definition 'rpt75'. flow-tools-0.68/lib/ftstat.c:12141:47: style:inconclusive: Function 'ftstat_rpt_76_free' argument 1 names different: declaration 'rpt' definition 'rpt76'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1830:47: note: Function 'ftstat_rpt_76_free' argument 1 names different: declaration 'rpt' definition 'rpt76'. flow-tools-0.68/lib/ftstat.c:12141:47: note: Function 'ftstat_rpt_76_free' argument 1 names different: declaration 'rpt' definition 'rpt76'. flow-tools-0.68/lib/ftstat.c:12219:47: style:inconclusive: Function 'ftstat_rpt_77_free' argument 1 names different: declaration 'rpt' definition 'rpt77'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1837:47: note: Function 'ftstat_rpt_77_free' argument 1 names different: declaration 'rpt' definition 'rpt77'. flow-tools-0.68/lib/ftstat.c:12219:47: note: Function 'ftstat_rpt_77_free' argument 1 names different: declaration 'rpt' definition 'rpt77'. flow-tools-0.68/lib/ftstat.c:12297:47: style:inconclusive: Function 'ftstat_rpt_78_free' argument 1 names different: declaration 'rpt' definition 'rpt78'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftstat.c:1844:47: note: Function 'ftstat_rpt_78_free' argument 1 names different: declaration 'rpt' definition 'rpt78'. flow-tools-0.68/lib/ftstat.c:12297:47: note: Function 'ftstat_rpt_78_free' argument 1 names different: declaration 'rpt' definition 'rpt78'. flow-tools-0.68/lib/ftstat.c:2944:51: style: Parameter 'ftstat' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:2944:65: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:2971:48: style: Parameter 'active_def' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:2993:39: style: Parameter 'active_def' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:3171:40: style: Parameter 'active_def' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:3210:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftstat.c:3218:9: style: Variable 'mode' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftstat.c:3355:40: style: Parameter 'active_def' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:4179:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftstat.c:4965:24: style: Variable 'rpt1' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftstat.c:5173:29: style: Parameter 'fp' can be declared as pointer to const. However it seems that 'ftstat_rpt_2_dump' is a callback function, if 'fp' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1861:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5173:29: note: Parameter 'fp' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5173:46: style: Parameter 'ftio' can be declared as pointer to const. However it seems that 'ftstat_rpt_2_dump' is a callback function, if 'ftio' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1861:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5173:46: note: Parameter 'ftio' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5173:71: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_2_dump' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1861:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5173:71: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5197:58: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_3_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1868:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5197:58: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5275:58: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_4_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1878:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5275:58: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5354:58: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_5_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1888:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5354:58: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5569:45: style: Parameter 'rpt7' can be declared as pointer to const. However it seems that 'ftstat_rpt_7_free' is a callback function, if 'rpt7' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1912:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5569:45: note: Parameter 'rpt7' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5580:58: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_8_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1918:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5580:58: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5665:58: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_9_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1929:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5665:58: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:5746:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_10_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1939:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:5746:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6066:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_14_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1979:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6066:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6146:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_15_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1989:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6146:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6238:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_16_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:1999:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6238:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6330:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_17_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2009:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6330:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6423:47: style: Parameter 'rpt17' can be declared as pointer to const. However it seems that 'ftstat_rpt_17_free' is a callback function, if 'rpt17' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2013:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6423:47: note: Parameter 'rpt17' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6434:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_18_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2020:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6434:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6650:47: style: Parameter 'rpt20' can be declared as pointer to const. However it seems that 'ftstat_rpt_20_free' is a callback function, if 'rpt20' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2044:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6650:47: note: Parameter 'rpt20' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6661:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_21_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2050:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6661:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6895:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_24_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2081:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6895:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:6979:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_25_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2092:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:6979:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7074:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_26_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2103:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7074:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7169:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_27_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2114:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7169:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7265:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_28_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2125:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7265:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7360:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_29_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2136:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7360:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7470:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_30_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2147:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7470:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7580:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_31_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2158:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7580:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7696:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_32_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2169:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7696:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7791:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_33_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2180:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7791:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7872:47: style: Parameter 'rpt33' can be declared as pointer to const. However it seems that 'ftstat_rpt_33_free' is a callback function, if 'rpt33' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2184:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7872:47: note: Parameter 'rpt33' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7883:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_34_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2191:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7883:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:7978:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_35_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2202:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:7978:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8073:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_36_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2213:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8073:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8185:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_37_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2224:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8185:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8297:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_38_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2235:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8297:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8413:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_39_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2246:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8413:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8497:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_40_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2257:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8497:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8581:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_41_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2268:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8581:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8665:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_42_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2279:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8665:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8751:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_43_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2290:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8751:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8836:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_44_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2301:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8836:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:8921:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_45_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2312:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:8921:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9160:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_48_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2343:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9160:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9240:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_49_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2353:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9240:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9320:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_50_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2363:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9320:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9403:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_51_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2374:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9403:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9496:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_52_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2385:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9496:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9588:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_53_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2396:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9588:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9681:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_54_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2407:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9681:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9774:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_55_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2418:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9774:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9872:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_56_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2429:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9872:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:9970:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_57_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2440:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:9970:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10080:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_58_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2451:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:10080:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10192:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_59_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2462:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:10192:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10306:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_60_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2473:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:10306:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10404:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_61_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2484:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:10404:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10502:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_62_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2495:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:10502:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10598:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_63_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2506:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:10598:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10694:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_64_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2517:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:10694:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10885:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_66_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2539:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:10885:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:10903:31: style: Variable 'ftch_recprefixsp' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftstat.c:11056:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_67_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2550:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11056:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:11074:31: style: Variable 'ftch_recprefixsp' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftstat.c:11228:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_68_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2561:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11228:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:11347:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_69_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2573:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11347:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:11460:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_70_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2584:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11460:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:11557:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_71_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2595:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11557:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:11653:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_72_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2606:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11653:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:11749:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_73_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2617:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11749:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:11845:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_74_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2628:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11845:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:11964:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_75_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2639:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:11964:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:12077:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_76_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2650:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:12077:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:12155:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_77_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2660:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:12155:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:12233:60: style: Parameter 'rpt' can be declared as pointer to const. However it seems that 'ftstat_rpt_78_new' is a callback function, if 'rpt' is declared with const you might also need to cast function pointer(s). [constParameterCallback] flow-tools-0.68/lib/ftstat.c:2670:12: note: You might need to cast the function pointer here flow-tools-0.68/lib/ftstat.c:12233:60: note: Parameter 'rpt' can be declared as pointer to const flow-tools-0.68/lib/ftstat.c:12315:43: style: Parameter 'ftstat' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:12362:22: style: Parameter 'active_def' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:12365:9: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftstat.c:14279:12: style: Variable 'index' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftstat.c:14624:50: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:14624:61: style: Parameter 'key1' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:14625:9: style: Parameter 'key2' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:14625:21: style: Parameter 'key3' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:14625:33: style: Parameter 'key4' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:14625:45: style: Parameter 'key5' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:14625:57: style: Parameter 'key6' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:14748:71: style: Parameter 'rpt' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftstat.c:2949:9: style: Variable 'found' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftstat.c:4160:13: style: Variable 'nfields' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftstat.c:4244:13: style: Variable 'options' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftstat.c:10956:26: style: Variable 'ftch_recprefixsp' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftstat.c:11127:26: style: Variable 'ftch_recprefixsp' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftstat.c:12409:14: style: Variable 'comma' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftstat.c:12592:15: style: Variable 'comma' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftstat.c:14020:13: style: Variable 'comma' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftstat.c:14739:11: style: Variable 'comma' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftswap.c:41:24: style: Variable 'ph' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftsym.c:82:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftsym.c:79:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftsym.c:80:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftsym.c:225:49: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftsym.c:227:27: style: Variable 'ftch_recsymp' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:232:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fttag.c:693:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fttag.c:1723:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fttag.c:1758:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fttag.c:2170:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/fttag.c:218:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:219:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:421:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:580:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:589:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:598:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:608:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:648:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:690:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:691:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:977:7: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:1046:7: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:1103:7: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:1161:7: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:1235:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:1282:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:1447:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:2165:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:2166:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/fttag.c:296:9: style: Condition 'c' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/fttag.c:1629:25: style:inconclusive: Function 'fttag_def_eval' argument 2 names different: declaration 'rec_out' definition 'rec'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftlib.h:2781:65: note: Function 'fttag_def_eval' argument 2 names different: declaration 'rec_out' definition 'rec'. flow-tools-0.68/lib/fttag.c:1629:25: note: Function 'fttag_def_eval' argument 2 names different: declaration 'rec_out' definition 'rec'. flow-tools-0.68/lib/fttag.c:678:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/fttag.c:64:32: note: Shadowed declaration flow-tools-0.68/lib/fttag.c:678:27: note: Shadow variable flow-tools-0.68/lib/fttag.c:1716:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/fttag.c:64:32: note: Shadowed declaration flow-tools-0.68/lib/fttag.c:1716:27: note: Shadow variable flow-tools-0.68/lib/fttag.c:1751:27: style: Local variable 'rhead' shadows outer variable [shadowVariable] flow-tools-0.68/lib/fttag.c:64:32: note: Shadowed declaration flow-tools-0.68/lib/fttag.c:1751:27: note: Shadow variable flow-tools-0.68/lib/fttag.c:365:48: style: Parameter 'fttag' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/fttag.c:365:61: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/fttag.c:451:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:1427:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:1474:35: style: Parameter 'fttag' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/fttag.c:1628:45: style: Parameter 'ftd' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/fttag.c:1715:29: style: Variable 'prefix_look' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:1750:29: style: Variable 'prefix_look' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:1786:31: style: Variable 'nh_look' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:1821:31: style: Variable 'exporter_look' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:1857:25: style: Variable 'ip_look' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:1893:25: style: Variable 'ip_look' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:2139:26: style: Variable 'any_look' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/fttag.c:70:14: style: struct member 'line_parser::type' is never used. [unusedStructMember] flow-tools-0.68/lib/fttag.c:700:11: style: Variable 'nh_look' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/fttag.c:701:15: style: Variable 'prefix_look' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/fttag.c:706:11: style: Variable 'ip_look' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/fttag.c:707:17: style: Variable 'exporter_look' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/fttlv.c:70:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:73:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:76:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:109:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:112:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:115:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:147:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:150:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:153:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:185:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:188:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:191:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:232:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:235:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:238:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:241:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:244:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:289:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:292:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:295:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:298:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:301:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:304:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/fttlv.c:171:71: style: Parameter 'v' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/fttlv.c:213:38: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/fttlv.c:266:61: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftvar.c:56:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftvar.c:174:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftvar.c:309:14: style: Redundant condition: The condition '*v' is redundant since '*v == '{'' is sufficient. [redundantCondition] flow-tools-0.68/lib/ftvar.c:100:43: style: Parameter 'binding' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftvar.c:146:54: style: Parameter 'val' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftvar.c:210:46: style: Parameter 'ftvar' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftvar.c:210:59: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftvar.c:262:46: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxfield.c:95:32: style: Local variable 'ftxfield_table' shadows outer variable [shadowVariable] flow-tools-0.68/lib/ftxfield.c:46:23: note: Shadowed declaration flow-tools-0.68/lib/ftxfield.c:95:32: note: Shadow variable flow-tools-0.68/lib/ftxfield.c:93:26: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:314:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftxlate.c:1866:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/ftxlate.c:306:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:307:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:679:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:794:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:805:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:816:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:825:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:835:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:847:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:1192:8: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/lib/ftxlate.c:1272:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:1320:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:1437:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:1935:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/ftxlate.c:2109:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/ftxlate.c:378:9: style: Condition 'c' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/ftxlate.c:1537:52: style: Condition 'cryptopan_init(&ftxiaa->cp,ftxiaa->key)<0' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/ftxlate.c:1537:25: note: Calling function 'cryptopan_init' returns 0 flow-tools-0.68/lib/ftxlate.c:1537:52: note: Condition 'cryptopan_init(&ftxiaa->cp,ftxiaa->key)<0' is always false flow-tools-0.68/lib/ftxlate.c:1749:54: style: Condition 'cryptopan_init(&ftxiaa->cp,ftxiaa->key)<0' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/ftxlate.c:1749:27: note: Calling function 'cryptopan_init' returns 0 flow-tools-0.68/lib/ftxlate.c:1749:54: note: Condition 'cryptopan_init(&ftxiaa->cp,ftxiaa->key)<0' is always false flow-tools-0.68/lib/ftxlate.c:1757:11: style: Condition 'cryptopan_anon(&ftxiaa->cp,*((unsigned int*)(rec+(*fo).srcaddr)),&new)<0' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/ftxlate.c:1756:21: note: Calling function 'cryptopan_anon' returns 0 flow-tools-0.68/lib/ftxlate.c:1757:11: note: Condition 'cryptopan_anon(&ftxiaa->cp,*((unsigned int*)(rec+(*fo).srcaddr)),&new)<0' is always false flow-tools-0.68/lib/ftxlate.c:1799:54: style: Condition 'cryptopan_init(&ftxiaa->cp,ftxiaa->key)<0' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/ftxlate.c:1799:27: note: Calling function 'cryptopan_init' returns 0 flow-tools-0.68/lib/ftxlate.c:1799:54: note: Condition 'cryptopan_init(&ftxiaa->cp,ftxiaa->key)<0' is always false flow-tools-0.68/lib/ftxlate.c:1807:11: style: Condition 'cryptopan_anon(&ftxiaa->cp,*((unsigned int*)(rec+(*fo).dstaddr)),&new)<0' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/ftxlate.c:1806:21: note: Calling function 'cryptopan_anon' returns 0 flow-tools-0.68/lib/ftxlate.c:1807:11: note: Condition 'cryptopan_anon(&ftxiaa->cp,*((unsigned int*)(rec+(*fo).dstaddr)),&new)<0' is always false flow-tools-0.68/lib/ftxlate.c:1123:3: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] flow-tools-0.68/lib/ftxlate.c:585:42: style:inconclusive: Function 'ftxlate_def_eval' argument 1 names different: declaration 'ftd' definition 'ftx'. [funcArgNamesDifferent] flow-tools-0.68/lib/ftlib.h:2787:42: note: Function 'ftxlate_def_eval' argument 1 names different: declaration 'ftd' definition 'ftx'. flow-tools-0.68/lib/ftxlate.c:585:42: note: Function 'ftxlate_def_eval' argument 1 names different: declaration 'ftd' definition 'ftx'. flow-tools-0.68/lib/ftxlate.c:442:54: style: Parameter 'ftxlate' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:442:69: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:467:50: style: Parameter 'active_def' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:585:42: style: Parameter 'ftx' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:871:9: style: Variable 'src_maskc' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:871:21: style: Variable 'dst_maskc' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:1142:9: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:1500:37: style: Parameter 'ftxlate' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:1646:41: style: Variable 'ftxiapm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:1658:41: style: Variable 'ftxaipm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:1670:32: style: Variable 'ftxatm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:1682:29: style: Variable 'ftxs' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:1694:27: style: Variable 'ftxasn' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:1706:27: style: Variable 'ftxasn' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/ftxlate.c:2023:45: style: Parameter 'cp' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:2023:64: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:2075:45: style: Parameter 'cp' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/ftxlate.c:2100:12: style: Variable 'rin_output' can be declared as const array [constVariable] flow-tools-0.68/lib/ftxlate.c:2155:27: error: Uninitialized variable: rin_output[0] [legacyUninitvar] flow-tools-0.68/lib/ftxlate.c:87:14: style: struct member 'line_parser::type' is never used. [unusedStructMember] flow-tools-0.68/lib/ftxlate.c:1103:10: style: Variable 'ftxiaa' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/lib/ftxlate.c:2147:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable] getdate.y:890:9: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] getdate.y:979:52: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] getdate.y:639:27: style: Parameter 's' can be declared as pointer to const [constParameterPointer] getdate.y:864:32: style: Parameter 'a' can be declared as pointer to const [constParameterPointer] getdate.y:864:46: style: Parameter 'b' can be declared as pointer to const [constParameterPointer] getdate.y:885:23: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] /usr/share/misc/bison.simple:190:18: style: Variable 'f' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/radix.c:454:18: style: Condition '(m0=mlen)>skip' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/radix.c:450:11: note: Assuming that condition 'mlen<=skip' is not redundant flow-tools-0.68/lib/radix.c:454:18: note: Condition '(m0=mlen)>skip' is always true flow-tools-0.68/lib/radix.c:640:31: style: Condition 'm=*mp' is always true [knownConditionTrueFalse] flow-tools-0.68/lib/radix.c:915:44: style: Condition 'rn_inithead((void**)&mask_rnhead,0)==0' is always false [knownConditionTrueFalse] flow-tools-0.68/lib/radix.c:915:17: note: Calling function 'rn_inithead' returns 1 flow-tools-0.68/lib/radix.c:915:44: note: Condition 'rn_inithead((void**)&mask_rnhead,0)==0' is always false flow-tools-0.68/lib/radix.c:640:31: style: Pointer expression 'm=*mp' converted to bool is always true. [knownPointerToBool] flow-tools-0.68/lib/radix.c:214:8: style: Variable 'cplim' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/radix.c:236:31: style: Variable 'top' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/radix.c:509:23: style: Variable 'np' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/radix.c:509:36: style: Variable 'lim' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/radix.c:551:32: style: Variable 'top' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/radix.c:693:43: style: Variable 'top' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/radix.c:904:13: style: Variable 'cplim' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/radix.c:463:7: error: Uninitialized variable: m0 [legacyUninitvar] flow-tools-0.68/lib/radix.c:467:6: error: Uninitialized variable: m0 [legacyUninitvar] flow-tools-0.68/lib/strtoull.c:119:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/strtoull.c:75:4: style: Redundant initialization for 's'. The initialized value is overwritten before it is read. [redundantInitialization] flow-tools-0.68/lib/strtoull.c:66:25: note: s is initialized flow-tools-0.68/lib/strtoull.c:75:4: note: s is overwritten flow-tools-0.68/lib/strtoull.c:75:2: style: Variable 's' is assigned an expression that holds the same value. [redundantAssignment] flow-tools-0.68/lib/strtoull.c:66:25: note: s is assigned 'nptr' here. flow-tools-0.68/lib/strtoull.c:75:2: note: Variable 's' is assigned an expression that holds the same value. flow-tools-0.68/lib/support.c:234:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IN_CLASSA_NET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/support.c:305:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/support.c:512:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_WRONLY [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/support.c:586:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOL_SOCKET [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/support.c:682:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/support.c:729:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IPPROTO_UDP [valueFlowBailoutIncompleteVar] flow-tools-0.68/lib/support.c:164:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/support.c:224:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/lib/support.c:302:16: style: Obsolescent function 'gethostbyname' called. It is recommended to use 'getaddrinfo' instead. [prohibitedgethostbynameCalled] flow-tools-0.68/lib/support.c:543:9: portability: Non reentrant function 'gmtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'gmtime_r'. [prohibitedgmtimeCalled] flow-tools-0.68/lib/support.c:544:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/support.c:546:9: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/lib/support.c:547:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/lib/support.c:526:3: error: Memory leak: c [memleak] flow-tools-0.68/lib/support.c:177:10: warning: Either the condition 'locip' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck] flow-tools-0.68/lib/support.c:201:7: note: Assuming that condition 'locip' is not redundant flow-tools-0.68/lib/support.c:179:11: note: Assignment to 'locip=s' flow-tools-0.68/lib/support.c:177:10: note: Null pointer dereference flow-tools-0.68/lib/support.c:180:8: warning: Either the condition 'locip' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck] flow-tools-0.68/lib/support.c:201:7: note: Assuming that condition 'locip' is not redundant flow-tools-0.68/lib/support.c:179:9: note: locip is assigned 's' here. flow-tools-0.68/lib/support.c:180:8: note: Null pointer dereference flow-tools-0.68/lib/support.c:179:9: style: Variable 'locip' is reassigned a value before the old one has been used. [redundantAssignment] flow-tools-0.68/lib/support.c:167:9: note: locip is assigned flow-tools-0.68/lib/support.c:179:9: note: locip is overwritten flow-tools-0.68/lib/support.c:480:1: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] flow-tools-0.68/lib/support.c:103:9: style: Variable 'p' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/support.c:159:33: style: Parameter 'input' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/support.c:162:34: style: Variable 'dstport' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/support.c:162:44: style: Variable 'ttl' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/support.c:286:19: style: Variable 'ina' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/support.c:360:16: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/support.c:376:16: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/support.c:384:23: style: Parameter 'val' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/support.c:480:35: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/support.c:500:34: style: Parameter 'file' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/lib/support.c:540:14: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/support.c:628:23: style: Variable 'p' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/lib/support.c:716:12: style: Variable 'word' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/acl2.c:252:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/acl2.c:281:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMT_JUST_LEFT [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/acl2.c:331:7: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMT_JUST_LEFT [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/acl2.c:406:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/acl2.c:450:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/acl2.c:357:46: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/acl2.c:127:7: style: Variable 'new' is assigned a value that is never used. [unreadVariable] lex.yy.c:661:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] lex.yy.c:1117:3: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] lex.yy.c:1308:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] lex.yy.c:1664:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] lex.yy.c:1117:3: style: Redundant initialization for 'c'. The initialized value is overwritten before it is read. [redundantInitialization] lex.yy.c:1117:3: note: c is initialized lex.yy.c:1117:3: note: c is overwritten acllex.l:20:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:25:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:35:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:40:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:45:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:50:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:55:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:60:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:65:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:70:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:75:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:80:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:85:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:90:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:95:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:100:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:105:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:110:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:115:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:120:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:125:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:130:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:135:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:140:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:145:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:150:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:155:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] acllex.l:160:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] lex.yy.c:1025:17: style: Variable 'source' can be declared as pointer to const [constVariablePointer] lex.yy.c:1237:18: style: Variable 'source' can be declared as pointer to const [constVariablePointer] lex.yy.c:1567:15: style: Parameter 'bytes' can be declared as pointer to const [constParameterPointer] lex.yy.c:1661:6: style: Parameter 'msg' can be declared as const array [constParameter] aclyacc.y:56:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable flag [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-capture.c:592:65: error: Unmatched ')'. Configuration: '__GNUC__=1'. [syntaxError] flow-tools-0.68/src/flow-cat.c:104:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_FILE_INIT [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-cat.c:625:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-cat.c:84:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-cat.c:85:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-cat.c:251:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-cat.c:505:9: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-dscan.c:139:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-dscan.c:595:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chain [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-dscan.c:634:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-dscan.c:730:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slh_first [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-dscan.c:886:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable chain [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-dscan.c:977:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable slh_first [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-dscan.c:1025:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FMT_PAD_RIGHT [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-dscan.c:1040:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-dscan.c:117:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:456:20: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-dscan.c:466:15: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:482:14: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-dscan.c:510:9: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:531:7: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:541:7: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:657:9: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:674:9: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:906:7: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:945:7: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-dscan.c:1011:8: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-dscan.c:1018:8: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-dscan.c:295:20: style: Condition 'load_suppress(&ds,0)' is always false [knownConditionTrueFalse] flow-tools-0.68/src/flow-dscan.c:295:20: note: Calling function 'load_suppress' returns 0 flow-tools-0.68/src/flow-dscan.c:295:20: note: Condition 'load_suppress(&ds,0)' is always false flow-tools-0.68/src/flow-dscan.c:298:20: style: Condition 'load_suppress(&ds,1)' is always false [knownConditionTrueFalse] flow-tools-0.68/src/flow-dscan.c:298:20: note: Calling function 'load_suppress' returns 0 flow-tools-0.68/src/flow-dscan.c:298:20: note: Condition 'load_suppress(&ds,1)' is always false flow-tools-0.68/src/flow-dscan.c:434:9: style: Condition 'match' is always false [knownConditionTrueFalse] flow-tools-0.68/src/flow-dscan.c:426:13: note: Assignment 'match=0', assigned value is 0 flow-tools-0.68/src/flow-dscan.c:428:23: note: Assuming condition is false flow-tools-0.68/src/flow-dscan.c:434:9: note: Condition 'match' is always false flow-tools-0.68/src/flow-dscan.c:893:11: style: Condition 'match' is always false [knownConditionTrueFalse] flow-tools-0.68/src/flow-dscan.c:885:15: note: Assignment 'match=0', assigned value is 0 flow-tools-0.68/src/flow-dscan.c:887:21: note: Assuming condition is false flow-tools-0.68/src/flow-dscan.c:893:11: note: Condition 'match' is always false flow-tools-0.68/src/flow-dscan.c:932:11: style: Condition 'match' is always false [knownConditionTrueFalse] flow-tools-0.68/src/flow-dscan.c:924:15: note: Assignment 'match=0', assigned value is 0 flow-tools-0.68/src/flow-dscan.c:926:21: note: Assuming condition is false flow-tools-0.68/src/flow-dscan.c:932:11: note: Condition 'match' is always false flow-tools-0.68/src/flow-dscan.c:646:9: warning:inconclusive: Width 64 given in format string (no. 4) is smaller than destination buffer 'buf[1024]'. [invalidScanfFormatWidth_smaller] flow-tools-0.68/src/flow-dscan.c:668:9: warning:inconclusive: Width 15 given in format string (no. 2) is smaller than destination buffer 'buf[1024]'. [invalidScanfFormatWidth_smaller] flow-tools-0.68/src/flow-dscan.c:114:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-dscan.c:597:51: error: Uninitialized variable: drp->depth [uninitvar] flow-tools-0.68/src/flow-dscan.c:601:40: error: Uninitialized variable: ddp->ip_time [uninitvar] flow-tools-0.68/src/flow-dscan.c:809:13: style: Variable 'picky_gcc' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-expire.c:61:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAXPATHLEN [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-expire.c:145:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-expire.c:63:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-export.c:146:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-export.c:334:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-export.c:510:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_TOS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-export.c:823:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BYTE_ORDER [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-export.c:968:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_UNIX_SECS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-export.c:1180:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_UNIX_SECS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-export.c:1432:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-export.c:1452:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_EXADDR [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-export.c:132:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-export.c:526:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-export.c:527:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-export.c:528:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-export.c:529:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-export.c:530:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-export.c:531:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-export.c:536:7: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-export.c:558:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-export.c:561:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-export.c:598:7: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-export.c:599:7: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-export.c:614:7: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-export.c:615:7: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-export.c:806:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-export.c:1181:9: style: Condition 'comma' is always false [knownConditionTrueFalse] flow-tools-0.68/src/flow-export.c:1178:17: note: Assignment 'comma=0', assigned value is 0 flow-tools-0.68/src/flow-export.c:1181:9: note: Condition 'comma' is always false flow-tools-0.68/src/flow-export.c:685:26: style: Parameter 'ftio' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-export.c:685:48: style: Parameter 'opt' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-export.c:861:26: style: Parameter 'ftio' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-export.c:861:48: style: Parameter 'opt' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-export.c:1171:71: style: Parameter 'fo' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-export.c:1163:11: style: Variable 'comma' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-export.c:1420:11: style: Variable 'comma' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-fanout.c:123:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_MAXREC [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-fanout.c:918:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BYTE_ORDER [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-fanout.c:986:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-fanout.c:135:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:136:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:137:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:138:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:139:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:140:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:141:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:272:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-fanout.c:322:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:572:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-fanout.c:577:12: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-fanout.c:676:9: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-fanout.c:682:9: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-fanout.c:965:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] flow-tools-0.68/src/flow-fanout.c:975:7: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] flow-tools-0.68/src/flow-fanout.c:841:17: style: The if condition is the same as the previous if condition [duplicateCondition] flow-tools-0.68/src/flow-fanout.c:833:17: note: First condition flow-tools-0.68/src/flow-fanout.c:841:17: note: Second condition flow-tools-0.68/src/flow-fanout.c:92:22: style: Unused variable: tmp_addr [unusedVariable] flow-tools-0.68/src/flow-fanout.c:125:21: style: Unused variable: one [unusedVariable] flow-tools-0.68/src/flow-filter.c:132:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-filter.c:633:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-filter.c:104:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-filter.c:110:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-filter.c:117:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-filter.c:234:19: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] flow-tools-0.68/src/flow-filter.c:257:19: style: Obsolescent function 'index' called. It is recommended to use 'strchr' instead. [prohibitedindexCalled] flow-tools-0.68/src/flow-filter.c:80:9: style: Variable 'acl_fname' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-gen.c:90:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_SVERSION [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-gen.c:1058:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-gen.c:88:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:277:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:318:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:365:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:416:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:463:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:500:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:533:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:568:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:602:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:644:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:684:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:726:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:772:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:811:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:846:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:882:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:918:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:962:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:1008:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-gen.c:272:35: style:inconclusive: Function 'gen_v1' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:50:35: note: Function 'gen_v1' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:272:35: note: Function 'gen_v1' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:313:35: style:inconclusive: Function 'gen_v5' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:51:35: note: Function 'gen_v5' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:313:35: note: Function 'gen_v5' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:360:35: style:inconclusive: Function 'gen_v6' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:52:35: note: Function 'gen_v6' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:360:35: note: Function 'gen_v6' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:411:35: style:inconclusive: Function 'gen_v7' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:53:35: note: Function 'gen_v7' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:411:35: note: Function 'gen_v7' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:458:37: style:inconclusive: Function 'gen_v8_1' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:55:37: note: Function 'gen_v8_1' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:458:37: note: Function 'gen_v8_1' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:495:37: style:inconclusive: Function 'gen_v8_2' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:56:37: note: Function 'gen_v8_2' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:495:37: note: Function 'gen_v8_2' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:528:37: style:inconclusive: Function 'gen_v8_3' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:57:37: note: Function 'gen_v8_3' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:528:37: note: Function 'gen_v8_3' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:563:37: style:inconclusive: Function 'gen_v8_4' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:58:37: note: Function 'gen_v8_4' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:563:37: note: Function 'gen_v8_4' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:597:37: style:inconclusive: Function 'gen_v8_5' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:59:37: note: Function 'gen_v8_5' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:597:37: note: Function 'gen_v8_5' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:639:37: style:inconclusive: Function 'gen_v8_6' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:60:37: note: Function 'gen_v8_6' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:639:37: note: Function 'gen_v8_6' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:679:37: style:inconclusive: Function 'gen_v8_7' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:61:37: note: Function 'gen_v8_7' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:679:37: note: Function 'gen_v8_7' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:721:37: style:inconclusive: Function 'gen_v8_8' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:62:37: note: Function 'gen_v8_8' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:721:37: note: Function 'gen_v8_8' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:767:37: style:inconclusive: Function 'gen_v8_9' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:63:37: note: Function 'gen_v8_9' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:767:37: note: Function 'gen_v8_9' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:806:38: style:inconclusive: Function 'gen_v8_10' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:64:38: note: Function 'gen_v8_10' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:806:38: note: Function 'gen_v8_10' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:841:38: style:inconclusive: Function 'gen_v8_11' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:65:38: note: Function 'gen_v8_11' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:841:38: note: Function 'gen_v8_11' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:877:38: style:inconclusive: Function 'gen_v8_12' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:66:38: note: Function 'gen_v8_12' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:877:38: note: Function 'gen_v8_12' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:913:38: style:inconclusive: Function 'gen_v8_13' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:67:38: note: Function 'gen_v8_13' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:913:38: note: Function 'gen_v8_13' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:957:38: style:inconclusive: Function 'gen_v8_14' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:68:38: note: Function 'gen_v8_14' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:957:38: note: Function 'gen_v8_14' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:1003:38: style:inconclusive: Function 'gen_v1005' argument 2 names different: declaration 'options' definition 'count'. [funcArgNamesDifferent] flow-tools-0.68/src/flow-gen.c:54:38: note: Function 'gen_v1005' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-gen.c:1003:38: note: Function 'gen_v1005' argument 2 names different: declaration 'options' definition 'count'. flow-tools-0.68/src/flow-header.c:55:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-header.c:90:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-import.c:138:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-import.c:247:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_MAXREC [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-import.c:583:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_MAXREC [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-import.c:933:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_MAXREC [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-import.c:1066:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_MAXREC [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-import.c:1269:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-import.c:126:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-import.c:355:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-import.c:637:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-import.c:1005:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-import.c:1068:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-import.c:1069:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-import.c:1081:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-import.c:1190:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-import.c:1201:7: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-import.c:358:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:363:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:371:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:379:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:387:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:395:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:403:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:411:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:419:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:427:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:435:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:443:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:452:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:465:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:472:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:479:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:487:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:495:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:502:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:509:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:516:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:523:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:530:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:538:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:545:11: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:1077:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:1184:9: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition] flow-tools-0.68/src/flow-import.c:569:26: style: Parameter 'ftio' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-import.c:569:48: style: Parameter 'opt' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-import.c:1263:10: warning: Uninitialized variable: ret [uninitvar] flow-tools-0.68/src/flow-import.c:1072:10: note: Assuming condition is false flow-tools-0.68/src/flow-import.c:1263:10: note: Uninitialized variable: ret flow-tools-0.68/src/flow-mask.c:73:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_PATH_CFG_MASK [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-mask.c:219:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-mask.c:69:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-mask.c:70:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-mask.c:168:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-merge.c:104:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_FILE_INIT [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-merge.c:467:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable unix_secs [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-merge.c:512:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-merge.c:89:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-merge.c:90:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-merge.c:228:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-merge.c:303:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-merge.c:368:9: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-merge.c:392:60: style: Condition '(entry=find_earliest(ftio_array,ftio_entries))>=0' is always true [knownConditionTrueFalse] flow-tools-0.68/src/flow-merge.c:392:32: note: Calling function 'find_earliest' returns !<=-1 flow-tools-0.68/src/flow-merge.c:392:60: note: Condition '(entry=find_earliest(ftio_array,ftio_entries))>=0' is always true flow-tools-0.68/src/flow-merge.c:303:9: warning: If memory allocation fails, then there is a possible null pointer dereference: ftio_array [nullPointerOutOfMemory] flow-tools-0.68/src/flow-merge.c:302:22: note: Assuming allocation function fails flow-tools-0.68/src/flow-merge.c:302:22: note: Assignment 'ftio_array=malloc(ftio_entries*sizeof(struct ftio_table))', assigned value is 0 flow-tools-0.68/src/flow-merge.c:303:9: note: Null pointer dereference flow-tools-0.68/src/flow-merge.c:330:22: warning: If memory allocation fails, then there is a possible null pointer dereference: ftio_array [nullPointerOutOfMemory] flow-tools-0.68/src/flow-merge.c:302:22: note: Assuming allocation function fails flow-tools-0.68/src/flow-merge.c:302:22: note: Assignment 'ftio_array=malloc(ftio_entries*sizeof(struct ftio_table))', assigned value is 0 flow-tools-0.68/src/flow-merge.c:330:22: note: Null pointer dereference flow-tools-0.68/src/flow-nfilter.c:79:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_PATH_CFG_FILTER [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-nfilter.c:236:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-nfilter.c:70:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-nfilter.c:71:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-nfilter.c:72:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-nfilter.c:182:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-print.c:120:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:241:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:302:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:402:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:511:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:589:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:679:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:762:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:813:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:890:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:968:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1061:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1139:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1215:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1291:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1366:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1453:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1514:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1581:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1666:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1746:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1826:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1907:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:1987:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:2076:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DFLOWS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:2177:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:2276:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-print.c:354:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-print.c:361:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-print.c:468:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-print.c:475:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-print.c:714:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-print.c:721:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-print.c:2242:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-print.c:2249:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-print.c:731:5: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] flow-tools-0.68/src/flow-print.c:2236:5: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] flow-tools-0.68/src/flow-print.c:2236:5: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] flow-tools-0.68/src/flow-print.c:243:43: style: Same expression 'FT_XFIELD_INPUT' found multiple times in chain of '|' operators. [duplicateExpression] flow-tools-0.68/src/flow-print.c:244:43: style: Same expression 'FT_XFIELD_OUTPUT' found multiple times in chain of '|' operators. [duplicateExpression] flow-tools-0.68/src/flow-print.c:296:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-print.c:392:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-print.c:671:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-print.c:2171:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-print.c:619:15: style: Variable 'cur.First' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-print.c:620:14: style: Variable 'cur.Last' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-print.c:1247:17: style: Variable 'cur.dstaddr' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-print.c:1859:17: style: Variable 'cur.dstaddr' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-receive.c:95:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_MAXREC [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-receive.c:702:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-receive.c:106:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-receive.c:107:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-receive.c:108:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-receive.c:109:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-receive.c:110:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-receive.c:431:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-receive.c:436:12: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] flow-tools-0.68/src/flow-receive.c:543:9: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-receive.c:75:14: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-receive.c:87:43: style: Unused variable: one [unusedVariable] flow-tools-0.68/src/flow-report.c:83:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_PATH_CFG_STAT [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-report.c:227:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-report.c:74:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-report.c:75:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-report.c:162:10: style: Variable 'done' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-send.c:75:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_MAXREC [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-send.c:334:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable BYTE_ORDER [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-send.c:393:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-send.c:86:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-send.c:87:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-send.c:88:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-send.c:248:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-send.c:250:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-send.c:374:7: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] flow-tools-0.68/src/flow-send.c:384:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] flow-tools-0.68/src/flow-send.c:328:51: style: Parameter 'ftpi' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-send.c:77:24: style: Unused variable: one [unusedVariable] flow-tools-0.68/src/flow-split.c:98:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-split.c:396:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-split.c:74:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-split.c:75:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-split.c:68:9: style: Variable 'out_path' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-stat.c:343:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optarg [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:491:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:829:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:903:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:971:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1052:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1114:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1176:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1241:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1309:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1377:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1447:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1525:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1581:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1650:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1722:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1776:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1842:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1899:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:1956:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2010:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2065:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2134:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2189:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2258:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2332:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2406:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2489:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2555:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2610:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2666:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2735:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2804:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_XFIELD_DPKTS [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2869:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_CHASH_SORT_ASCENDING [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:2969:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_CHASH_SORT_ASCENDING [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3078:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_CHASH_SORT_ASCENDING [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3187:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_CHASH_SORT_ASCENDING [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3294:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_CHASH_SORT_ASCENDING [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3395:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_CHASH_SORT_ASCENDING [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3524:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u_int64 [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3593:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable u_int32 [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3734:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_CHASH_SORT_ASCENDING [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3860:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_CHASH_SORT_ASCENDING [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:3998:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-stat.c:500:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:837:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:839:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:911:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:913:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:979:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:981:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1064:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1126:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1188:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1250:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1252:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1318:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1320:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1386:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1388:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1456:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1458:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1537:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1730:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1784:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1786:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1853:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1910:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:1967:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2021:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2074:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2076:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2145:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2198:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2200:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2267:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2269:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2341:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2343:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2414:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2416:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2498:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2500:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2567:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2622:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2675:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2677:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2744:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2746:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2813:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:2815:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:3558:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:3559:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:3560:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:3561:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:3583:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-stat.c:321:9: style: Variable 'title' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-stat.c:321:17: style: Variable 'c' can be declared as pointer to const [constVariablePointer] flow-tools-0.68/src/flow-stat.c:1025:29: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:2858:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:2958:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3064:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3176:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3283:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3384:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3570:30: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3571:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3571:29: style: Parameter 'title' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3720:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3720:29: style: Parameter 'title' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3846:16: style: Parameter 'total' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3846:29: style: Parameter 'title' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3846:42: style: Parameter 'title2' can be declared as pointer to const [constParameterPointer] flow-tools-0.68/src/flow-stat.c:3638:9: error: Uninitialized variable: plines [legacyUninitvar] flow-tools-0.68/src/flow-stat.c:1658:10: style: Variable 'nflows' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:1666:13: style: Variable 'cur.flows' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:1748:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:2944:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3051:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3159:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3237:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3269:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3370:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3482:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3691:15: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3578:9: style: Variable 'plines' is not assigned a value. [unassignedVariable] flow-tools-0.68/src/flow-stat.c:3828:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-stat.c:3963:13: style: Variable 'len' is assigned a value that is never used. [unreadVariable] flow-tools-0.68/src/flow-tag.c:75:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_PATH_CFG_TAG [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-tag.c:250:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-tag.c:71:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-tag.c:72:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-tag.c:73:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-tag.c:74:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-tag.c:188:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] flow-tools-0.68/src/flow-xlate.c:61:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FT_IO_MAXREC [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-xlate.c:281:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] flow-tools-0.68/src/flow-xlate.c:73:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-xlate.c:74:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-xlate.c:75:3: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] flow-tools-0.68/src/flow-xlate.c:216:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] diff: head flow-tools-0.68/lib/ftfile.c:608:49: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] head flow-tools-0.68/src/flow-merge.c:392:60: style: Condition '(entry=find_earliest(ftio_array,ftio_entries))>=0' is always true [knownConditionTrueFalse] flow-tools-0.68/src/flow-merge.c:392:32: note: Calling function 'find_earliest' returns !<=-1 flow-tools-0.68/src/flow-merge.c:392:60: note: Condition '(entry=find_earliest(ftio_array,ftio_entries))>=0' is always true DONE