2024-03-25 21:41 ftp://ftp.de.debian.org/debian/pool/main/s/stone/stone_2.4.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=openssl --check-library --inconclusive --enable=style,information --inline-suppr --disable=missingInclude --suppress=unmatchedSuppression --template=daca2 --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning -D__GNUC__ --platform=unix64 -j5 platform: Linux-6.6.15-amd64-x86_64-with-glibc2.37 python: 3.11.8 client-version: 1.3.53 compiler: g++ (Debian 13.2.0-13) 13.2.0 cppcheck: head 2.13.0 head-info: d8e4914 (2024-03-25 20:39:31 +0100) count: 211 103 elapsed-time: 18.8 5.8 head-timing-info: old-timing-info: head results: stone-2.4/cryptoapi.c:102:2: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FORMAT_MESSAGE_ALLOCATE_BUFFER [valueFlowBailoutIncompleteVar] stone-2.4/cryptoapi.c:138:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_LIB_USER [valueFlowBailoutIncompleteVar] stone-2.4/cryptoapi.c:193:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RSA_PKCS1_PADDING [valueFlowBailoutIncompleteVar] stone-2.4/cryptoapi.c:296:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X509_ASN_ENCODING [valueFlowBailoutIncompleteVar] stone-2.4/cryptoapi.c:349:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CERT_STORE_PROV_SYSTEM [valueFlowBailoutIncompleteVar] stone-2.4/cryptoapi.c:511:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X509_ASN_ENCODING [valueFlowBailoutIncompleteVar] stone-2.4/cryptoapi.c:324:19: style: Redundant condition: The condition '*p' is redundant since '*p == ' '' is sufficient. [redundantCondition] stone-2.4/cryptoapi.c:108:9: style: Condition 'lpMsgBuf' is always false [knownConditionTrueFalse] stone-2.4/cryptoapi.c:98:23: note: Assignment 'lpMsgBuf=NULL', assigned value is 0 stone-2.4/cryptoapi.c:108:9: note: Condition 'lpMsgBuf' is always false stone-2.4/cryptoapi.c:126:16: style: Local variable 'init' shadows outer function [shadowFunction] stone-2.4/cryptoapi.c:260:12: note: Shadowed declaration stone-2.4/cryptoapi.c:126:16: note: Shadow variable stone-2.4/cryptoapi.c:164:76: style: Parameter 'to' can be declared as pointer to const. However it seems that 'rsa_pub_enc' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:412:34: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:164:76: note: Parameter 'to' can be declared as pointer to const stone-2.4/cryptoapi.c:164:85: style: Parameter 'rsa' can be declared as pointer to const. However it seems that 'rsa_pub_enc' is a callback function, if 'rsa' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:412:34: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:164:85: note: Parameter 'rsa' can be declared as pointer to const stone-2.4/cryptoapi.c:173:76: style: Parameter 'to' can be declared as pointer to const. However it seems that 'rsa_pub_dec' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:413:34: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:173:76: note: Parameter 'to' can be declared as pointer to const stone-2.4/cryptoapi.c:173:85: style: Parameter 'rsa' can be declared as pointer to const. However it seems that 'rsa_pub_dec' is a callback function, if 'rsa' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:413:34: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:173:85: note: Parameter 'rsa' can be declared as pointer to const stone-2.4/cryptoapi.c:251:77: style: Parameter 'to' can be declared as pointer to const. However it seems that 'rsa_priv_dec' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:415:35: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:251:77: note: Parameter 'to' can be declared as pointer to const stone-2.4/cryptoapi.c:251:86: style: Parameter 'rsa' can be declared as pointer to const. However it seems that 'rsa_priv_dec' is a callback function, if 'rsa' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:415:35: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:251:86: note: Parameter 'rsa' can be declared as pointer to const stone-2.4/cryptoapi.c:260:22: style: Parameter 'rsa' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1016:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1060:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1118:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1165:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1262:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1348:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_NUMERICHOST [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1370:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_NUMERICHOST [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1471:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1486:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1621:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOCK_STREAM [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1671:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1682:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1732:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1901:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2079:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2125:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2174:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2316:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2338:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2380:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2400:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2445:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2522:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2577:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2672:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2721:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2771:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2809:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2900:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:2983:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3008:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3118:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3190:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3269:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3361:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3778:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3838:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3934:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:3962:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4061:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4186:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4210:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4247:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4295:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4376:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4561:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4954:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:4996:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5007:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5028:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5050:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5269:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5473:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5584:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5689:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5733:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5771:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5776:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5781:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5788:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5955:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:5982:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6023:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6066:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6087:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6102:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6115:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6130:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6183:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6222:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6242:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6268:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6321:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6411:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6482:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FD_SETSIZE [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6673:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:6983:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:7083:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:7190:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:7322:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:7380:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8016:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8092:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8122:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8216:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8320:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8412:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8685:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8896:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8906:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:8939:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:9076:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:9574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:10046:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:10086:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:10254:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:10412:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] stone-2.4/stone.c:1653:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:1673:2: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:2034:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:2319:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:2684:6: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:2695:7: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:3192:2: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:3282:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:3309:12: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:4058:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:4321:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:4322:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:4365:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:4527:6: style: Obsolescent function 'rindex' called. It is recommended to use 'strrchr' instead. [prohibitedrindexCalled] stone-2.4/stone.c:4557:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:4559:2: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:5187:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:5756:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:6330:2: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:6342:2: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:7158:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:7159:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:7166:5: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:8058:2: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] stone-2.4/stone.c:8246:6: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:9091:3: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:9098:2: style: Obsolescent function 'bcopy' called. It is recommended to use 'memcpy' or 'memmove' instead. [prohibitedbcopyCalled] stone-2.4/stone.c:10197:6: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] stone-2.4/stone.c:10441:5: style: Obsolescent function 'bzero' called. It is recommended to use 'memset' instead. [prohibitedbzeroCalled] stone-2.4/stone.c:4623:6: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition] stone-2.4/stone.c:4620:9: note: outer condition: !pair2 stone-2.4/stone.c:4623:6: note: opposite inner condition: pair2 stone-2.4/stone.c:2660:16: style: Condition 'offset<0' is always true [knownConditionTrueFalse] stone-2.4/stone.c:2619:19: note: Assignment 'offset=-1', assigned value is -1 stone-2.4/stone.c:2624:12: note: Assuming condition is false stone-2.4/stone.c:2660:16: note: Condition 'offset<0' is always true stone-2.4/stone.c:4220:10: style: Condition 'p1' is always true [knownConditionTrueFalse] stone-2.4/stone.c:6914:11: style: Condition 'rPair' is always true [knownConditionTrueFalse] stone-2.4/stone.c:6926:7: style: Condition 'rPair' is always true [knownConditionTrueFalse] stone-2.4/stone.c:6935:7: style: Condition 'rPair' is always true [knownConditionTrueFalse] stone-2.4/stone.c:8032:41: style: Condition 'scanStones(&rout,&wout,&eout)>0' is always true [knownConditionTrueFalse] stone-2.4/stone.c:8032:19: note: Calling function 'scanStones' returns 1 stone-2.4/stone.c:8032:41: note: Condition 'scanStones(&rout,&wout,&eout)>0' is always true stone-2.4/stone.c:1903:2: error: Resource leak: sd [resourceLeak] stone-2.4/stone.c:4377:2: error: Resource leak: sd [resourceLeak] stone-2.4/stone.c:7025:20: warning: Either the condition 'p[0]' is redundant or there is possible null pointer dereference: p[0]. [nullPointerRedundantCheck] stone-2.4/stone.c:7029:6: note: Assuming that condition 'p[0]' is not redundant stone-2.4/stone.c:7025:20: note: Null pointer dereference stone-2.4/stone.c:1098:12: style: Variable 'j' is reassigned a value before the old one has been used. [redundantAssignment] stone-2.4/stone.c:1097:8: note: j is assigned stone-2.4/stone.c:1098:12: note: j is overwritten stone-2.4/stone.c:4366:13: style: Redundant initialization for 'peerlen'. The initialized value is overwritten before it is read. [redundantInitialization] stone-2.4/stone.c:4348:23: note: peerlen is initialized stone-2.4/stone.c:4366:13: note: peerlen is overwritten stone-2.4/stone.c:7145:13: style: Local variable 't' shadows outer variable [shadowVariable] stone-2.4/stone.c:7140:12: note: Shadowed declaration stone-2.4/stone.c:7145:13: note: Shadow variable stone-2.4/stone.c:8556:8: style: Local variable 'str' shadows outer variable [shadowVariable] stone-2.4/stone.c:8409:10: note: Shadowed declaration stone-2.4/stone.c:8556:8: note: Shadow variable stone-2.4/stone.c:937:44: style: Parameter 'clock' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:942:16: style: Variable 't' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:1068:36: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1068:58: style: Parameter 'xhost' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1122:45: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1124:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:1137:31: style: Parameter 'addr' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1261:34: style: Parameter 'sa' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1485:30: style: Parameter 'sa' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1496:23: style: Parameter 'str' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1670:34: style: Parameter 'sa' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:1688:18: style: Variable 'an' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:1688:23: style: Variable 'bn' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:1722:53: style: Parameter 'sa' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:2156:11: style: Variable 'check_ext' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:2617:11: style: Variable 'p2' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:2666:11: style: Variable 'b' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:2709:12: style: Variable 'stone' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:3023:13: style: Parameter 'rop' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:3235:8: style: Variable 'p' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:3239:8: style: Variable 'p' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:3348:11: style: Variable 'p' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:4019:16: style: Variable 'p2' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:4040:42: style: Parameter 'sa' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:4741:12: style: Variable 'ex' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:5938:35: style: Parameter 'parm' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:5962:10: style: Variable 'stone' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:6033:33: style: Parameter 'parm' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:6038:33: style: Parameter 'parm' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:6043:40: style: Parameter 'parm' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:6051:38: style: Parameter 'parm' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:6059:34: style: Parameter 'parm' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:6276:11: style: Variable 'q' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:6350:11: style: Variable 'q' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:6380:12: style: Variable 'ex' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:6652:12: style: Variable 'stone' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:6907:13: style: Variable 'ex' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:7143:8: style: Variable 'p' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:7315:13: style: Parameter 'rop' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:7315:26: style: Parameter 'wop' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:7315:39: style: Parameter 'eop' can be declared as pointer to const [constParameterPointer] stone-2.4/stone.c:8449:22: style: Variable 'sinp' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:8684:17: style: Parameter 'com' can be declared as pointer to const. However it seems that 'help' is a callback function, if 'com' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/stone.c:8889:7: note: You might need to cast the function pointer here stone-2.4/stone.c:8684:17: note: Parameter 'com' can be declared as pointer to const stone-2.4/stone.c:8684:28: style: Parameter 'sub' can be declared as pointer to const. However it seems that 'help' is a callback function, if 'sub' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/stone.c:8889:7: note: You might need to cast the function pointer here stone-2.4/stone.c:8684:28: note: Parameter 'sub' can be declared as pointer to const stone-2.4/stone.c:8902:11: style: Variable 'val' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:9112:34: style: Variable 'top' can be declared as pointer to const [constVariablePointer] stone-2.4/stone.c:1241:6: style: Variable 'sep' is assigned a value that is never used. [unreadVariable] stone-2.4/stone.c:1243:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable] stone-2.4/stone.c:1247:6: style: Variable 'sep' is assigned a value that is never used. [unreadVariable] stone-2.4/stone.c:1249:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable] stone-2.4/stone.c:1253:6: style: Variable 'sep' is assigned a value that is never used. [unreadVariable] stone-2.4/stone.c:1255:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable] stone-2.4/stone.c:6767:6: style: Variable 'rsd' is assigned a value that is never used. [unreadVariable] stone-2.4/stone.c:6877:6: style: Variable 'wsd' is assigned a value that is never used. [unreadVariable] stone-2.4/stone.c:8269:7: style: Variable 'pos' is assigned a value that is never used. [unreadVariable] diff: head stone-2.4/cryptoapi.c:138:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR_LIB_USER [valueFlowBailoutIncompleteVar] head stone-2.4/cryptoapi.c:164:76: style: Parameter 'to' can be declared as pointer to const. However it seems that 'rsa_pub_enc' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:412:34: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:164:76: note: Parameter 'to' can be declared as pointer to const head stone-2.4/cryptoapi.c:164:85: style: Parameter 'rsa' can be declared as pointer to const. However it seems that 'rsa_pub_enc' is a callback function, if 'rsa' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:412:34: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:164:85: note: Parameter 'rsa' can be declared as pointer to const head stone-2.4/cryptoapi.c:173:76: style: Parameter 'to' can be declared as pointer to const. However it seems that 'rsa_pub_dec' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:413:34: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:173:76: note: Parameter 'to' can be declared as pointer to const head stone-2.4/cryptoapi.c:173:85: style: Parameter 'rsa' can be declared as pointer to const. However it seems that 'rsa_pub_dec' is a callback function, if 'rsa' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:413:34: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:173:85: note: Parameter 'rsa' can be declared as pointer to const head stone-2.4/cryptoapi.c:193:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RSA_PKCS1_PADDING [valueFlowBailoutIncompleteVar] head stone-2.4/cryptoapi.c:251:77: style: Parameter 'to' can be declared as pointer to const. However it seems that 'rsa_priv_dec' is a callback function, if 'to' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:415:35: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:251:77: note: Parameter 'to' can be declared as pointer to const head stone-2.4/cryptoapi.c:251:86: style: Parameter 'rsa' can be declared as pointer to const. However it seems that 'rsa_priv_dec' is a callback function, if 'rsa' is declared with const you might also need to cast function pointer(s). [constParameterCallback] stone-2.4/cryptoapi.c:415:35: note: You might need to cast the function pointer here stone-2.4/cryptoapi.c:251:86: note: Parameter 'rsa' can be declared as pointer to const head stone-2.4/cryptoapi.c:260:22: style: Parameter 'rsa' can be declared as pointer to const [constParameterPointer] head stone-2.4/cryptoapi.c:296:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X509_ASN_ENCODING [valueFlowBailoutIncompleteVar] head stone-2.4/cryptoapi.c:349:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CERT_STORE_PROV_SYSTEM [valueFlowBailoutIncompleteVar] head stone-2.4/cryptoapi.c:511:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable X509_ASN_ENCODING [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:10046:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:10086:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:10254:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:10412:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1060:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1118:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1165:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1262:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1348:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_NUMERICHOST [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1370:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_NUMERICHOST [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1471:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1486:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1621:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOCK_STREAM [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1671:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1682:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1732:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:1901:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2079:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2125:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2174:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2316:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2338:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2380:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2400:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2445:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2522:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2577:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2672:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2721:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2771:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2809:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2900:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:2983:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3008:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3118:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3190:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable addr [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3269:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3361:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3778:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3838:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3934:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:3962:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4061:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4186:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4210:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4247:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4295:6: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4376:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4561:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4954:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:4996:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5007:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5028:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5050:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5269:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5473:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5584:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5689:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5733:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5771:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5776:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5781:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5788:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5955:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:5982:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6023:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6066:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6087:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6102:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6115:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6130:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6183:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6222:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6242:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6268:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6321:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6411:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6482:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FD_SETSIZE [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6673:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:6983:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:7083:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:7190:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:7322:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:7380:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8016:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8092:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8122:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8216:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_DEBUG [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8320:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8412:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_CRIT [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8685:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_INFO [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8896:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8906:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:8939:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:9076:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] head stone-2.4/stone.c:9574:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOG_ERR [valueFlowBailoutIncompleteVar] DONE