2025-01-30 06:19 ftp://ftp.de.debian.org/debian/pool/main/n/nats.c/nats.c_3.9.2.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --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 -j3 platform: Linux-6.8.0-1016-oracle-aarch64-with-glibc2.39 python: 3.12.3 client-version: 1.3.59 compiler: g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 cppcheck: head 2.16.0 head-info: 35f9925 (2025-01-29 11:13:29 +0100) count: 816 808 elapsed-time: 30.0 10.7 head-timing-info: old-timing-info: head results: nats.c-3.9.2/examples/getstarted/asyncsub.c:41:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/examples.h:70:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/examples.h:132:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/examples.h:168:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/examples.h:213:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/asynctimeout.c:64:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/connect.c:67:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/getstarted/headers.c:25:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/getstarted/pubbytes.c:24:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/getstarted/pubmsg.c:25:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/getstarted/pubstr.c:24:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/getstarted/replier.c:48:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/getstarted/requestor.c:25:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/getstarted/syncsub.c:26:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/js-pub.c:60:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/js-sub.c:117:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/libevent-pub.c:52:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/libevent-pub.c:75:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/libevent-sub.c:51:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/libevent-pub.c:121:13: error: Uninitialized struct member: info.status [uninitStructMember] nats.c-3.9.2/examples/js-sub.c:136:11: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/examples/js-sub.c:125:11: note: First condition nats.c-3.9.2/examples/js-sub.c:136:11: note: Second condition nats.c-3.9.2/examples/js-sub.c:70:22: style: Parameter 'closure' can be declared as pointer to const. However it seems that '_completeSubCb' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nats.c-3.9.2/examples/js-sub.c:207:51: note: You might need to cast the function pointer here nats.c-3.9.2/examples/js-sub.c:70:22: note: Parameter 'closure' can be declared as pointer to const nats.c-3.9.2/examples/libuv-pub.c:32:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/libuv-pub.c:54:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/libuv-sub.c:51:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro_args.h:34:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro_args.h:146:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro_args.h:253:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro_args.h:309:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro_args.h:339:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro_args.h:349:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro_args.h:359:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro-arithmetics.c:83:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/libuv-pub.c:110:13: error: Uninitialized struct member: info.status [uninitStructMember] nats.c-3.9.2/examples/micro-hello.c:51:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro-func.c:165:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro-arithmetics.c:51:13: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/examples/micro-arithmetics.c:49:13: note: First condition nats.c-3.9.2/examples/micro-arithmetics.c:51:13: note: Second condition nats.c-3.9.2/examples/micro-arithmetics.c:53:13: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/examples/micro-arithmetics.c:51:13: note: First condition nats.c-3.9.2/examples/micro-arithmetics.c:53:13: note: Second condition nats.c-3.9.2/examples/micro_args.h:311:13: style: Condition 'err==NULL' is always true [knownConditionTrueFalse] nats.c-3.9.2/examples/micro_args.h:304:23: note: Assignment 'err=NULL', assigned value is 0 nats.c-3.9.2/examples/micro_args.h:308:41: note: Assuming condition is false nats.c-3.9.2/examples/micro_args.h:311:13: note: Condition 'err==NULL' is always true nats.c-3.9.2/examples/micro_args.h:327:46: style: Parameter 'args' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/examples/micro-sequence.c:149:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro-func.c:45:13: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/examples/micro-func.c:43:13: note: First condition nats.c-3.9.2/examples/micro-func.c:45:13: note: Second condition nats.c-3.9.2/examples/micro-func.c:150:13: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/examples/micro-func.c:148:13: note: First condition nats.c-3.9.2/examples/micro-func.c:150:13: note: Second condition nats.c-3.9.2/examples/micro-stats.c:60:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NumRequests [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro-stats.c:146:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/publisher.c:30:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro-sequence.c:128:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] nats.c-3.9.2/examples/micro-sequence.c:126:22: note: outer condition: err==NULL nats.c-3.9.2/examples/micro-sequence.c:128:17: note: identical inner condition: err==NULL nats.c-3.9.2/examples/micro-sequence.c:140:13: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/examples/micro-sequence.c:138:13: note: First condition nats.c-3.9.2/examples/micro-sequence.c:140:13: note: Second condition nats.c-3.9.2/examples/queuegroup.c:66:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/replier.c:72:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/micro-stats.c:139:13: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/examples/micro-stats.c:136:13: note: First condition nats.c-3.9.2/examples/micro-stats.c:139:13: note: Second condition nats.c-3.9.2/examples/micro-stats.c:53:22: style: Variable 'service_state' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/examples/requestor.c:31:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/stan/pub-async.c:68:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/stan/pub.c:59:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/stan/sub.c:33:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/stan/sub.c:120:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/subscriber.c:67:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/examples/stan/pub.c:25:59: style: Parameter 'closure' can be declared as pointer to const. However it seems that '_pubAckHandler' is a callback function, if 'closure' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nats.c-3.9.2/examples/stan/pub.c:94:83: note: You might need to cast the function pointer here nats.c-3.9.2/examples/stan/pub.c:25:59: note: Parameter 'closure' can be declared as pointer to const nats.c-3.9.2/src/buf.c:39:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/buf.c:73:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/buf.c:94:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/buf.c:105:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/buf.c:131:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/buf.c:172:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/buf.c:217:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/buf.c:157:5: error: Memory leak: newData [memleak] nats.c-3.9.2/src/buf.c:52:37: style:inconclusive: Function 'natsBuf_InitWithBackend' argument 1 names different: declaration 'buf' definition 'newBuf'. [funcArgNamesDifferent] nats.c-3.9.2/src/buf.h:50:37: note: Function 'natsBuf_InitWithBackend' argument 1 names different: declaration 'buf' definition 'newBuf'. nats.c-3.9.2/src/buf.c:52:37: note: Function 'natsBuf_InitWithBackend' argument 1 names different: declaration 'buf' definition 'newBuf'. nats.c-3.9.2/src/comsock.c:52:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHUT_RDWR [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:62:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:123:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ai_next [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:157:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:381:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:418:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:506:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:604:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:634:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/comsock.c:263:19: style: Condition 's==NATS_OK' is always true [knownConditionTrueFalse] nats.c-3.9.2/src/comsock.c:252:17: note: Assignment 's=NATS_OK', assigned value is 0 nats.c-3.9.2/src/comsock.c:263:19: note: Condition 's==NATS_OK' is always true nats.c-3.9.2/src/comsock.c:138:51: style:inconclusive: Function 'natsSock_ConnectTcp' argument 2 names different: declaration 'host' definition 'phost'. [funcArgNamesDifferent] nats.c-3.9.2/src/comsock.h:30:51: note: Function 'natsSock_ConnectTcp' argument 2 names different: declaration 'host' definition 'phost'. nats.c-3.9.2/src/comsock.c:138:51: note: Function 'natsSock_ConnectTcp' argument 2 names different: declaration 'host' definition 'phost'. nats.c-3.9.2/src/comsock.c:82:34: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/comsock.c:147:22: style: Variable 'host' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/comsock.c:183:26: style: Variable 'p' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/comsock.c:622:41: style: Parameter 'ctx' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/comsock.c:627:30: style: Variable 'laddr' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/comsock.c:322:29: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/comsock.c:337:21: style: Variable 'len' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/comsock.c:403:27: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/comsock.c:404:27: style: Variable 'readBytes' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/comsock.c:487:27: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/comsock.c:488:27: style: Variable 'bytes' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:287:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:326:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:385:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:431:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:496:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:547:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:777:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:791:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:819:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:963:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1078:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1100:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1337:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1424:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1450:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1467:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1668:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1822:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1899:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:1999:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:2136:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:2277:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:2991:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3044:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3131:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3156:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3221:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3235:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3311:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3417:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3424:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3538:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3593:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3615:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3661:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3673:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3817:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3855:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3862:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3906:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3927:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3954:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3981:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:3998:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4015:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4113:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4174:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4206:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4232:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4291:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4315:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4331:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4354:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4374:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4397:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4424:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4442:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4494:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/crypto.c:503:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/dispatch.c:54:26: style: Variable 'toQ' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/dispatch.c:116:35: style: Parameter 'jsi' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/dispatch.c:414:28: style: Variable 'timerNeedReset' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/glib/glib.c:172:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/glib/glib.c:235:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/conn.c:4257:36: style: Redundant condition: The condition '*ptr != '\0'' is redundant since '*ptr == 'S'' is sufficient. [redundantCondition] nats.c-3.9.2/src/conn.c:3293:11: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/src/conn.c:3282:11: note: First condition nats.c-3.9.2/src/conn.c:3293:11: note: Second condition nats.c-3.9.2/src/conn.c:821:12: style: Condition 's==NATS_OK' is always true [knownConditionTrueFalse] nats.c-3.9.2/src/conn.c:818:11: note: Assuming that condition 's!=NATS_OK' is not redundant nats.c-3.9.2/src/conn.c:821:12: note: Condition 's==NATS_OK' is always true nats.c-3.9.2/src/conn.c:3623:5: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'natsStatus {aka signed int}'. [invalidPrintfArgType_uint] nats.c-3.9.2/src/conn.c:1109:5: error: Memory leak: proto [memleak] nats.c-3.9.2/src/conn.c:3371:9: warning: If memory allocation fails, then there is a possible null pointer dereference: serverUrls [nullPointerOutOfMemory] nats.c-3.9.2/src/conn.c:3353:27: note: Assuming allocation function fails nats.c-3.9.2/src/conn.c:3353:18: note: Assignment 'serverUrls=(char**)calloc(count+1,sizeof(char*))', assigned value is 0 nats.c-3.9.2/src/conn.c:3371:9: note: Null pointer dereference nats.c-3.9.2/src/conn.c:2995:67: style:inconclusive: Function 'natsConn_removeSubscription' argument 2 names different: declaration 'sub' definition 'removedSub'. [funcArgNamesDifferent] nats.c-3.9.2/src/conn.h:108:67: note: Function 'natsConn_removeSubscription' argument 2 names different: declaration 'sub' definition 'removedSub'. nats.c-3.9.2/src/conn.c:2995:67: note: Function 'natsConn_removeSubscription' argument 2 names different: declaration 'sub' definition 'removedSub'. nats.c-3.9.2/src/conn.c:3302:41: style:inconclusive: Function 'natsConnection_Connect' argument 1 names different: declaration 'nc' definition 'newConn'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:4170:41: note: Function 'natsConnection_Connect' argument 1 names different: declaration 'nc' definition 'newConn'. nats.c-3.9.2/src/conn.c:3302:41: note: Function 'natsConnection_Connect' argument 1 names different: declaration 'nc' definition 'newConn'. nats.c-3.9.2/src/conn.c:3392:43: style:inconclusive: Function 'natsConnection_ConnectTo' argument 1 names different: declaration 'nc' definition 'newConn'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:4243:43: note: Function 'natsConnection_ConnectTo' argument 1 names different: declaration 'nc' definition 'newConn'. nats.c-3.9.2/src/conn.c:3392:43: note: Function 'natsConnection_ConnectTo' argument 1 names different: declaration 'nc' definition 'newConn'. nats.c-3.9.2/src/conn.c:3392:64: style:inconclusive: Function 'natsConnection_ConnectTo' argument 2 names different: declaration 'urls' definition 'url'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:4243:59: note: Function 'natsConnection_ConnectTo' argument 2 names different: declaration 'urls' definition 'url'. nats.c-3.9.2/src/conn.c:3392:64: note: Function 'natsConnection_ConnectTo' argument 2 names different: declaration 'urls' definition 'url'. nats.c-3.9.2/src/conn.c:4319:64: style:inconclusive: Function 'natsConn_signatureHandler' argument 2 names different: declaration 'sig' definition 'psig'. [funcArgNamesDifferent] nats.c-3.9.2/src/conn.h:132:64: note: Function 'natsConn_signatureHandler' argument 2 names different: declaration 'sig' definition 'psig'. nats.c-3.9.2/src/conn.c:4319:64: note: Function 'natsConn_signatureHandler' argument 2 names different: declaration 'sig' definition 'psig'. nats.c-3.9.2/src/conn.c:4348:62: style:inconclusive: Function 'natsConnection_Sign' argument 2 names different: declaration 'message' definition 'payload'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:4510:42: note: Function 'natsConnection_Sign' argument 2 names different: declaration 'message' definition 'payload'. nats.c-3.9.2/src/conn.c:4348:62: note: Function 'natsConnection_Sign' argument 2 names different: declaration 'message' definition 'payload'. nats.c-3.9.2/src/conn.c:4348:75: style:inconclusive: Function 'natsConnection_Sign' argument 3 names different: declaration 'messageLen' definition 'payloadLen'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:4510:55: note: Function 'natsConnection_Sign' argument 3 names different: declaration 'messageLen' definition 'payloadLen'. nats.c-3.9.2/src/conn.c:4348:75: note: Function 'natsConnection_Sign' argument 3 names different: declaration 'messageLen' definition 'payloadLen'. nats.c-3.9.2/src/conn.c:449:31: style: Parameter 'nc' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:461:35: style: Parameter 'nc' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:467:41: style: Parameter 'nc' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:473:37: style: Parameter 'nc' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:479:41: style: Parameter 'nc' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:528:40: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:843:13: style: Variable 'escChar' can be declared as const array [constVariable] nats.c-3.9.2/src/conn.c:844:13: style: Variable 'escRepl' can be declared as const array [constVariable] nats.c-3.9.2/src/conn.c:900:18: style: Variable 'nkey' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/conn.c:2847:36: style: Parameter 'nc' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:2855:55: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:2869:58: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:2888:23: style: Parameter 'error' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:2898:47: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:2995:67: style: Parameter 'removedSub' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:3512:30: style: Parameter 'nc' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:4148:18: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/conn.c:4252:23: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/conn.c:4284:18: style: Variable 'uc' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/conn.c:4295:18: style: Parameter 'uc' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:4487:15: style: Variable 'subject' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/glib/glib.c:204:32: style: Parameter 'config' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/conn.c:308:24: style: Variable 'avail' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:1544:49: style: Variable 'doSleep' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:1668:19: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:2036:19: style: Variable 'i' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:2902:22: style: Variable 'authErrCode' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:3527:25: style: Variable 'target' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:3640:27: style: Variable 'ls' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:3712:30: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/conn.c:3747:11: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/glib/glib_dispatch_pool.c:36:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/glib/glib_dispatch_pool.c:68:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/glib/glib_dispatch_pool.c:113:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/glib/glib_dispatch_pool.c:149:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/glib/glib_dispatch_pool.c:163:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/glib/glib_dispatch_pool.c:40:9: error: Memory leak: d [memleak] nats.c-3.9.2/src/glib/glib_dispatch_pool.c:87:5: error: Memory leak: newDispatchers [memleak] nats.c-3.9.2/src/glib/glib_gc.c:29:36: style:inconclusive: Function 'nats_garbageCollectorThreadf' argument 1 names different: declaration 'arg' definition 'closure'. [funcArgNamesDifferent] nats.c-3.9.2/src/glib/glibp.h:131:41: note: Function 'nats_garbageCollectorThreadf' argument 1 names different: declaration 'arg' definition 'closure'. nats.c-3.9.2/src/glib/glib_gc.c:29:36: note: Function 'nats_garbageCollectorThreadf' argument 1 names different: declaration 'arg' definition 'closure'. nats.c-3.9.2/src/glib/glib_ssl.c:67:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/glib/glib_ssl.c:18:29: style: Parameter 'localStorage' can be declared as pointer to const. However it seems that 'nats_cleanupThreadSSL' is a callback function, if 'localStorage' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nats.c-3.9.2/src/glib/glib_ssl.c:62:57: note: You might need to cast the function pointer here nats.c-3.9.2/src/glib/glib_ssl.c:18:29: note: Parameter 'localStorage' can be declared as pointer to const nats.c-3.9.2/src/glib/glib_last_error.c:330:5: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'natsStatus {aka signed int}'. [invalidPrintfArgType_uint] nats.c-3.9.2/src/glib/glib_last_error.c:19:18: style: Variable 'lib' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/glib/glib_last_error.c:234:18: style: Variable 'lib' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/glib/glib_last_error.c:235:18: style: Variable 'errTL' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/glib/glib_last_error.c:258:18: style: Variable 'lib' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/glib/glib_last_error.c:259:18: style: Variable 'errTL' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/glib/glib_last_error.c:318:18: style: Variable 'lib' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/glib/glib_last_error.c:319:18: style: Variable 'errTL' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/glib/glib_timer.c:203:29: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/hash.c:41:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:86:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:115:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:175:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:256:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:367:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:429:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:474:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:503:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:588:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:706:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:827:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/hash.c:622:44: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/hash.c:663:45: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:191:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:210:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:252:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:272:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:381:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:427:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:444:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:464:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:489:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:509:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:759:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:888:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:971:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1004:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1017:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1077:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1122:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1161:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1188:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1301:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1345:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1452:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1532:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1557:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1617:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1648:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1694:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1767:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1844:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:1870:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2055:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2075:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2084:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2186:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2318:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2407:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2454:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2830:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2844:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2861:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2877:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2890:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2903:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:2934:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3012:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3129:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3191:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3201:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3211:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3221:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3231:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3241:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3251:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3422:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3490:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/js.c:3576:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:43:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:65:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:270:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:303:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:317:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:371:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:383:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:423:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:434:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:463:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:478:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:504:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:519:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:545:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:560:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:588:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:608:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:626:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:640:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:656:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:668:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:701:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:783:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:913:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:937:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:956:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:988:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1014:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1041:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1088:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1141:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1167:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1230:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1242:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1270:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1316:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1340:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1391:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1459:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1466:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1499:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1526:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1648:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1685:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1733:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1776:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1783:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1795:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1831:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1843:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1885:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1934:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1949:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1959:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:1974:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2035:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2117:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2158:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2167:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2179:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2248:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2388:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2450:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2580:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2604:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2627:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2650:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2684:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2714:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2763:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2773:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2784:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2794:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2820:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2841:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2861:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2989:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3041:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3071:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3095:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3118:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3175:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3186:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3219:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3260:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3344:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3366:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3420:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3462:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3485:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3527:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3557:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3602:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3633:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3702:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3853:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:3981:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:91:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:170:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:218:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:245:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:406:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:447:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:500:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:544:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:603:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:628:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:637:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:661:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:684:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:694:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:706:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:729:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:744:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:751:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:764:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:800:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:807:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:814:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:841:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:938:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:952:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:1078:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:1176:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:1189:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:1253:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:1260:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:1296:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:1377:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:1394:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/kv.c:302:13: error: Memory leak: newName [memleak] nats.c-3.9.2/src/kv.c:1414:5: error: Memory leak: sts [memleak] nats.c-3.9.2/src/kv.c:355:11: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment] nats.c-3.9.2/src/kv.c:296:23: note: s is assigned nats.c-3.9.2/src/kv.c:355:11: note: s is overwritten nats.c-3.9.2/src/kv.c:636:18: style: Checking if unsigned expression 'revision' is less than zero. [unsignedLessThanZero] nats.c-3.9.2/src/kv.c:1059:65: style:inconclusive: Function 'kvStore_Watch' argument 3 names different: declaration 'keys' definition 'key'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:7234:65: note: Function 'kvStore_Watch' argument 3 names different: declaration 'keys' definition 'key'. nats.c-3.9.2/src/kv.c:1059:65: note: Function 'kvStore_Watch' argument 3 names different: declaration 'keys' definition 'key'. nats.c-3.9.2/src/kv.c:755:67: style: Parameter 'opts' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/kv.c:1066:106: style: Parameter 'opts' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/kv.c:1180:100: style: Parameter 'opts' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/kv.c:1282:82: style: Parameter 'opts' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/kv.c:1488:24: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/kv.c:1494:27: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/kv.c:1500:30: style: Parameter 'e' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/kv.c:1118:15: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/jsm.c:1456:29: style:inconclusive: Function 'js_AddStream' argument 1 names different: declaration 'si' definition 'new_si'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:5779:29: note: Function 'js_AddStream' argument 1 names different: declaration 'si' definition 'new_si'. nats.c-3.9.2/src/jsm.c:1456:29: note: Function 'js_AddStream' argument 1 names different: declaration 'si' definition 'new_si'. nats.c-3.9.2/src/jsm.c:1463:32: style:inconclusive: Function 'js_UpdateStream' argument 1 names different: declaration 'si' definition 'new_si'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:5801:32: note: Function 'js_UpdateStream' argument 1 names different: declaration 'si' definition 'new_si'. nats.c-3.9.2/src/jsm.c:1463:32: note: Function 'js_UpdateStream' argument 1 names different: declaration 'si' definition 'new_si'. nats.c-3.9.2/src/jsm.c:1503:33: style:inconclusive: Function 'js_GetStreamInfo' argument 1 names different: declaration 'si' definition 'new_si'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:5979:33: note: Function 'js_GetStreamInfo' argument 1 names different: declaration 'si' definition 'new_si'. nats.c-3.9.2/src/jsm.c:1503:33: note: Function 'js_GetStreamInfo' argument 1 names different: declaration 'si' definition 'new_si'. nats.c-3.9.2/src/jsm.c:2227:31: style:inconclusive: Function 'js_Streams' argument 1 names different: declaration 'list' definition 'new_list'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6005:31: note: Function 'js_Streams' argument 1 names different: declaration 'list' definition 'new_list'. nats.c-3.9.2/src/jsm.c:2227:31: note: Function 'js_Streams' argument 1 names different: declaration 'list' definition 'new_list'. nats.c-3.9.2/src/jsm.c:2429:36: style:inconclusive: Function 'js_StreamNames' argument 1 names different: declaration 'list' definition 'new_list'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6034:36: note: Function 'js_StreamNames' argument 1 names different: declaration 'list' definition 'new_list'. nats.c-3.9.2/src/jsm.c:2429:36: note: Function 'js_StreamNames' argument 1 names different: declaration 'list' definition 'new_list'. nats.c-3.9.2/src/jsm.c:2701:35: style:inconclusive: Function 'js_GetAccountInfo' argument 1 names different: declaration 'ai' definition 'new_ai'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6250:35: note: Function 'js_GetAccountInfo' argument 1 names different: declaration 'ai' definition 'new_ai'. nats.c-3.9.2/src/jsm.c:2701:35: note: Function 'js_GetAccountInfo' argument 1 names different: declaration 'ai' definition 'new_ai'. nats.c-3.9.2/src/jsm.c:3244:33: style:inconclusive: Function 'js_AddConsumer' argument 1 names different: declaration 'ci' definition 'new_ci'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6079:33: note: Function 'js_AddConsumer' argument 1 names different: declaration 'ci' definition 'new_ci'. nats.c-3.9.2/src/jsm.c:3244:33: note: Function 'js_AddConsumer' argument 1 names different: declaration 'ci' definition 'new_ci'. nats.c-3.9.2/src/jsm.c:3351:37: style:inconclusive: Function 'js_GetConsumerInfo' argument 1 names different: declaration 'ci' definition 'new_ci'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6121:37: note: Function 'js_GetConsumerInfo' argument 1 names different: declaration 'ci' definition 'new_ci'. nats.c-3.9.2/src/jsm.c:3351:37: note: Function 'js_GetConsumerInfo' argument 1 names different: declaration 'ci' definition 'new_ci'. nats.c-3.9.2/src/jsm.c:3681:35: style:inconclusive: Function 'js_Consumers' argument 1 names different: declaration 'list' definition 'new_list'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6192:35: note: Function 'js_Consumers' argument 1 names different: declaration 'list' definition 'new_list'. nats.c-3.9.2/src/jsm.c:3681:35: note: Function 'js_Consumers' argument 1 names different: declaration 'list' definition 'new_list'. nats.c-3.9.2/src/jsm.c:3832:40: style:inconclusive: Function 'js_ConsumerNames' argument 1 names different: declaration 'list' definition 'new_list'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6221:40: note: Function 'js_ConsumerNames' argument 1 names different: declaration 'list' definition 'new_list'. nats.c-3.9.2/src/jsm.c:3832:40: note: Function 'js_ConsumerNames' argument 1 names different: declaration 'list' definition 'new_list'. nats.c-3.9.2/src/jsm.c:288:42: style: Parameter 'external' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/jsm.c:401:32: style: Parameter 'placement' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/jsm.c:612:58: style: Parameter 'cfg' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/jsm.c:630:54: style: Parameter 'limits' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/jsm.c:1345:25: style: Variable 'src' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/jsm.c:1470:73: style: Parameter 'o' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/jsm.c:1508:26: style: Variable 'req' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/jsm.c:3970:42: style: Parameter 'org' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/micro.c:269:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/jsm.c:2076:19: style: Variable 'comma' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/jsm.c:2238:33: style: Variable 'timeout' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/jsm.c:2440:33: style: Variable 'timeout' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/jsm.c:3692:33: style: Variable 'timeout' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/jsm.c:3843:33: style: Variable 'timeout' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/js.c:857:24: style: The statement 'if (js->pmTail!=NULL) js->pmTail=NULL' is logically equivalent to 'js->pmTail=NULL'. [duplicateConditionalAssign] nats.c-3.9.2/src/js.c:858:24: note: Assignment 'js->pmTail=NULL' nats.c-3.9.2/src/js.c:857:24: note: Condition 'js->pmTail!=NULL' is redundant nats.c-3.9.2/src/js.c:1330:9: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'natsStatus {aka signed int}'. [invalidPrintfArgType_uint] nats.c-3.9.2/src/js.c:3440:9: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'natsStatus {aka signed int}'. [invalidPrintfArgType_uint] nats.c-3.9.2/src/js.c:388:5: error: Memory leak: pfx [memleak] nats.c-3.9.2/src/js.c:3535:9: error: Dereferencing 'oci' after it is deallocated / released [deallocuse] nats.c-3.9.2/src/js.c:3536:9: error: Memory pointed to by 'oci' is freed twice. [doubleFree] nats.c-3.9.2/src/js.c:3529:13: note: Memory pointed to by 'oci' is freed twice. nats.c-3.9.2/src/js.c:3536:9: note: Memory pointed to by 'oci' is freed twice. nats.c-3.9.2/src/js.c:933:21: warning: Either the condition 'pm!=NULL' is redundant or there is possible null pointer dereference: pm. [nullPointerRedundantCheck] nats.c-3.9.2/src/js.c:930:20: note: Assuming that condition 'pm!=NULL' is not redundant nats.c-3.9.2/src/js.c:933:21: note: Null pointer dereference nats.c-3.9.2/src/js.c:934:9: warning: Either the condition 'pm!=NULL' is redundant or there is possible null pointer dereference: pm. [nullPointerRedundantCheck] nats.c-3.9.2/src/js.c:930:20: note: Assuming that condition 'pm!=NULL' is not redundant nats.c-3.9.2/src/js.c:934:9: note: Null pointer dereference nats.c-3.9.2/src/micro.c:694:13: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/src/micro.c:688:13: note: First condition nats.c-3.9.2/src/micro.c:694:13: note: Second condition nats.c-3.9.2/src/micro.c:153:9: error: Returning/dereferencing 'fullSubject' after it is deallocated / released [deallocret] nats.c-3.9.2/src/micro.c:152:9: note: Returning/dereferencing 'fullSubject' after it is deallocated / released nats.c-3.9.2/src/micro.c:153:9: note: Returning/dereferencing 'fullSubject' after it is deallocated / released nats.c-3.9.2/src/micro.c:739:6: warning: Either the condition 'new_group==NULL' is redundant or there is possible null pointer dereference: new_group. [nullPointerRedundantCheck] nats.c-3.9.2/src/micro.c:740:19: note: Assuming that condition 'new_group==NULL' is not redundant nats.c-3.9.2/src/micro.c:739:6: note: Null pointer dereference nats.c-3.9.2/src/js.c:1906:12: style: The comparison 's == NATS_OK' is always true because 's' and 'NATS_OK' represent the same value. [knownConditionTrueFalse] nats.c-3.9.2/src/js.c:1850:31: note: 's' is assigned value 'NATS_OK' here. nats.c-3.9.2/src/js.c:1906:12: note: The comparison 's == NATS_OK' is always true because 's' and 'NATS_OK' represent the same value. nats.c-3.9.2/src/micro.c:36:33: style:inconclusive: Function 'micro_AddService' argument 1 names different: declaration 'new_microservice' definition 'new_m'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:8199:33: note: Function 'micro_AddService' argument 1 names different: declaration 'new_microservice' definition 'new_m'. nats.c-3.9.2/src/micro.c:36:33: note: Function 'micro_AddService' argument 1 names different: declaration 'new_microservice' definition 'new_m'. nats.c-3.9.2/src/micro.c:36:80: style:inconclusive: Function 'micro_AddService' argument 3 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:8199:91: note: Function 'micro_AddService' argument 3 names different: declaration 'config' definition 'cfg'. nats.c-3.9.2/src/micro.c:36:80: note: Function 'micro_AddService' argument 3 names different: declaration 'config' definition 'cfg'. nats.c-3.9.2/src/micro.c:230:64: style:inconclusive: Function 'microService_AddEndpoint' argument 2 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:8215:64: note: Function 'microService_AddEndpoint' argument 2 names different: declaration 'config' definition 'cfg'. nats.c-3.9.2/src/micro.c:230:64: note: Function 'microService_AddEndpoint' argument 2 names different: declaration 'config' definition 'cfg'. nats.c-3.9.2/src/micro.c:236:60: style:inconclusive: Function 'microGroup_AddEndpoint' argument 2 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:8383:60: note: Function 'microGroup_AddEndpoint' argument 2 names different: declaration 'config' definition 'cfg'. nats.c-3.9.2/src/micro.c:236:60: note: Function 'microGroup_AddEndpoint' argument 2 names different: declaration 'config' definition 'cfg'. nats.c-3.9.2/src/micro.c:77:68: style: Parameter 'g' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/micro.c:295:67: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/micro.c:364:63: style: Parameter 'toRemove' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/micro.c:679:63: style: Parameter 'in' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/micro.c:777:42: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/micro.c:887:21: style: Variable 'avg' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/js.c:266:34: style:inconclusive: Function 'natsConnection_JetStream' argument 1 names different: declaration 'js' definition 'new_js'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:5696:34: note: Function 'natsConnection_JetStream' argument 1 names different: declaration 'js' definition 'new_js'. nats.c-3.9.2/src/js.c:266:34: note: Function 'natsConnection_JetStream' argument 1 names different: declaration 'js' definition 'new_js'. nats.c-3.9.2/src/js.c:434:23: style:inconclusive: Function 'js_Publish' argument 1 names different: declaration 'pubAck' definition 'new_puback'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6295:23: note: Function 'js_Publish' argument 1 names different: declaration 'pubAck' definition 'new_puback'. nats.c-3.9.2/src/js.c:434:23: note: Function 'js_Publish' argument 1 names different: declaration 'pubAck' definition 'new_puback'. nats.c-3.9.2/src/js.c:496:26: style:inconclusive: Function 'js_PublishMsg' argument 1 names different: declaration 'pubAck' definition 'new_puback'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6318:26: note: Function 'js_PublishMsg' argument 1 names different: declaration 'pubAck' definition 'new_puback'. nats.c-3.9.2/src/js.c:496:26: note: Function 'js_PublishMsg' argument 1 names different: declaration 'pubAck' definition 'new_puback'. nats.c-3.9.2/src/js.c:569:28: style:inconclusive: Function 'jsPubAck_Destroy' argument 1 names different: declaration 'pubAck' definition 'pa'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6328:28: note: Function 'jsPubAck_Destroy' argument 1 names different: declaration 'pubAck' definition 'pa'. nats.c-3.9.2/src/js.c:569:28: note: Function 'jsPubAck_Destroy' argument 1 names different: declaration 'pubAck' definition 'pa'. nats.c-3.9.2/src/js.c:1235:19: style:inconclusive: Function 'jsSub_free' argument 1 names different: declaration 'sub' definition 'jsi'. [funcArgNamesDifferent] nats.c-3.9.2/src/natsp.h:873:19: note: Function 'jsSub_free' argument 1 names different: declaration 'sub' definition 'jsi'. nats.c-3.9.2/src/js.c:1235:19: note: Function 'jsSub_free' argument 1 names different: declaration 'sub' definition 'jsi'. nats.c-3.9.2/src/js.c:2079:89: style:inconclusive: Function 'natsSubscription_FetchRequest' argument 3 names different: declaration 'request' definition 'req'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:6658:89: note: Function 'natsSubscription_FetchRequest' argument 3 names different: declaration 'request' definition 'req'. nats.c-3.9.2/src/js.c:2079:89: note: Function 'natsSubscription_FetchRequest' argument 3 names different: declaration 'request' definition 'req'. nats.c-3.9.2/src/js.c:2834:33: warning: Function 'js_Subscribe' argument order different: declaration 'sub, js, subject, , cbClosure, opts, subOpts, errCode' definition 'sub, js, subject, cb, cbClosure, jsOpts, opts, errCode' [funcArgOrderDifferent] nats.c-3.9.2/src/nats.h:6499:33: note: Function 'js_Subscribe' argument order different: declaration 'sub, js, subject, , cbClosure, opts, subOpts, errCode' definition 'sub, js, subject, cb, cbClosure, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2834:33: note: Function 'js_Subscribe' argument order different: declaration 'sub, js, subject, , cbClosure, opts, subOpts, errCode' definition 'sub, js, subject, cb, cbClosure, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2851:38: warning: Function 'js_SubscribeMulti' argument order different: declaration 'sub, js, subjects, numSubjects, , cbClosure, opts, subOpts, errCode' definition 'sub, js, subjects, numSubjects, cb, cbClosure, jsOpts, opts, errCode' [funcArgOrderDifferent] nats.c-3.9.2/src/nats.h:6521:38: note: Function 'js_SubscribeMulti' argument order different: declaration 'sub, js, subjects, numSubjects, , cbClosure, opts, subOpts, errCode' definition 'sub, js, subjects, numSubjects, cb, cbClosure, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2851:38: note: Function 'js_SubscribeMulti' argument order different: declaration 'sub, js, subjects, numSubjects, , cbClosure, opts, subOpts, errCode' definition 'sub, js, subjects, numSubjects, cb, cbClosure, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2868:37: warning: Function 'js_SubscribeSync' argument order different: declaration 'sub, js, subject, opts, subOpts, errCode' definition 'sub, js, subject, jsOpts, opts, errCode' [funcArgOrderDifferent] nats.c-3.9.2/src/nats.h:6539:37: note: Function 'js_SubscribeSync' argument order different: declaration 'sub, js, subject, opts, subOpts, errCode' definition 'sub, js, subject, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2868:37: note: Function 'js_SubscribeSync' argument order different: declaration 'sub, js, subject, opts, subOpts, errCode' definition 'sub, js, subject, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2881:42: warning: Function 'js_SubscribeSyncMulti' argument order different: declaration 'sub, js, subjects, numSubjects, opts, subOpts, errCode' definition 'sub, js, subjects, numSubjects, jsOpts, opts, errCode' [funcArgOrderDifferent] nats.c-3.9.2/src/nats.h:6558:42: note: Function 'js_SubscribeSyncMulti' argument order different: declaration 'sub, js, subjects, numSubjects, opts, subOpts, errCode' definition 'sub, js, subjects, numSubjects, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2881:42: note: Function 'js_SubscribeSyncMulti' argument order different: declaration 'sub, js, subjects, numSubjects, opts, subOpts, errCode' definition 'sub, js, subjects, numSubjects, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2894:37: warning: Function 'js_PullSubscribe' argument order different: declaration 'sub, js, subject, durable, opts, subOpts, errCode' definition 'sub, js, subject, durable, jsOpts, opts, errCode' [funcArgOrderDifferent] nats.c-3.9.2/src/nats.h:6583:37: note: Function 'js_PullSubscribe' argument order different: declaration 'sub, js, subject, durable, opts, subOpts, errCode' definition 'sub, js, subject, durable, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:2894:37: note: Function 'js_PullSubscribe' argument order different: declaration 'sub, js, subject, durable, opts, subOpts, errCode' definition 'sub, js, subject, durable, jsOpts, opts, errCode' nats.c-3.9.2/src/js.c:200:72: style: Parameter 'resp' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:240:59: style: Parameter 'o' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:259:63: style: Parameter 'o' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:391:38: style: Variable 'po' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/js.c:448:52: style: Parameter 'opts' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:484:50: style: Parameter 'opts' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:881:44: style: Parameter 'subject' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:1171:97: style: Parameter 'jo' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:1645:22: style: Variable 'm' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/js.c:1704:39: style: Parameter 'sub' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:3116:34: style: Parameter 'opts' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:3116:50: style: Parameter 'o' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:3546:55: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/js.c:1541:24: style: Variable 'val' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/js.c:1860:30: style: Variable 'start' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/micro_error.c:197:17: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'natsStatus {aka signed int}'. [invalidPrintfArgType_uint] nats.c-3.9.2/src/micro_error.c:127:35: style:inconclusive: Function 'micro_is_error_message' argument 1 names different: declaration 's' definition 'status'. [funcArgNamesDifferent] nats.c-3.9.2/src/microp.h:145:47: note: Function 'micro_is_error_message' argument 1 names different: declaration 's' definition 'status'. nats.c-3.9.2/src/micro_error.c:127:35: note: Function 'micro_is_error_message' argument 1 names different: declaration 's' definition 'status'. nats.c-3.9.2/src/micro_error.c:182:54: style:inconclusive: Function 'microError_String' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:8747:54: note: Function 'microError_String' argument 3 names different: declaration 'len' definition 'size'. nats.c-3.9.2/src/micro_error.c:182:54: note: Function 'microError_String' argument 3 names different: declaration 'len' definition 'size'. nats.c-3.9.2/src/micro_error.c:209:14: style: Variable 'used' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/micro_request.c:56:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] nats.c-3.9.2/src/micro_request.c:29:59: style:inconclusive: Function 'microRequest_RespondCustom' argument 2 names different: declaration 'err' definition 'service_error'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:8646:59: note: Function 'microRequest_RespondCustom' argument 2 names different: declaration 'err' definition 'service_error'. nats.c-3.9.2/src/micro_request.c:29:59: note: Function 'microRequest_RespondCustom' argument 2 names different: declaration 'err' definition 'service_error'. nats.c-3.9.2/src/micro_monitoring.c:88:27: style: Condition 'm==NULL' is always false [knownConditionTrueFalse] nats.c-3.9.2/src/micro_monitoring.c:88:21: style: Same expression on both sides of '||'. [duplicateExpression] nats.c-3.9.2/src/micro_monitoring.c:84:19: style: Variable 'm' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/micro_monitoring.c:120:20: style: Variable 'p' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/micro_monitoring.c:227:50: style: Parameter 'm' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/micro_monitoring.c:254:54: style: Parameter 'info' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/micro_monitoring.c:309:25: style: Variable 'ep' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/micro_monitoring.c:239:9: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare] nats.c-3.9.2/src/msg.c:77:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:156:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:179:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:221:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:334:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:440:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:473:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:507:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:539:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:585:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:628:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:774:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/msg.c:879:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nats.c:123:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nats.c:214:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nats.c:180:38: style:inconclusive: Function 'nats_CheckCompatibilityImpl' argument 1 names different: declaration 'reqVerNumber' definition 'headerReqVerNumber'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:1951:38: note: Function 'nats_CheckCompatibilityImpl' argument 1 names different: declaration 'reqVerNumber' definition 'headerReqVerNumber'. nats.c-3.9.2/src/nats.c:180:38: note: Function 'nats_CheckCompatibilityImpl' argument 1 names different: declaration 'reqVerNumber' definition 'headerReqVerNumber'. nats.c-3.9.2/src/nats.c:180:67: style:inconclusive: Function 'nats_CheckCompatibilityImpl' argument 2 names different: declaration 'verNumber' definition 'headerVerNumber'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:1951:61: note: Function 'nats_CheckCompatibilityImpl' argument 2 names different: declaration 'verNumber' definition 'headerVerNumber'. nats.c-3.9.2/src/nats.c:180:67: note: Function 'nats_CheckCompatibilityImpl' argument 2 names different: declaration 'verNumber' definition 'headerVerNumber'. nats.c-3.9.2/src/nats.c:181:41: style:inconclusive: Function 'nats_CheckCompatibilityImpl' argument 3 names different: declaration 'verString' definition 'headerVerString'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:1951:84: note: Function 'nats_CheckCompatibilityImpl' argument 3 names different: declaration 'verString' definition 'headerVerString'. nats.c-3.9.2/src/nats.c:181:41: note: Function 'nats_CheckCompatibilityImpl' argument 3 names different: declaration 'verString' definition 'headerVerString'. nats.c-3.9.2/src/nats.c:57:11: style: Variable 'str' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/nats.c:64:11: style: Variable 'str' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/nats.c:71:11: style: Variable 'str' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/natstime.c:75:39: style: Parameter 'deadline' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/nkeys.c:73:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nkeys.c:111:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nkeys.c:138:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nuid.c:138:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nuid.c:171:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nuid.c:194:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nuid.c:225:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nuid.c:236:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nuid.c:281:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/nkeys.c:39:30: style: Parameter 'src' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/msg.c:422:31: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/src/msg.c:411:31: note: First condition nats.c-3.9.2/src/msg.c:422:31: note: Second condition nats.c-3.9.2/src/msg.c:445:11: style: Condition 's==NATS_OK' is always true [knownConditionTrueFalse] nats.c-3.9.2/src/msg.c:442:39: note: Assuming that condition '(s=_liftHeaders(msg,true))!=NATS_OK' is not redundant nats.c-3.9.2/src/msg.c:445:11: note: Condition 's==NATS_OK' is always true nats.c-3.9.2/src/msg.c:478:11: style: Condition 's==NATS_OK' is always true [knownConditionTrueFalse] nats.c-3.9.2/src/msg.c:475:39: note: Assuming that condition '(s=_liftHeaders(msg,true))!=NATS_OK' is not redundant nats.c-3.9.2/src/msg.c:478:11: note: Condition 's==NATS_OK' is always true nats.c-3.9.2/src/msg.c:164:13: error: Memory leak: cv [memleak] nats.c-3.9.2/src/msg.c:861:40: style:inconclusive: Function 'natsMsg_init' argument 2 names different: declaration 'subject' definition 'subj'. [funcArgNamesDifferent] nats.c-3.9.2/src/msg.h:101:26: note: Function 'natsMsg_init' argument 2 names different: declaration 'subject' definition 'subj'. nats.c-3.9.2/src/msg.c:861:40: note: Function 'natsMsg_init' argument 2 names different: declaration 'subject' definition 'subj'. nats.c-3.9.2/src/msg.c:891:33: style:inconclusive: Function 'natsMsg_IsNoResponders' argument 1 names different: declaration 'msg' definition 'm'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:4051:33: note: Function 'natsMsg_IsNoResponders' argument 1 names different: declaration 'msg' definition 'm'. nats.c-3.9.2/src/msg.c:891:33: note: Function 'natsMsg_IsNoResponders' argument 1 names different: declaration 'msg' definition 'm'. nats.c-3.9.2/src/msg.c:176:26: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/msg.c:188:17: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/msg.c:504:22: style: Variable 'v' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/msg.c:729:30: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/msg.c:738:26: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/pub.c:71:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:248:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:272:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:286:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:302:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:328:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:364:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:438:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:559:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/pub.c:572:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:29:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:68:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:101:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:128:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:149:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:178:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:204:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:708:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:714:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:720:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:726:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:734:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:740:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:746:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:752:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:758:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:766:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:778:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:790:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:802:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:814:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:826:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:838:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:850:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:862:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:877:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:890:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:902:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:914:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:927:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:944:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:957:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:972:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:987:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1002:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1015:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1029:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1047:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1067:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1082:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1098:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1108:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1119:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1139:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1149:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1176:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1249:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1280:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1308:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1343:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1389:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1429:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1441:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1455:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1493:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1499:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1541:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:1582:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/opts.c:731:47: style:inconclusive: Function 'natsOptions_LoadCertificatesChain' argument 2 names different: declaration 'certsFileName' definition 'certFileName'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:2526:47: note: Function 'natsOptions_LoadCertificatesChain' argument 2 names different: declaration 'certsFileName' definition 'certFileName'. nats.c-3.9.2/src/opts.c:731:47: note: Function 'natsOptions_LoadCertificatesChain' argument 2 names different: declaration 'certsFileName' definition 'certFileName'. nats.c-3.9.2/src/opts.c:738:65: style:inconclusive: Function 'natsOptions_SetCertificatesChain' argument 2 names different: declaration 'cert' definition 'certStr'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:2542:46: note: Function 'natsOptions_SetCertificatesChain' argument 2 names different: declaration 'cert' definition 'certStr'. nats.c-3.9.2/src/opts.c:738:65: note: Function 'natsOptions_SetCertificatesChain' argument 2 names different: declaration 'cert' definition 'certStr'. nats.c-3.9.2/src/opts.c:738:86: style:inconclusive: Function 'natsOptions_SetCertificatesChain' argument 3 names different: declaration 'key' definition 'keyStr'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:2543:46: note: Function 'natsOptions_SetCertificatesChain' argument 3 names different: declaration 'key' definition 'keyStr'. nats.c-3.9.2/src/opts.c:738:86: note: Function 'natsOptions_SetCertificatesChain' argument 3 names different: declaration 'key' definition 'keyStr'. nats.c-3.9.2/src/opts.c:800:51: style:inconclusive: Function 'natsOptions_SetMaxPingsOut' argument 2 names different: declaration 'maxPingsOut' definition 'maxPignsOut'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:2654:51: note: Function 'natsOptions_SetMaxPingsOut' argument 2 names different: declaration 'maxPingsOut' definition 'maxPignsOut'. nats.c-3.9.2/src/opts.c:800:51: note: Function 'natsOptions_SetMaxPingsOut' argument 2 names different: declaration 'maxPingsOut' definition 'maxPignsOut'. nats.c-3.9.2/src/opts.c:1137:56: style:inconclusive: Function 'natsOptions_UseOldRequestStyle' argument 2 names different: declaration 'useOldStyle' definition 'useOldStype'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:3052:56: note: Function 'natsOptions_UseOldRequestStyle' argument 2 names different: declaration 'useOldStyle' definition 'useOldStype'. nats.c-3.9.2/src/opts.c:1137:56: note: Function 'natsOptions_UseOldRequestStyle' argument 2 names different: declaration 'useOldStyle' definition 'useOldStype'. nats.c-3.9.2/src/opts.c:1246:21: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/opts.c:1277:21: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/pub.c:429:36: style:inconclusive: Function 'natsConnection_RequestMsg' argument 3 names different: declaration 'requestMsg' definition 'm'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:4753:36: note: Function 'natsConnection_RequestMsg' argument 3 names different: declaration 'requestMsg' definition 'm'. nats.c-3.9.2/src/pub.c:429:36: note: Function 'natsConnection_RequestMsg' argument 3 names different: declaration 'requestMsg' definition 'm'. nats.c-3.9.2/src/pub.c:368:52: style: Parameter 'sub' can be declared as pointer to const. However it seems that '_respHandler' is a callback function, if 'sub' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nats.c-3.9.2/src/pub.c:473:35: note: You might need to cast the function pointer here nats.c-3.9.2/src/pub.c:368:52: note: Parameter 'sub' can be declared as pointer to const nats.c-3.9.2/src/srvpool.c:37:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/srvpool.c:150:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/srvpool.c:241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/srvpool.c:368:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/srvpool.c:443:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/stan/protocol.pb-c.h:12:0: error: #error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. [preprocessorErrorDirective] nats.c-3.9.2/src/srvpool.c:183:9: error: Memory leak: newArray [memleak] nats.c-3.9.2/src/srvpool.c:309:23: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment] nats.c-3.9.2/src/srvpool.c:296:19: note: found is assigned nats.c-3.9.2/src/srvpool.c:309:23: note: found is overwritten nats.c-3.9.2/src/srvpool.c:31:36: style: Parameter 'url' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/srvpool.c:83:59: style: Parameter 'opts' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/srvpool.c:224:18: style: Variable 'sport' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/srvpool.c:252:15: style: Variable 'inInfo' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/srvpool.c:430:18: style: Variable 'url' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/parser.c:904:5: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'natsOp {aka signed int}'. [invalidPrintfArgType_uint] nats.c-3.9.2/src/stats.c:28:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/stats.c:42:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:84:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:235:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:333:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:354:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:446:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:467:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:484:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:501:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:524:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:542:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:562:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:579:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:731:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:743:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:779:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:786:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:955:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:964:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:973:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:984:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1024:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1046:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1107:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1132:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1158:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1183:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1204:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1225:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1250:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/sub.c:1277:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/timer.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/cond.c:28:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/cond.c:74:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETIMEDOUT [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/mutex.c:25:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/sock.c:41:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POLLIN [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/sock.c:68:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/sock.c:100:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/mutex.c:88:21: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] nats.c-3.9.2/src/sub.c:347:21: style:inconclusive: Function 'natsSub_create' argument 8 names different: declaration 'noLibDlvPool' definition 'forReplies'. [funcArgNamesDifferent] nats.c-3.9.2/src/sub.h:96:21: note: Function 'natsSub_create' argument 8 names different: declaration 'noLibDlvPool' definition 'forReplies'. nats.c-3.9.2/src/sub.c:347:21: note: Function 'natsSub_create' argument 8 names different: declaration 'noLibDlvPool' definition 'forReplies'. nats.c-3.9.2/src/sub.c:559:52: style: Parameter 'sub' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/sub.c:575:12: style: Variable 'jsi' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/unix/thread.c:63:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/thread.c:148:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/thread.c:169:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/unix/thread.c:51:32: style:inconclusive: Function 'natsThread_Create' argument 1 names different: declaration 't' definition 'thread'. [funcArgNamesDifferent] nats.c-3.9.2/src/natsp.h:791:32: note: Function 'natsThread_Create' argument 1 names different: declaration 't' definition 'thread'. nats.c-3.9.2/src/unix/thread.c:51:32: note: Function 'natsThread_Create' argument 1 names different: declaration 't' definition 'thread'. nats.c-3.9.2/src/unix/thread.c:111:31: style: Parameter 't' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/unix/thread.c:118:34: style: Parameter 't' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/url.c:43:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/url.c:60:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/url.c:101:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/cond.c:24:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/cond.c:35:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFINITE [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/cond.c:47:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_TIMEOUT [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/cond.c:69:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_TIMEOUT [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/url.c:126:11: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/src/url.c:110:11: note: First condition nats.c-3.9.2/src/url.c:126:11: note: Second condition nats.c-3.9.2/src/url.c:158:11: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/src/url.c:126:11: note: First condition nats.c-3.9.2/src/url.c:158:11: note: Second condition nats.c-3.9.2/src/url.c:176:11: style: The if condition is the same as the previous if condition [duplicateCondition] nats.c-3.9.2/src/url.c:158:11: note: First condition nats.c-3.9.2/src/url.c:176:11: note: Second condition nats.c-3.9.2/src/url.c:78:14: style: Variable 'buf' can be declared as const array [constVariable] nats.c-3.9.2/src/util.c:209:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:226:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:319:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:398:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:510:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:640:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:696:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:711:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:919:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:945:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1127:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1149:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1188:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1209:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1224:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1230:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1236:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1242:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1257:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1263:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1269:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1275:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1290:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1323:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1440:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1461:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1487:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1518:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1524:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1530:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1536:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1542:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1548:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1554:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1560:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1566:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1572:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1578:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1584:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1590:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1596:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1602:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1619:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1662:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1751:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1812:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1865:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1872:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1896:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1953:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:1991:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2055:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PF_UNSPEC [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2182:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2210:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2226:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2233:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2314:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2476:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2504:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/util.c:2526:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/mutex.c:23:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/sock.c:84:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/sock.c:103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIONBIO [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/sock.c:130:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/thread.c:28:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/thread.c:83:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/thread.c:117:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFINITE [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/thread.c:162:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TLS_OUT_OF_INDEXES [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/thread.c:184:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] nats.c-3.9.2/src/win/thread.c:72:32: style:inconclusive: Function 'natsThread_Create' argument 1 names different: declaration 't' definition 'thread'. [funcArgNamesDifferent] nats.c-3.9.2/src/natsp.h:791:32: note: Function 'natsThread_Create' argument 1 names different: declaration 't' definition 'thread'. nats.c-3.9.2/src/win/thread.c:72:32: note: Function 'natsThread_Create' argument 1 names different: declaration 't' definition 'thread'. nats.c-3.9.2/src/win/thread.c:22:66: style: Parameter 'lpContext' can be declared as pointer to const. However it seems that '_initHandleFunction' is a callback function, if 'lpContext' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nats.c-3.9.2/src/win/thread.c:38:35: note: You might need to cast the function pointer here nats.c-3.9.2/src/win/thread.c:22:66: note: Parameter 'lpContext' can be declared as pointer to const nats.c-3.9.2/src/win/thread.c:123:31: style: Parameter 't' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/win/thread.c:129:34: style: Parameter 't' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/win/strings.c:95:23: style: Variable 'offset' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/test/test.h:59:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_NOT_PERMITTED [valueFlowBailoutIncompleteVar] nats.c-3.9.2/test/test.h:91:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/test/test.h:347:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/test/bench_sub_async.c:176:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/test/bench_sub_async.c:246:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_INVALID_ARG [valueFlowBailoutIncompleteVar] nats.c-3.9.2/test/bench_sub_async.c:383:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/test/bench_sub_async.c:405:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] nats.c-3.9.2/test/bench_sub_async.c:446:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] nats.c-3.9.2/test/bench_sub_async.c:174:96: style:inconclusive: Function '_benchMatrix' argument 5 names different: declaration 'numMessages' definition 'NMessages'. [funcArgNamesDifferent] nats.c-3.9.2/test/bench_sub_async.c:57:96: note: Function '_benchMatrix' argument 5 names different: declaration 'numMessages' definition 'NMessages'. nats.c-3.9.2/test/bench_sub_async.c:174:96: note: Function '_benchMatrix' argument 5 names different: declaration 'numMessages' definition 'NMessages'. nats.c-3.9.2/src/util.c:335:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] nats.c-3.9.2/src/util.c:979:15: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr [nullPointerOutOfMemory] nats.c-3.9.2/src/util.c:962:21: note: Assuming allocation function fails nats.c-3.9.2/src/util.c:962:21: note: Assignment 'json->str=malloc(jsonLen+1)', assigned value is 0 nats.c-3.9.2/src/util.c:966:15: note: Assuming condition is false nats.c-3.9.2/src/util.c:978:9: note: ptr is assigned 'json->str' here. nats.c-3.9.2/src/util.c:979:15: note: Null pointer dereference nats.c-3.9.2/src/util.c:2530:9: warning: If memory allocation fails, then there is a possible null pointer dereference: list [nullPointerOutOfMemory] nats.c-3.9.2/src/util.c:2524:12: note: Assuming allocation function fails nats.c-3.9.2/src/util.c:2524:12: note: Assignment 'list=calloc(n,sizeof(char*))', assigned value is 0 nats.c-3.9.2/src/util.c:2530:9: note: Null pointer dereference nats.c-3.9.2/src/util.c:2531:13: warning: If memory allocation fails, then there is a possible null pointer dereference: list [nullPointerOutOfMemory] nats.c-3.9.2/src/util.c:2524:12: note: Assuming allocation function fails nats.c-3.9.2/src/util.c:2524:12: note: Assignment 'list=calloc(n,sizeof(char*))', assigned value is 0 nats.c-3.9.2/src/util.c:2531:13: note: Null pointer dereference nats.c-3.9.2/src/util.c:330:20: style:inconclusive: Function 'nats_Sleep' argument 1 names different: declaration 'sleepTime' definition 'millisec'. [funcArgNamesDifferent] nats.c-3.9.2/src/nats.h:1978:20: note: Function 'nats_Sleep' argument 1 names different: declaration 'sleepTime' definition 'millisec'. nats.c-3.9.2/src/util.c:330:20: note: Function 'nats_Sleep' argument 1 names different: declaration 'sleepTime' definition 'millisec'. nats.c-3.9.2/src/util.c:1124:28: style:inconclusive: Function 'nats_JSONParse' argument 1 names different: declaration 'json' definition 'newJSON'. [funcArgNamesDifferent] nats.c-3.9.2/src/util.h:97:28: note: Function 'nats_JSONParse' argument 1 names different: declaration 'json' definition 'newJSON'. nats.c-3.9.2/src/util.c:1124:28: note: Function 'nats_JSONParse' argument 1 names different: declaration 'json' definition 'newJSON'. nats.c-3.9.2/src/util.c:1124:49: style:inconclusive: Function 'nats_JSONParse' argument 2 names different: declaration 'str' definition 'jsonStr'. [funcArgNamesDifferent] nats.c-3.9.2/src/util.h:97:46: note: Function 'nats_JSONParse' argument 2 names different: declaration 'str' definition 'jsonStr'. nats.c-3.9.2/src/util.c:1124:49: note: Function 'nats_JSONParse' argument 2 names different: declaration 'str' definition 'jsonStr'. nats.c-3.9.2/src/util.c:1124:62: style:inconclusive: Function 'nats_JSONParse' argument 3 names different: declaration 'strLen' definition 'jsonLen'. [funcArgNamesDifferent] nats.c-3.9.2/src/util.h:97:55: note: Function 'nats_JSONParse' argument 3 names different: declaration 'strLen' definition 'jsonLen'. nats.c-3.9.2/src/util.c:1124:62: note: Function 'nats_JSONParse' argument 3 names different: declaration 'strLen' definition 'jsonLen'. nats.c-3.9.2/src/util.c:1294:22: style:inconclusive: Function 'nats_parseTime' argument 1 names different: declaration 'str' definition 'orgStr'. [funcArgNamesDifferent] nats.c-3.9.2/src/util.h:262:22: note: Function 'nats_parseTime' argument 1 names different: declaration 'str' definition 'orgStr'. nats.c-3.9.2/src/util.c:1294:22: note: Function 'nats_parseTime' argument 1 names different: declaration 'str' definition 'orgStr'. nats.c-3.9.2/src/util.c:193:14: style: Variable 'start' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/util.c:266:15: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/util.c:309:56: style: Parameter 'buf' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/util.c:462:14: style: Variable 'i' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/util.c:789:26: style: Variable 'numPtr' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/util.c:1480:41: style: Parameter 'arr' can be declared as pointer to const. However it seems that 'nats_JSONArrayAsStrings' is a callback function, if 'arr' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nats.c-3.9.2/src/util.c:1518:5: note: You might need to cast the function pointer here nats.c-3.9.2/src/util.c:1480:41: note: Parameter 'arr' can be declared as pointer to const nats.c-3.9.2/src/util.c:1717:18: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/util.c:1962:35: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] nats.c-3.9.2/src/util.c:2069:14: style: Variable 'last' can be declared as pointer to const [constVariablePointer] nats.c-3.9.2/src/util.c:2466:62: style: Parameter 'f' can be declared as pointer to const. However it seems that '_addMD' is a callback function, if 'f' is declared with const you might also need to cast function pointer(s). [constParameterCallback] nats.c-3.9.2/src/util.c:2505:5: note: You might need to cast the function pointer here nats.c-3.9.2/src/util.c:2466:62: note: Parameter 'f' can be declared as pointer to const nats.c-3.9.2/src/util.c:2160:29: style: Variable 'savedLen' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/src/util.c:2461:5: style: Variable 's' is assigned a value that is never used. [unreadVariable] nats.c-3.9.2/test/test.c:22594:46: error: There is an unknown macro here somewhere. Configuration is required. If jsDeliverAllStr is a macro then please configure it. [unknownMacro] diff: 2.16.0 nats.c-3.9.2/examples/asynctimeout.c:64:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/asynctimeout.c:64:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/connect.c:67:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/connect.c:67:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/examples.h:132:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/examples.h:132:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/examples.h:168:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/examples.h:168:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/examples.h:213:27: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/examples.h:213:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/examples.h:70:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/examples.h:70:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/getstarted/asyncsub.c:41:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/getstarted/asyncsub.c:41:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/getstarted/headers.c:25:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/getstarted/headers.c:25:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/getstarted/pubbytes.c:24:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/getstarted/pubbytes.c:24:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/getstarted/pubmsg.c:25:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/getstarted/pubmsg.c:25:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/getstarted/pubstr.c:24:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/getstarted/pubstr.c:24:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/getstarted/replier.c:48:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/getstarted/replier.c:48:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/getstarted/requestor.c:25:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/getstarted/requestor.c:25:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/getstarted/syncsub.c:26:41: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/getstarted/syncsub.c:26:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_DEFAULT_URL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/js-pub.c:60:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/js-pub.c:60:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/js-sub.c:117:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/js-sub.c:117:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/libevent-pub.c:52:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/libevent-pub.c:52:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/libevent-pub.c:75:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/libevent-pub.c:75:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/libevent-sub.c:51:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/libevent-sub.c:51:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/libuv-pub.c:32:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/libuv-pub.c:32:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/libuv-pub.c:54:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/libuv-pub.c:54:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/libuv-sub.c:51:34: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/libuv-sub.c:51:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro-arithmetics.c:83:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro-arithmetics.c:83:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro-func.c:165:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro-func.c:165:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro-hello.c:51:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro-hello.c:51:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro-sequence.c:149:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro-sequence.c:149:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro-stats.c:146:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro-stats.c:146:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro-stats.c:60:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NumRequests [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro-stats.c:60:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NumRequests [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro_args.h:146:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro_args.h:146:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro_args.h:253:36: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro_args.h:253:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro_args.h:309:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro_args.h:309:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro_args.h:339:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro_args.h:339:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro_args.h:349:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro_args.h:349:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro_args.h:34:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro_args.h:34:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorOutOfMemory [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/micro_args.h:359:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/micro_args.h:359:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable micro_ErrorInvalidArg [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/publisher.c:30:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/publisher.c:30:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/queuegroup.c:66:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/queuegroup.c:66:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/replier.c:72:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/replier.c:72:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/requestor.c:31:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/requestor.c:31:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/stan/pub-async.c:68:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/stan/pub-async.c:68:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/stan/pub.c:59:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/stan/pub.c:59:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/stan/sub.c:120:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/stan/sub.c:120:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/stan/sub.c:33:47: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/stan/sub.c:33:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/examples/subscriber.c:67:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/examples/subscriber.c:67:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/buf.c:105:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/buf.c:105:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/buf.c:131:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/buf.c:131:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/buf.c:172:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/buf.c:172:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/buf.c:217:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/buf.c:217:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/buf.c:39:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/buf.c:39:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/buf.c:73:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/buf.c:73:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/buf.c:94:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/buf.c:94:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:123:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ai_next [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:123:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ai_next [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:157:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:157:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:381:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:381:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:418:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:418:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:506:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:506:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:52:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable SHUT_RDWR [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:52:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SHUT_RDWR [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:604:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:604:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:62:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:62:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/comsock.c:634:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/comsock.c:634:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1078:37: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1078:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1100:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1100:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1337:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1337:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1424:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1424:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1450:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1450:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1467:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1467:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1668:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1668:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1822:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1822:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1899:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1899:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:1999:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:1999:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:2136:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:2136:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:2277:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:2277:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:287:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:287:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:2991:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:2991:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3044:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3044:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3131:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3131:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3156:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3156:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3221:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3221:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3235:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3235:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:326:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:326:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3311:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3311:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3371:9: warning: Either the condition 'serverUrls==NULL' is redundant or there is possible null pointer dereference: serverUrls. [nullPointerRedundantCheck] nats.c-3.9.2/src/conn.c:3354:20: note: Assuming that condition 'serverUrls==NULL' is not redundant nats.c-3.9.2/src/conn.c:3371:9: note: Null pointer dereference head nats.c-3.9.2/src/conn.c:3371:9: warning: If memory allocation fails, then there is a possible null pointer dereference: serverUrls [nullPointerOutOfMemory] nats.c-3.9.2/src/conn.c:3353:27: note: Assuming allocation function fails nats.c-3.9.2/src/conn.c:3353:18: note: Assignment 'serverUrls=(char**)calloc(count+1,sizeof(char*))', assigned value is 0 nats.c-3.9.2/src/conn.c:3371:9: note: Null pointer dereference 2.16.0 nats.c-3.9.2/src/conn.c:3417:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3417:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3424:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3424:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3538:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3538:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3593:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3593:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3615:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3615:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3661:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3661:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3673:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3673:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3817:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3817:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3855:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3855:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:385:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:385:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3862:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3862:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3906:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3906:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3927:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3927:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3954:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3954:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3981:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3981:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:3998:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:3998:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4015:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4015:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4113:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4113:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4174:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4174:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4206:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4206:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4232:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4232:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4252:23: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] 2.16.0 nats.c-3.9.2/src/conn.c:4291:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4291:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4315:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4315:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:431:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:431:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4331:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4331:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4354:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4354:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4374:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4374:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4397:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4397:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4424:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4424:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4442:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4442:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:4494:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:4494:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:496:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:496:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:547:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:547:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:777:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:777:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:791:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:791:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:819:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:819:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/conn.c:963:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/conn.c:963:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/crypto.c:503:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/crypto.c:503:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/glib/glib.c:172:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/glib/glib.c:172:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/glib/glib.c:235:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/glib/glib.c:235:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/glib/glib_dispatch_pool.c:113:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/glib/glib_dispatch_pool.c:113:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/glib/glib_dispatch_pool.c:149:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/glib/glib_dispatch_pool.c:149:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/glib/glib_dispatch_pool.c:163:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/glib/glib_dispatch_pool.c:163:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/glib/glib_dispatch_pool.c:36:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/glib/glib_dispatch_pool.c:36:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/glib/glib_dispatch_pool.c:68:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/glib/glib_dispatch_pool.c:68:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/glib/glib_ssl.c:67:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/glib/glib_ssl.c:67:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:115:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:115:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:175:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:175:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:256:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:256:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:367:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:367:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:41:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:41:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:429:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:429:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:474:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:474:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:503:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:503:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:588:28: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:588:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:706:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:706:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:827:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:827:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/hash.c:86:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/hash.c:86:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1004:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1004:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1017:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1017:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1077:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1077:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1122:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1122:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1161:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1161:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1188:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1188:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1301:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1301:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1345:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1345:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1452:32: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1452:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1532:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1532:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1557:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1557:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1617:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1617:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1648:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1648:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1694:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1694:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1767:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1767:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1844:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1844:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:1870:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:1870:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:191:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:191:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2055:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2055:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2075:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2075:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2084:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2084:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:210:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:210:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2186:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2186:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2318:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2318:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2407:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2407:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2454:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2454:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:252:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:252:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:272:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:272:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2830:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2830:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2844:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2844:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2861:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2861:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2877:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2877:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2890:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2890:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2903:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2903:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:2934:72: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:2934:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3012:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3012:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3129:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3129:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3191:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3191:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3201:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3201:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3211:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3211:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3221:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3221:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3231:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3231:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3241:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3241:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3251:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3251:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3422:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3422:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3490:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3490:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:3576:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:3576:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:381:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:381:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:427:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:427:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:444:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:444:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:464:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:464:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRIu64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:489:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:489:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:509:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:509:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:759:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:759:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:888:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:888:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/js.c:971:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/js.c:971:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1014:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1014:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1041:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1041:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1088:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1088:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1141:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1141:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1167:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1167:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1230:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1230:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1242:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1242:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1270:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1270:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1316:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1316:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1340:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1340:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1391:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1391:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1459:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1459:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1466:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1466:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1499:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1499:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1526:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1526:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1648:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1648:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1685:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1685:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1733:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1733:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1776:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1776:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1783:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1783:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1795:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1795:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1831:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1831:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1843:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1843:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1885:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1885:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1934:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1934:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1949:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1949:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1959:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1959:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:1974:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:1974:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2035:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2035:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2117:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2117:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2158:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2158:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2167:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2167:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2179:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2179:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2248:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2248:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2388:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2388:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2450:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2450:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2580:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2580:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2604:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2604:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2627:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2627:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2650:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2650:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2684:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2684:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:270:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:270:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2714:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2714:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2763:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2763:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2773:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2773:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2784:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2784:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2794:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2794:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2820:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2820:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2841:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2841:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2861:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2861:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:2989:44: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:2989:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:303:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:303:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3041:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3041:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3071:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3071:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3095:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3095:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3118:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3118:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3175:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3175:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:317:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:317:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3186:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3186:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3219:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3219:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3260:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3260:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3344:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3344:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3366:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3366:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3420:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3420:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3462:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3462:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3485:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3485:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3527:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3527:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3557:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3557:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3602:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3602:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3633:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3633:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3702:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3702:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:371:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:371:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:383:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:383:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3853:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3853:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:3981:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:3981:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:423:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:423:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:434:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:434:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:43:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:43:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:463:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:463:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:478:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:478:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:504:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:504:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:519:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:519:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:545:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:545:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:560:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:560:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:588:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:588:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:608:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:608:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:626:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:626:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:640:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:640:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:656:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:656:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:65:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:65:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:668:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:668:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:701:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:701:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:783:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:783:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:913:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:913:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:937:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:937:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:956:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:956:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/jsm.c:988:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/jsm.c:988:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:1078:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:1078:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:1176:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:1176:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:1189:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:1189:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:1253:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:1253:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:1260:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:1260:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:1296:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:1296:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:1377:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:1377:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:1394:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:1394:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:170:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:170:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:218:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:218:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:245:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:245:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:406:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:406:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:447:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:447:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:500:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:500:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:544:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:544:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:603:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:603:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:628:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:628:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:637:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:637:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:661:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:661:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:684:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:684:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:694:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:694:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:706:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:706:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:729:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:729:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:744:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:744:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:751:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:751:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:764:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:764:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:800:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:800:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:807:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:807:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:814:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:814:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:841:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:841:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:91:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:91:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:938:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:938:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/kv.c:952:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/kv.c:952:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/micro.c:269:21: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/micro.c:269:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:156:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:156:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:179:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:179:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:221:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:221:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:334:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:334:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:440:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:440:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:473:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:473:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:507:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:507:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:539:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:539:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:585:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:585:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:628:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:628:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:774:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:774:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:77:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:77:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/msg.c:879:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/msg.c:879:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nats.c:123:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nats.c:123:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nats.c:214:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nats.c:214:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nkeys.c:111:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nkeys.c:111:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nkeys.c:138:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nkeys.c:138:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nkeys.c:73:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nkeys.c:73:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nuid.c:138:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nuid.c:138:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nuid.c:171:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nuid.c:171:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nuid.c:194:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nuid.c:194:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nuid.c:225:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nuid.c:225:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nuid.c:236:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nuid.c:236:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/nuid.c:281:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/nuid.c:281:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1002:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1002:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1015:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1015:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:101:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:101:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1029:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1029:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1047:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1047:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1067:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1067:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1082:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1082:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1098:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1098:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1108:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1108:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1119:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1119:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1139:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1139:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:113:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1149:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1149:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1176:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1176:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1249:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1249:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1280:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1280:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:128:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:128:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1308:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1308:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1343:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1343:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1389:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1389:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1429:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1429:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1441:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1441:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1455:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1455:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1493:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1493:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1499:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1499:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:149:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:149:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1541:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1541:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:1582:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:1582:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:178:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:178:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:204:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:204:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:29:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:29:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:68:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:68:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:708:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:708:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:714:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:714:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:720:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:720:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:726:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:726:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:734:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:734:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:740:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:740:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:746:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:746:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:752:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:752:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:758:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:758:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:766:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:766:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:778:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:778:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:790:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:790:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:802:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:802:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:814:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:814:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:826:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:826:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:838:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:838:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:850:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:850:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:862:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:862:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:877:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:877:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:890:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:890:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:902:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:902:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:914:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:914:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:927:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:927:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:944:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:944:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:957:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:957:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:972:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:972:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/opts.c:987:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/opts.c:987:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:248:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:248:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:272:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:272:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:286:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:286:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:302:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:302:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:328:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:328:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:364:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:364:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:438:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:438:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:559:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:559:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:572:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:572:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/pub.c:71:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/pub.c:71:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/srvpool.c:150:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/srvpool.c:150:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/srvpool.c:241:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/srvpool.c:241:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/srvpool.c:368:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/srvpool.c:368:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/srvpool.c:37:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/srvpool.c:37:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/srvpool.c:443:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/srvpool.c:443:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/stats.c:28:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/stats.c:28:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/stats.c:42:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/stats.c:42:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1024:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1024:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1046:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1046:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1107:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1107:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1132:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1132:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1158:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1158:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1183:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1183:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1204:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1204:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1225:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1225:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1250:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1250:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:1277:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:1277:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:235:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:235:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:333:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:333:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:354:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:354:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:446:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:446:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:467:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:467:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:484:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:484:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:501:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:501:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:524:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:524:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:542:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:542:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:562:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:562:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:579:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:579:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:731:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:731:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:743:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:743:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:779:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:779:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:786:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:786:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:84:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:84:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:955:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:955:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:964:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:964:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:973:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:973:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/sub.c:984:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/sub.c:984:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/timer.c:52:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/timer.c:52:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/cond.c:28:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/cond.c:28:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/cond.c:74:14: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ETIMEDOUT [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/cond.c:74:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ETIMEDOUT [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/mutex.c:25:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/mutex.c:25:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/sock.c:100:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/sock.c:100:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/sock.c:41:26: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable POLLIN [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/sock.c:41:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable POLLIN [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/sock.c:68:28: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/sock.c:68:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/thread.c:148:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/thread.c:148:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/thread.c:169:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/thread.c:169:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/unix/thread.c:63:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/unix/thread.c:63:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/url.c:101:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/url.c:101:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/url.c:43:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/url.c:43:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/url.c:60:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/url.c:60:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1127:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1127:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1149:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1149:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1188:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1188:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1209:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1209:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1224:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1224:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1230:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1230:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1236:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1236:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1242:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1242:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1257:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1257:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1263:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1263:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1269:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1269:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1275:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1275:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1290:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1290:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1323:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1323:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1440:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1440:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1461:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1461:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1487:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1487:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1518:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1518:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1524:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1524:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1530:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1530:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1536:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1536:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1542:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1542:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1548:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1548:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1554:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1554:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1560:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1560:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1566:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1566:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1572:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1572:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1578:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1578:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1584:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1584:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1590:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1590:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1596:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1596:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1602:5: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1602:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1619:17: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1619:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1662:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1662:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1717:18: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] 2.16.0 nats.c-3.9.2/src/util.c:1751:24: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1751:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1812:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1812:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1865:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1865:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1872:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1872:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1896:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1896:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1953:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1953:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:1991:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:1991:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2055:22: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PF_UNSPEC [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2055:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PF_UNSPEC [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2069:14: style: Variable 'last' can be declared as pointer to const [constVariablePointer] 2.16.0 nats.c-3.9.2/src/util.c:209:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:209:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2182:29: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2182:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2210:42: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2210:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2226:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2226:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2233:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2233:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:226:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:226:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2314:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2314:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2476:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2476:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2504:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2504:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:2526:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2526:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:2530:9: warning: If memory allocation fails, then there is a possible null pointer dereference: list [nullPointerOutOfMemory] nats.c-3.9.2/src/util.c:2524:12: note: Assuming allocation function fails nats.c-3.9.2/src/util.c:2524:12: note: Assignment 'list=calloc(n,sizeof(char*))', assigned value is 0 nats.c-3.9.2/src/util.c:2530:9: note: Null pointer dereference head nats.c-3.9.2/src/util.c:2531:13: warning: If memory allocation fails, then there is a possible null pointer dereference: list [nullPointerOutOfMemory] nats.c-3.9.2/src/util.c:2524:12: note: Assuming allocation function fails nats.c-3.9.2/src/util.c:2524:12: note: Assignment 'list=calloc(n,sizeof(char*))', assigned value is 0 nats.c-3.9.2/src/util.c:2531:13: note: Null pointer dereference head nats.c-3.9.2/src/util.c:266:15: style: Variable 'tmp' can be declared as pointer to const [constVariablePointer] 2.16.0 nats.c-3.9.2/src/util.c:319:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:319:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:398:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:398:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:462:14: style: Variable 'i' can be declared as pointer to const [constVariablePointer] 2.16.0 nats.c-3.9.2/src/util.c:510:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:510:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:640:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:640:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:696:12: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:696:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:711:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:711:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:919:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:919:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/util.c:945:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:945:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/util.c:979:15: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr [nullPointerOutOfMemory] nats.c-3.9.2/src/util.c:962:21: note: Assuming allocation function fails nats.c-3.9.2/src/util.c:962:21: note: Assignment 'json->str=malloc(jsonLen+1)', assigned value is 0 nats.c-3.9.2/src/util.c:966:15: note: Assuming condition is false nats.c-3.9.2/src/util.c:978:9: note: ptr is assigned 'json->str' here. nats.c-3.9.2/src/util.c:979:15: note: Null pointer dereference 2.16.0 nats.c-3.9.2/src/win/cond.c:24:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/cond.c:24:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/cond.c:35:47: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable INFINITE [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/cond.c:35:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFINITE [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/cond.c:47:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ERROR_TIMEOUT [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/cond.c:47:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_TIMEOUT [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/cond.c:69:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable ERROR_TIMEOUT [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/cond.c:69:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERROR_TIMEOUT [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/mutex.c:23:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/mutex.c:23:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/sock.c:103:25: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable FIONBIO [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/sock.c:103:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FIONBIO [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/sock.c:130:15: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/sock.c:130:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INVALID_HANDLE_VALUE [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/sock.c:84:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/sock.c:84:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/thread.c:117:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable INFINITE [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/thread.c:117:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INFINITE [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/thread.c:162:31: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable TLS_OUT_OF_INDEXES [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/thread.c:162:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TLS_OUT_OF_INDEXES [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/thread.c:184:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/thread.c:184:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/thread.c:28:9: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/thread.c:28:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRUE [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/src/win/thread.c:83:13: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/src/win/thread.c:83:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable __func__ [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/test/bench_sub_async.c:176:39: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/test/bench_sub_async.c:176:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/test/bench_sub_async.c:246:16: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_INVALID_ARG [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/test/bench_sub_async.c:246:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_INVALID_ARG [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/test/bench_sub_async.c:383:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/test/bench_sub_async.c:383:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/test/bench_sub_async.c:405:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/test/bench_sub_async.c:405:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/test/bench_sub_async.c:446:33: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/test/bench_sub_async.c:446:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PRId64 [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/test/test.h:347:18: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/test/test.h:347:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/test/test.h:59:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_NOT_PERMITTED [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/test/test.h:59:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_NOT_PERMITTED [valueFlowBailoutIncompleteVar] 2.16.0 nats.c-3.9.2/test/test.h:91:20: debug: analyzeConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] head nats.c-3.9.2/test/test.h:91:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NATS_OK [valueFlowBailoutIncompleteVar] DONE