2025-06-25 14:53 ftp://ftp.de.debian.org/debian/pool/main/w/weechat/weechat_4.6.3.orig.tar.xz cppcheck-options: --library=posix --library=gnu --library=bsd --library=zlib --library=lua --library=ruby --library=python --library=libcurl --library=bsd --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-62-generic-x86_64-with-glibc2.39 python: 3.12.3 client-version: 1.3.67 compiler: g++ (Ubuntu 14.2.0-4ubuntu2~24.04) 14.2.0 cppcheck: head 2.17.0 head-info: 129055d (2025-06-24 18:36:34 +0200) count: 4260 4406 elapsed-time: 1545.4 1457.3 head-timing-info: old-timing-info: head results: weechat-4.6.3/src/core/core-arraylist.c:47:33: style: Parameter 'pointer1' can be declared as pointer to const. However it seems that 'arraylist_cmp_default_cb' is a callback function, if 'pointer1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-arraylist.c:105:25: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-arraylist.c:47:33: note: Parameter 'pointer1' can be declared as pointer to const weechat-4.6.3/src/core/core-arraylist.c:47:49: style: Parameter 'pointer2' can be declared as pointer to const. However it seems that 'arraylist_cmp_default_cb' is a callback function, if 'pointer2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-arraylist.c:105:25: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-arraylist.c:47:49: note: Parameter 'pointer2' can be declared as pointer to const weechat-4.6.3/src/core/core-arraylist.c:119:37: style: Parameter 'arraylist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-backtrace.c:59:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-calc.c:181:6: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr_result [nullPointerOutOfMemory] weechat-4.6.3/src/core/core-calc.c:180:25: note: Assuming allocation function fails weechat-4.6.3/src/core/core-calc.c:180:25: note: Assignment 'ptr_result=malloc(sizeof(result))', assigned value is 0 weechat-4.6.3/src/core/core-calc.c:181:6: note: Null pointer dereference weechat-4.6.3/src/core/core-calc.c:419:14: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr_value [nullPointerOutOfMemory] weechat-4.6.3/src/core/core-calc.c:418:32: note: Assuming allocation function fails weechat-4.6.3/src/core/core-calc.c:418:32: note: Assignment 'ptr_value=malloc(sizeof(value))', assigned value is 0 weechat-4.6.3/src/core/core-calc.c:419:14: note: Null pointer dereference weechat-4.6.3/src/core/core-calc.c:99:13: style: Variable 'ptr_value' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-calc.c:164:11: style: Variable 'ptr_operator' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-command.c:2317:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-command.c:5176:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-command.c:5624:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-command.c:6965:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-command.c:7573:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable S_IXUSR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-command.c:8718:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_VERSION [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-command.c:6779:26: style: Condition 'search' is always true [knownConditionTrueFalse] weechat-4.6.3/src/core/core-command.c:7009:24: style: Condition 'arg_option_end1' is not redundant weechat-4.6.3/src/core/core-command.c:7000:27: note: Assignment 'arg_option_end=argc-1', assigned value is less than 1 weechat-4.6.3/src/core/core-command.c:6999:24: note: Assignment 'arg_option_start=1', assigned value is 1 weechat-4.6.3/src/core/core-command.c:7009:24: note: Condition 'arg_option_endversion_readversion' is always true [knownConditionTrueFalse] weechat-4.6.3/src/core/core-config-file.c:3480:35: note: Assuming that condition 'config_file->version_read>=config_file->version' is not redundant weechat-4.6.3/src/core/core-config-file.c:3484:39: note: Condition 'config_file->version_readversion' is always true weechat-4.6.3/src/core/core-config-file.c:2352:61: warning: Function 'config_file_option_value_to_string' argument order different: declaration 'option, default_value, add_delimiters, use_colors' definition 'option, default_value, use_colors, use_delimiters' [funcArgOrderDifferent] weechat-4.6.3/src/core/core-config-file.h:304:74: note: Function 'config_file_option_value_to_string' argument order different: declaration 'option, default_value, add_delimiters, use_colors' definition 'option, default_value, use_colors, use_delimiters' weechat-4.6.3/src/core/core-config-file.c:2352:61: note: Function 'config_file_option_value_to_string' argument order different: declaration 'option, default_value, add_delimiters, use_colors' definition 'option, default_value, use_colors, use_delimiters' weechat-4.6.3/src/core/core-config-file.c:3356:42: style:inconclusive: Function 'config_file_write' argument 1 names different: declaration 'config_files' definition 'config_file'. [funcArgNamesDifferent] weechat-4.6.3/src/core/core-config-file.h:335:53: note: Function 'config_file_write' argument 1 names different: declaration 'config_files' definition 'config_file'. weechat-4.6.3/src/core/core-config-file.c:3356:42: note: Function 'config_file_write' argument 1 names different: declaration 'config_files' definition 'config_file'. weechat-4.6.3/src/core/core-config-file.c:74:42: style: Parameter 'config_file' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config-file.c:296:27: style: Variable 'ptr_config1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config-file.c:296:41: style: Variable 'ptr_config2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config-file.c:706:19: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config-file.c:1105:23: style: Variable 'pos_section' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config-file.c:1170:56: style: Parameter 'option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config-file.c:2875:51: style: Parameter 'option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config-file.c:2888:59: style: Parameter 'option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config-file.c:3396:16: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config-file.c:4166:55: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config-file.c:4320:59: style: Parameter 'config_file' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config-file.c:4321:62: style: Parameter 'section' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config.c:548:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable exclude [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-config.c:1029:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-config.c:1066:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-config.c:1190:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/core-config.c:1623:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/core-config.c:5615:22: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/core-config.c:1800:21: style: Condition 'ptr_section' is always true [knownConditionTrueFalse] weechat-4.6.3/src/core/core-config.c:1893:22: style: Condition 'version_read<4' is always true [knownConditionTrueFalse] weechat-4.6.3/src/core/core-config.c:1748:22: note: Assuming that condition 'version_read>=4' is not redundant weechat-4.6.3/src/core/core-config.c:1893:22: note: Condition 'version_read<4' is always true weechat-4.6.3/src/core/core-config.c:2186:27: warning: Either the condition 'option_name' is redundant or there is possible null pointer dereference: option_name. [nullPointerRedundantCheck] weechat-4.6.3/src/core/core-config.c:2189:13: note: Assuming that condition 'option_name' is not redundant weechat-4.6.3/src/core/core-config.c:2186:27: note: Null pointer dereference weechat-4.6.3/src/core/core-config.c:514:35: style: Variable 'ptr_item' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config.c:514:46: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config.c:1182:16: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config.c:1611:16: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config.c:1739:36: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config.c:2147:59: style: Parameter 'option' can be declared as pointer to const. However it seems that 'config_weechat_palette_change_cb' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-config.c:2213:26: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-config.c:2147:59: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/core/core-config.c:2274:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config.c:2353:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config.c:2433:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-config.c:2878:49: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config.c:3034:49: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config.c:3137:58: style: Parameter 'section' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-config.c:3206:62: style: Parameter 'option' can be declared as pointer to const. However it seems that 'config_weechat_key_delete_option_cb' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-config.c:5576:14: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-config.c:3206:62: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/core/core-config.c:5595:16: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-crypto.c:137:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-crypto.c:158:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_CIPHER_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-crypto.c:227:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gcry_md_hd_t [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-crypto.c:325:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gcry_md_hd_t [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-crypto.c:406:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_KDF_PBKDF2 [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-crypto.c:482:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gcry_md_hd_t [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-crypto.c:539:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_SHA1 [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-crypto.c:569:38: style:inconclusive: Function 'weecrypto_totp_generate' argument 1 names different: declaration 'secret' definition 'secret_base32'. [funcArgNamesDifferent] weechat-4.6.3/src/core/core-crypto.h:41:51: note: Function 'weecrypto_totp_generate' argument 1 names different: declaration 'secret' definition 'secret_base32'. weechat-4.6.3/src/core/core-crypto.c:569:38: note: Function 'weecrypto_totp_generate' argument 1 names different: declaration 'secret' definition 'secret_base32'. weechat-4.6.3/src/core/core-crypto.c:627:38: style:inconclusive: Function 'weecrypto_totp_validate' argument 1 names different: declaration 'secret' definition 'secret_base32'. [funcArgNamesDifferent] weechat-4.6.3/src/core/core-crypto.h:43:49: note: Function 'weecrypto_totp_validate' argument 1 names different: declaration 'secret' definition 'secret_base32'. weechat-4.6.3/src/core/core-crypto.c:627:38: note: Function 'weecrypto_totp_validate' argument 1 names different: declaration 'secret' definition 'secret_base32'. weechat-4.6.3/src/core/core-crypto.c:212:20: style: Variable 'ptr_hash' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-crypto.c:304:20: style: Variable 'ptr_hash' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-crypto.c:467:20: style: Variable 'ptr_hash' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-debug.c:100:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-debug.c:240:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-debug.c:755:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRYPT_VERSION [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-debug.c:844:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_LIBDIR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-debug.c:210:22: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-debug.c:1038:44: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-debug.c:210:22: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/core/core-debug.c:413:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:83:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable P_tmpdir [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:159:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:191:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:293:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FTW_DEPTH [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:324:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:408:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:555:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:622:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_HOME [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:714:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:920:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_LIBDIR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:1013:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-dir.c:1020:19: style: Checking if unsigned expression 'count' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-dir.c:1080:19: style: Checking if unsigned expression 'count' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-dir.c:1082:44: style: Checking if unsigned expression 'fwrite(buffer,1,count,dst)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-dir.c:69:11: style: Variable 'tmpdir' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:310:26: style: Parameter 'path' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-dir.c:385:43: style: Variable 'ptr_weechat_home' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:447:11: style: Variable 'ptr_home' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:448:11: style: Variable 'xdg_config_home' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:448:29: style: Variable 'xdg_data_home' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:448:45: style: Variable 'xdg_state_home' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:448:62: style: Variable 'xdg_cache_home' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:449:11: style: Variable 'xdg_runtime_dir' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:604:11: style: Variable 'ptr_home' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:827:20: style: Variable 'entry' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-dir.c:876:53: style: Variable 'extra_libdir' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-doc.c:83:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-doc.c:118:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-doc.c:166:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_SHA512 [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-doc.c:1717:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-doc.c:1416:42: style: Condition 'ptr_plugin1->prioritypriority' is always true [knownConditionTrueFalse] weechat-4.6.3/src/core/core-doc.c:1414:31: note: Assuming that condition 'ptr_plugin1->priority!=ptr_plugin2->priority' is not redundant weechat-4.6.3/src/core/core-doc.c:1416:42: note: Condition 'ptr_plugin1->prioritypriority' is always true weechat-4.6.3/src/core/core-doc.c:1502:42: style: Condition 'ptr_config1->prioritypriority' is always true [knownConditionTrueFalse] weechat-4.6.3/src/core/core-doc.c:1500:31: note: Assuming that condition 'ptr_config1->priority!=ptr_config2->priority' is not redundant weechat-4.6.3/src/core/core-doc.c:1502:42: note: Condition 'ptr_config1->prioritypriority' is always true weechat-4.6.3/src/core/core-doc.c:498:29: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] weechat-4.6.3/src/core/core-doc.c:515:25: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary] weechat-4.6.3/src/core/core-doc.c:371:47: style: Parameter 'option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-doc.c:403:29: style: Variable 'ptr_option1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-doc.c:403:43: style: Variable 'ptr_option2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-doc.c:988:34: style: Parameter 'pointer1' can be declared as pointer to const. However it seems that 'doc_gen_hdata_list_cmp_cb' is a callback function, if 'pointer1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-doc.c:1052:42: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-doc.c:988:34: note: Parameter 'pointer1' can be declared as pointer to const weechat-4.6.3/src/core/core-doc.c:988:50: style: Parameter 'pointer2' can be declared as pointer to const. However it seems that 'doc_gen_hdata_list_cmp_cb' is a callback function, if 'pointer2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-doc.c:1052:42: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-doc.c:988:50: note: Parameter 'pointer2' can be declared as pointer to const weechat-4.6.3/src/core/core-doc.c:1405:30: style: Variable 'ptr_plugin1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-doc.c:1405:44: style: Variable 'ptr_plugin2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-doc.c:1491:27: style: Variable 'ptr_config1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-doc.c:1491:41: style: Variable 'ptr_config2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-doc.c:258:22: style: Variable 'first_cmd_plugin' is assigned a value that is never used. [unreadVariable] weechat-4.6.3/src/core/core-eval.c:782:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rm_so [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-eval.c:1088:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RAND_MAX [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-eval.c:1185:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-eval.c:1475:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-eval.c:2163:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-eval.c:2551:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rm_so [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-eval.c:2801:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-eval.c:2539:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables] weechat-4.6.3/src/core/core-eval.c:318:35: style: Redundant condition: The condition '!ptr_char[0]' is redundant since 'ptr_char[0] != '-'' is sufficient. [redundantCondition] weechat-4.6.3/src/core/core-eval.c:1119:21: style: Condition 'ptr_string' is always true [knownConditionTrueFalse] weechat-4.6.3/src/core/core-eval.c:515:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-eval.c:515:17: style: Variable 'pos2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-eval.c:515:24: style: Variable 'pos3' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-eval.c:665:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-eval.c:1059:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-eval.c:1129:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-eval.c:1155:18: style: Variable 'pos2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-eval.c:2687:26: style: Variable 'window' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hashtable.c:105:52: style: Parameter 'hashtable' can be declared as pointer to const. However it seems that 'hashtable_hash_key_default_cb' is a callback function, if 'hashtable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-hashtable.c:256:34: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-hashtable.c:105:52: note: Parameter 'hashtable' can be declared as pointer to const weechat-4.6.3/src/core/core-hashtable.c:796:55: style: Parameter 'hashtable' can be declared as pointer to const. However it seems that 'hashtable_compute_length_keys_cb' is a callback function, if 'hashtable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-hashtable.c:978:31: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-hashtable.c:796:55: note: Parameter 'hashtable' can be declared as pointer to const weechat-4.6.3/src/core/core-hashtable.c:819:57: style: Parameter 'hashtable' can be declared as pointer to const. However it seems that 'hashtable_compute_length_values_cb' is a callback function, if 'hashtable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-hashtable.c:979:22: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-hashtable.c:819:57: note: Parameter 'hashtable' can be declared as pointer to const weechat-4.6.3/src/core/core-hashtable.c:863:53: style: Parameter 'hashtable' can be declared as pointer to const. However it seems that 'hashtable_build_string_keys_cb' is a callback function, if 'hashtable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-hashtable.c:1020:35: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-hashtable.c:863:53: note: Parameter 'hashtable' can be declared as pointer to const weechat-4.6.3/src/core/core-hashtable.c:889:55: style: Parameter 'hashtable' can be declared as pointer to const. However it seems that 'hashtable_build_string_values_cb' is a callback function, if 'hashtable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-hashtable.c:1021:26: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-hashtable.c:889:55: note: Parameter 'hashtable' can be declared as pointer to const weechat-4.6.3/src/core/core-hashtable.c:922:60: style: Parameter 'hashtable' can be declared as pointer to const. However it seems that 'hashtable_build_string_keys_values_cb' is a callback function, if 'hashtable' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-hashtable.c:1019:44: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-hashtable.c:922:60: note: Parameter 'hashtable' can be declared as pointer to const weechat-4.6.3/src/core/core-hashtable.c:1161:39: style: Variable 'ptr_value' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:1311:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-hdata.c:239:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:266:11: style: Variable 'ptr_value' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:359:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:383:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:419:42: style: Parameter 'hdata' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-hdata.c:455:71: style: Parameter 'pointer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-hdata.c:560:11: style: Variable 'ptr_var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:732:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:766:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:800:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:834:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:868:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:905:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:939:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:973:25: style: Variable 'var' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:1447:21: style: Variable 'ptr_hdata' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-hdata.c:291:39: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:301:59: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:304:59: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:307:73: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:327:53: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:329:46: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:331:53: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:333:58: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:409:24: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:424:20: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:510:17: portability: '*num_lists' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:744:45: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:746:42: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:750:39: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:778:44: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:780:41: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:784:38: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:812:45: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:814:42: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:818:39: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:846:50: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:848:47: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:852:44: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:880:46: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:889:40: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:917:46: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:919:43: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:923:40: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:951:47: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:953:44: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:957:41: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:985:60: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:987:57: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:991:54: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1268:32: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1275:35: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1284:36: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1293:41: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1298:44: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1303:44: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1313:41: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1319:37: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hdata.c:1328:38: portability: 'pointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-hook.c:617:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-hook.c:896:67: style:inconclusive: Function 'hook_add_to_infolist' argument 2 names different: declaration 'hook' definition 'pointer'. [funcArgNamesDifferent] weechat-4.6.3/src/core/core-hook.h:155:49: note: Function 'hook_add_to_infolist' argument 2 names different: declaration 'hook' definition 'pointer'. weechat-4.6.3/src/core/core-hook.c:896:67: note: Function 'hook_add_to_infolist' argument 2 names different: declaration 'hook' definition 'pointer'. weechat-4.6.3/src/core/core-hook.c:245:31: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-hook.c:434:28: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-hook.c:747:45: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:83:36: style: Parameter 'infolist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:246:50: style: Parameter 'pointer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:382:41: style: Parameter 'infolist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:439:38: style: Parameter 'infolist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:467:37: style: Parameter 'infolist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:495:38: style: Parameter 'infolist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:525:37: style: Parameter 'infolist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:557:35: style: Parameter 'infolist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-infolist.c:704:52: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-input.c:451:24: style: Condition 'delay>=1' is always true [knownConditionTrueFalse] weechat-4.6.3/src/core/core-input.c:417:15: note: Assuming that condition 'delay<1' is not redundant weechat-4.6.3/src/core/core-input.c:421:9: note: Assuming condition is false weechat-4.6.3/src/core/core-input.c:451:24: note: Condition 'delay>=1' is always true weechat-4.6.3/src/core/core-input.c:87:36: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-log.c:71:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-log.c:126:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-log.c:290:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-log.c:171:24: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/core-log.c:276:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/core-log.c:285:9: error: Memory leak: old_name [memleak] weechat-4.6.3/src/core/core-network.c:89:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRYPT_VERSION [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:190:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_X509_FMT_PEM [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:330:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:363:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:395:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:480:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_MAXHOST [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:535:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_MAXHOST [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:799:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:845:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_MAXHOST [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:928:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_MAXSERV [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:1494:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_AGAIN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:1560:10: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_EXPIRED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:1642:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable iov_base [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:1805:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_CLIENT [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-network.c:365:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/core/core-network.c:397:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/core/core-network.c:1452:20: style: Local variable 'hook_connect' shadows outer function [shadowFunction] weechat-4.6.3/src/core/hook/hook-connect.h:78:23: note: Shadowed declaration weechat-4.6.3/src/core/core-network.c:1452:20: note: Shadow variable weechat-4.6.3/src/core/core-network.c:1483:20: style: Local variable 'hook_connect' shadows outer function [shadowFunction] weechat-4.6.3/src/core/hook/hook-connect.h:78:23: note: Shadowed declaration weechat-4.6.3/src/core/core-network.c:1483:20: note: Shadow variable weechat-4.6.3/src/core/core-network.c:1545:20: style: Local variable 'hook_connect' shadows outer function [shadowFunction] weechat-4.6.3/src/core/hook/hook-connect.h:78:23: note: Shadowed declaration weechat-4.6.3/src/core/core-network.c:1545:20: note: Shadow variable weechat-4.6.3/src/core/core-network.c:1576:20: style: Local variable 'hook_connect' shadows outer function [shadowFunction] weechat-4.6.3/src/core/hook/hook-connect.h:78:23: note: Shadowed declaration weechat-4.6.3/src/core/core-network.c:1576:20: note: Shadow variable weechat-4.6.3/src/core/core-network.c:417:41: style: Parameter 'proxy' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-network.c:530:43: style: Parameter 'proxy' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-network.c:584:43: style: Parameter 'proxy' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-network.c:843:21: style: Variable 'ptr_proxy' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-network.c:926:21: style: Variable 'ptr_proxy' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-network.c:366:39: portability: 'buffer' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-network.c:398:39: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/core/core-proxy.c:202:28: style:inconclusive: Function 'proxy_set' argument 1 names different: declaration 'bar' definition 'proxy'. [funcArgNamesDifferent] weechat-4.6.3/src/core/core-proxy.h:80:39: note: Function 'proxy_set' argument 1 names different: declaration 'bar' definition 'proxy'. weechat-4.6.3/src/core/core-proxy.c:202:28: note: Function 'proxy_set' argument 1 names different: declaration 'bar' definition 'proxy'. weechat-4.6.3/src/core/core-proxy.c:113:30: style: Parameter 'proxy' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-proxy.c:614:69: style: Parameter 'proxy' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-secure-buffer.c:108:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-secure-config.c:280:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-secure-config.c:391:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-secure.c:86:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_SHA512 [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-secure.c:156:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gcry_md_hd_t [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-secure.c:314:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gcry_md_hd_t [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-secure.c:435:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-secure.c:145:20: style: Variable 'ptr_hash' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-secure.c:298:20: style: Variable 'ptr_hash' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-secure.c:505:11: style: Variable 'ptr_phrase' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-signal.c:331:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIG_IGN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-string.c:1675:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-string.c:1763:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_ICASE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-string.c:1899:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-string.c:2031:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rm_so [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-string.c:2186:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable rm_so [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-string.c:2960:32: style: Expression is always true because 'else if' condition is opposite to previous condition at line 2958. [multiCondition] weechat-4.6.3/src/core/core-string.c:2958:32: note: first condition weechat-4.6.3/src/core/core-string.c:2960:32: note: else if condition is opposite to first condition weechat-4.6.3/src/core/core-string.c:1134:18: style: Redundant condition: The condition '!path[0]' is redundant since 'path[0] != '~'' is sufficient. [redundantCondition] weechat-4.6.3/src/core/core-string.c:4657:5: error: Memory leak: string_dyn [memleak] weechat-4.6.3/src/core/core-string.c:4657:5: error: Memory leak: string_dyn.string [memleak] weechat-4.6.3/src/core/core-string.c:1587:11: style: Variable 'regex_special_char' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-string.c:1741:29: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-string.c:1842:67: style: Parameter 'regex' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-string.c:2167:49: style: Parameter 'regex' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-string.c:2414:41: style: Variable 'ptr' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-string.c:2414:47: style: Variable 'ptr1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-string.c:2656:11: style: Variable 'ptr_string' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-string.c:3326:11: style: Variable 'unit_name' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-string.c:3335:11: style: Variable 'unit_format' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-string.c:3336:11: style: Variable 'unit_divide' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-string.c:3572:19: style: Variable 'base32_table' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-string.c:3575:9: style: Variable 'length_padding' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-string.c:4098:11: style: Variable 'pos_slash' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-string.c:4098:23: style: Variable 'pos_space' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-string.c:4098:35: style: Variable 'pos_newline' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-upgrade-file.c:96:74: style: Checking if unsigned expression 'fwrite((void*)(&value),sizeof(value),1,upgrade_file->file)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-upgrade-file.c:113:72: style: Checking if unsigned expression 'fwrite((void*)(&date),sizeof(date),1,upgrade_file->file)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-upgrade-file.c:138:68: style: Checking if unsigned expression 'fwrite((void*)string,length,1,upgrade_file->file)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-upgrade-file.c:166:59: style: Checking if unsigned expression 'fwrite(pointer,size,1,upgrade_file->file)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-upgrade-file.c:430:75: style: Checking if unsigned expression 'fread((void*)value,sizeof(*value),1,upgrade_file->file)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-upgrade-file.c:475:70: style: Checking if unsigned expression 'fread((void*)(*string),length,1,upgrade_file->file)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-upgrade-file.c:524:63: style: Checking if unsigned expression 'fread(*buffer,*size,1,upgrade_file->file)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-upgrade-file.c:553:73: style: Checking if unsigned expression 'fread((void*)time,sizeof(*time),1,upgrade_file->file)' is less than zero. [unsignedLessThanZero] weechat-4.6.3/src/core/core-upgrade-file.c:159:71: style: Parameter 'pointer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-upgrade.c:793:11: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-url.c:923:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-url.c:1009:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CURLOPT_PROXY [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-url.c:1061:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CURL_ERROR_SIZE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-url.c:1298:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CURL_GLOBAL_ALL [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-url.c:753:48: style: Parameter 'constants' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-url.c:856:28: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'weeurl_write_stream' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-url.c:1066:56: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-url.c:856:28: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/core/core-url.c:866:28: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'weeurl_write_string' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-url.c:1157:61: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-url.c:866:28: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/core/core-url.c:988:47: style: Parameter 'proxy' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-url.c:1060:11: style: Variable 'url_file_mode' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-url.c:1064:16: style: Variable 'url_file_opt_func' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-url.c:1065:16: style: Variable 'url_file_opt_data' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-url.c:1066:11: style: Variable 'url_file_opt_cb' can be declared as const array [constVariable] weechat-4.6.3/src/core/core-url.c:1243:53: style: Parameter 'option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-utf8.c:0:0: debug: ValueFlow maximum iterations exceeded [valueFlowMaxIterations] weechat-4.6.3/src/core/core-utf8.c:173:23: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-utf8.c:491:11: style: Variable 'start' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-utf8.c:643:11: style: Variable 'limit' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-util.c:155:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/core-util.c:245:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/core-util.c:446:22: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/core-util.c:59:35: style: Parameter 'tv1' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-util.c:59:56: style: Parameter 'tv2' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-util.c:82:36: style: Parameter 'tv1' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-util.c:82:57: style: Parameter 'tv2' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-util.c:151:16: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-util.c:175:78: style: Parameter 'tv' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/core-util.c:179:16: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-util.c:290:52: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/core-version.c:37:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_NAME [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-version.c:52:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_VERSION [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-version.c:67:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/core-version.c:81:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PACKAGE_VERSION_GIT [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/hook/hook-command-run.c:45:50: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-command.c:50:46: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-command.c:62:47: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-command.c:92:59: style: Variable 'pos_start' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/hook/hook-command.c:591:45: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-command.c:594:54: style: Variable 'hook_other_plugin2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/hook/hook-command.c:597:46: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/hook/hook-command.c:820:36: style: Variable 'ptr_cmd1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/hook/hook-command.c:820:47: style: Variable 'ptr_cmd2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/hook/hook-command.c:914:36: style: Variable 'cmd_similar' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/hook/hook-completion.c:44:49: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-config.c:43:45: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-connect.c:71:21: style:inconclusive: Function 'hook_connect' argument 7 names different: declaration 'gnutls_session' definition 'gnutls_sess'. [funcArgNamesDifferent] weechat-4.6.3/src/core/hook/hook-connect.h:81:43: note: Function 'hook_connect' argument 7 names different: declaration 'gnutls_session' definition 'gnutls_sess'. weechat-4.6.3/src/core/hook/hook-connect.c:71:21: note: Function 'hook_connect' argument 7 names different: declaration 'gnutls_session' definition 'gnutls_sess'. weechat-4.6.3/src/core/hook/hook-connect.c:48:46: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-fd.c:113:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable pollfd [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/hook/hook-fd.c:221:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFD [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/hook/hook-fd.c:50:41: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-focus.c:45:44: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-hdata.c:45:44: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-hsignal.c:112:56: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-info-hashtable.c:43:53: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-info.c:43:43: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-infolist.c:43:47: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-line.c:166:13: warning: Either the condition 'line->data->buffer' is redundant or there is possible null pointer dereference: line->data->buffer. [nullPointerRedundantCheck] weechat-4.6.3/src/core/hook/hook-line.c:165:13: note: Assuming that condition 'line->data->buffer' is not redundant weechat-4.6.3/src/core/hook/hook-line.c:166:13: note: Null pointer dereference weechat-4.6.3/src/core/hook/hook-line.c:167:13: warning: Either the condition 'line->data->buffer' is redundant or there is possible null pointer dereference: line->data->buffer. [nullPointerRedundantCheck] weechat-4.6.3/src/core/hook/hook-line.c:165:13: note: Assuming that condition 'line->data->buffer' is not redundant weechat-4.6.3/src/core/hook/hook-line.c:167:13: note: Null pointer dereference weechat-4.6.3/src/core/hook/hook-line.c:47:43: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-modifier.c:43:47: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-print.c:46:44: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-process.c:230:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdin [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/hook/hook-process.c:521:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFD [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/hook/hook-process.c:608:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WNOHANG [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/hook/hook-process.c:676:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/hook/hook-process.c:249:9: error: Resource leak: f [resourceLeak] weechat-4.6.3/src/core/hook/hook-process.c:264:9: error: Resource leak: f [resourceLeak] weechat-4.6.3/src/core/hook/hook-process.c:466:20: style: Local variable 'hook_process' shadows outer function [shadowFunction] weechat-4.6.3/src/core/hook/hook-process.h:60:23: note: Shadowed declaration weechat-4.6.3/src/core/hook/hook-process.c:466:20: note: Shadow variable weechat-4.6.3/src/core/hook/hook-process.c:485:20: style: Local variable 'hook_process' shadows outer function [shadowFunction] weechat-4.6.3/src/core/hook/hook-process.h:60:23: note: Shadowed declaration weechat-4.6.3/src/core/hook/hook-process.c:485:20: note: Shadow variable weechat-4.6.3/src/core/hook/hook-process.c:580:20: style: Local variable 'hook_process' shadows outer function [shadowFunction] weechat-4.6.3/src/core/hook/hook-process.h:60:23: note: Shadowed declaration weechat-4.6.3/src/core/hook/hook-process.c:580:20: note: Shadow variable weechat-4.6.3/src/core/hook/hook-process.c:59:46: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-signal.c:111:55: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/hook/hook-timer.c:91:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/core/hook/hook-timer.c:86:16: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/core/hook/hook-url.c:209:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/core/hook/hook-url.c:53:42: style: Parameter 'hook' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/core/weechat.c:147:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/weechat.c:170:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/weechat.c:288:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable optind [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/weechat.c:417:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/weechat.c:575:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/weechat.c:614:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/core/weechat.c:255:19: style: Variable 'long_options' can be declared as const array [constVariable] weechat-4.6.3/src/gui/curses/gui-curses-bar-window.c:69:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_bar [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-bar-window.c:86:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_bar [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-bar-window.c:111:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_bar [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-bar-window.c:185:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_bar [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-bar-window.c:645:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_bar [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-bar-window.c:971:88: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_bar [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:153:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:168:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:220:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:389:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:543:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:1713:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:1796:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:2298:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:2327:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:204:9: style: Redundant condition: !simulate. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:715:9: style: Redundant condition: !simulate. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:677:17: style: Condition '!ptr_data[0]' is always false [knownConditionTrueFalse] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:125:71: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:506:63: style: Parameter 'lines_displayed' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:512:10: style: Variable 'str_space' can be declared as const array [constVariable] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:590:29: style: Variable 'end_line' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:708:42: style: Parameter 'date1' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:708:60: style: Parameter 'date2' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:786:24: style: Variable 'prev_line' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:1393:22: style: Variable 'ptr_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:1745:11: style: Variable 'ptr_data' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:2192:26: style: Variable 'ptr_line_end' is assigned a value that is never used. [unreadVariable] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:2234:26: style: Variable 'ptr_line_end' is assigned a value that is never used. [unreadVariable] weechat-4.6.3/src/gui/curses/gui-curses-chat.c:2260:30: style: Variable 'ptr_line_end' is assigned a value that is never used. [unreadVariable] weechat-4.6.3/src/gui/curses/gui-curses-color.c:173:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable A_BLINK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-color.c:198:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable A_BLINK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-color.c:450:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOR_WHITE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-color.c:664:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLORS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-color.c:555:33: style: Variable 'ptr_color_palette' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-color.c:1358:33: style: Variable 'color_palette' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-color.c:1389:33: style: Variable 'color_palette' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-color.c:1440:11: style: Variable 'str_alias' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-key.c:476:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-key.c:60:23: style: Variable 'ptr_key' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-key.c:301:24: style: Variable 'key_utf' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-key.c:303:26: style: Variable 'old_buffer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-main.c:118:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ERR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-main.c:192:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-mouse.c:92:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-mouse.c:107:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-mouse.c:542:31: style: The if condition is the same as the previous if condition [duplicateCondition] weechat-4.6.3/src/gui/curses/gui-curses-mouse.c:539:31: note: First condition weechat-4.6.3/src/gui/curses/gui-curses-mouse.c:542:31: note: Second condition weechat-4.6.3/src/gui/curses/gui-curses-window.c:106:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:137:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:155:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:373:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable COLOR_WHITE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:403:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable A_BLINK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:498:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable A_BLINK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:565:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable A_BLINK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:610:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable A_BLINK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:976:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable A_BLINK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:1027:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable A_BLINK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:1123:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACS_HLINE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:1150:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ACS_VLINE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:1166:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_separator_horiz [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:1336:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2630:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2651:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2676:14: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2719:79: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable win_chat [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/curses/gui-curses-window.c:295:45: style:inconclusive: Function 'gui_window_reset_style' argument 2 names different: declaration 'num_color' definition 'weechat_color'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:51:57: note: Function 'gui_window_reset_style' argument 2 names different: declaration 'num_color' definition 'weechat_color'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:295:45: note: Function 'gui_window_reset_style' argument 2 names different: declaration 'num_color' definition 'weechat_color'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:310:45: style:inconclusive: Function 'gui_window_reset_color' argument 2 names different: declaration 'num_color' definition 'weechat_color'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:52:57: note: Function 'gui_window_reset_color' argument 2 names different: declaration 'num_color' definition 'weechat_color'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:310:45: note: Function 'gui_window_reset_color' argument 2 names different: declaration 'num_color' definition 'weechat_color'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:636:51: style:inconclusive: Function 'gui_window_string_apply_color_fg' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:64:63: note: Function 'gui_window_string_apply_color_fg' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:636:51: note: Function 'gui_window_string_apply_color_fg' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:708:51: style:inconclusive: Function 'gui_window_string_apply_color_bg' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:66:63: note: Function 'gui_window_string_apply_color_bg' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:708:51: note: Function 'gui_window_string_apply_color_bg' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:767:54: style:inconclusive: Function 'gui_window_string_apply_color_fg_bg' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:68:66: note: Function 'gui_window_string_apply_color_fg_bg' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:767:54: note: Function 'gui_window_string_apply_color_fg_bg' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:891:53: style:inconclusive: Function 'gui_window_string_apply_color_pair' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:70:65: note: Function 'gui_window_string_apply_color_pair' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:891:53: note: Function 'gui_window_string_apply_color_pair' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:928:56: style:inconclusive: Function 'gui_window_string_apply_color_weechat' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:72:68: note: Function 'gui_window_string_apply_color_weechat' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:928:56: note: Function 'gui_window_string_apply_color_weechat' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:965:57: style:inconclusive: Function 'gui_window_string_apply_color_set_attr' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:74:69: note: Function 'gui_window_string_apply_color_set_attr' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:965:57: note: Function 'gui_window_string_apply_color_set_attr' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:1016:60: style:inconclusive: Function 'gui_window_string_apply_color_remove_attr' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/curses/gui-curses-window.h:76:72: note: Function 'gui_window_string_apply_color_remove_attr' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:1016:60: note: Function 'gui_window_string_apply_color_remove_attr' argument 1 names different: declaration 'str' definition 'string'. weechat-4.6.3/src/gui/curses/gui-curses-window.c:2192:47: style: Parameter 'win1' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2192:74: style: Parameter 'win2' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2572:23: style: Variable 'envterm' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2572:33: style: Variable 'envshell' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2572:52: style: Variable 'shellname' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2667:11: style: Variable 'envterm' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/gui-curses-window.c:2667:21: style: Variable 'envtmux' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/curses/headless/main.c:76:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable _SC_OPEN_MAX [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-bar-item-custom.c:139:23: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-bar-item-custom.c:172:60: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_item_custom_config_change' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item-custom.c:228:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item-custom.c:172:60: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item-custom.c:174:35: style: Variable 'ptr_item' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-bar-item-custom.c:271:52: style: Parameter 'window' can be declared as pointer to const. However it seems that 'gui_bar_item_custom_callback' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item-custom.c:379:10: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item-custom.c:271:52: note: Parameter 'window' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item-custom.c:272:52: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_custom_callback' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item-custom.c:379:10: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item-custom.c:272:52: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:2169:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-bar-item.c:133:34: style:inconclusive: Function 'gui_bar_item_search' argument 1 names different: declaration 'name' definition 'item_name'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/gui-bar-item.h:94:64: note: Function 'gui_bar_item_search' argument 1 names different: declaration 'name' definition 'item_name'. weechat-4.6.3/src/gui/gui-bar-item.c:133:34: note: Function 'gui_bar_item_search' argument 1 names different: declaration 'name' definition 'item_name'. weechat-4.6.3/src/gui/gui-bar-item.c:620:34: style:inconclusive: Function 'gui_bar_item_update' argument 1 names different: declaration 'name' definition 'item_name'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/gui-bar-item.h:118:46: note: Function 'gui_bar_item_update' argument 1 names different: declaration 'name' definition 'item_name'. weechat-4.6.3/src/gui/gui-bar-item.c:620:34: note: Function 'gui_bar_item_update' argument 1 names different: declaration 'name' definition 'item_name'. weechat-4.6.3/src/gui/gui-bar-item.c:86:44: style: Parameter 'bar_item' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-item.c:160:59: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-item.c:206:45: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-item.c:544:33: style: Parameter 'string' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-item.c:755:56: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-item.c:778:51: style: Parameter 'window' can be declared as pointer to const. However it seems that 'gui_bar_item_input_paste_cb' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2351:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:778:51: note: Parameter 'window' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1190:53: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_buffer_number_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2413:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1190:53: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1220:51: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_buffer_name_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2421:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1220:51: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1251:57: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_buffer_short_name_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2429:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1251:57: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1316:53: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_buffer_filter_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2444:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1316:53: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1353:61: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_buffer_nicklist_count_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2459:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1353:61: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1384:68: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_buffer_nicklist_count_groups_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2466:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1384:68: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1415:65: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_buffer_nicklist_count_all_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2473:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1415:65: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1446:51: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_buffer_zoom_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2452:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1446:51: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1479:46: style: Parameter 'window' can be declared as pointer to const. However it seems that 'gui_bar_item_scroll_cb' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2480:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1479:46: note: Parameter 'window' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:1751:35: style: Variable 'ptr_completion_word' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-bar-item.c:1982:53: style: Parameter 'window' can be declared as pointer to const. However it seems that 'gui_bar_item_window_number_cb' is a callback function, if 'window' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2520:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:1982:53: note: Parameter 'window' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-item.c:2011:52: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_bar_item_mouse_status_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar-item.c:2527:24: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar-item.c:2011:52: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar-window.c:1341:19: style: Condition 'size!=0' is always true [knownConditionTrueFalse] weechat-4.6.3/src/gui/gui-bar-window.c:57:48: style: Parameter 'bar_window' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-window.c:96:75: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-window.c:283:44: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-window.c:416:44: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-window.c:1262:65: style: Parameter 'bar_window' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar-window.c:1263:61: style: Parameter 'window' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar.c:112:34: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar.c:292:37: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar.c:457:42: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar.c:516:22: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-bar.c:834:55: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_change_hidden' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1351:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:834:55: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:897:57: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_change_priority' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1361:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:897:57: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:970:57: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_change_position' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1398:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:970:57: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:991:56: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_change_filling' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1424:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:991:56: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:1016:52: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_check_size' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1434:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:1016:52: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:1086:53: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_change_size' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1435:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:1086:53: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:1139:54: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_change_color' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1487:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:1139:54: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:1158:58: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_change_separator' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1497:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:1158:58: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:1177:54: style: Parameter 'option' can be declared as pointer to const. However it seems that 'gui_bar_config_change_items' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-bar.c:1510:18: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-bar.c:1177:54: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/gui/gui-bar.c:1580:46: style: Parameter 'bar' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-bar.c:1957:23: style: Variable 'ptr_bar' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-bar.c:1979:23: style: Variable 'ptr_bar' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-bar.c:2001:23: style: Variable 'ptr_bar' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-buffer.c:1282:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SIZE_MAX [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-buffer.c:2097:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-buffer.c:2141:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-buffer.c:4305:13: style: Condition '!ptr_last_buffer->next_buffer' is always false [knownConditionTrueFalse] weechat-4.6.3/src/gui/gui-buffer.c:4312:28: style: Condition 'ptr_last_buffer->next_buffer' is always true [knownConditionTrueFalse] weechat-4.6.3/src/gui/gui-buffer.c:5703:31: style: Condition 'ptr_line->data->message' is always true [knownConditionTrueFalse] weechat-4.6.3/src/gui/gui-buffer.c:924:16: warning: If memory allocation fails, then there is a possible null pointer dereference: new_buffer->input_undo_snap [nullPointerOutOfMemory] weechat-4.6.3/src/gui/gui-buffer.c:923:42: note: Assuming allocation function fails weechat-4.6.3/src/gui/gui-buffer.c:923:42: note: Assignment 'new_buffer->input_undo_snap=malloc(sizeof(*new_buffer->input_undo_snap))', assigned value is 0 weechat-4.6.3/src/gui/gui-buffer.c:924:16: note: Null pointer dereference weechat-4.6.3/src/gui/gui-buffer.c:1820:64: style:inconclusive: Function 'gui_buffer_set_modes' argument 2 names different: declaration 'new_modes' definition 'modes'. [funcArgNamesDifferent] weechat-4.6.3/src/gui/gui-buffer.h:381:47: note: Function 'gui_buffer_set_modes' argument 2 names different: declaration 'new_modes' definition 'modes'. weechat-4.6.3/src/gui/gui-buffer.c:1820:64: note: Function 'gui_buffer_set_modes' argument 2 names different: declaration 'new_modes' definition 'modes'. weechat-4.6.3/src/gui/gui-buffer.c:192:46: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:247:11: style: Variable 'ptr_value' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-buffer.c:271:11: style: Variable 'ptr_value' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-buffer.c:310:45: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:410:43: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:1126:48: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'gui_buffer_user_close_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-buffer.c:1172:41: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-buffer.c:1126:48: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/gui/gui-buffer.c:1213:40: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:1339:45: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:1369:42: style: Parameter 'name' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:1398:56: style: Parameter 'property' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:2449:24: style: Variable 'old_last_read_line' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-buffer.c:2944:58: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:3145:26: style: Variable 'ptr_start_buffer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-buffer.c:3553:49: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:4209:49: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:4456:40: style: Parameter 'target_buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:5176:59: style: Parameter 'window' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-buffer.c:5220:34: style: Variable 'ptr_buffer_visited' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-chat.c:1154:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-chat.c:1350:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stdout [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-chat.c:1444:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-chat.c:91:11: style: Variable 'default_prefix' can be declared as const array [constVariable] weechat-4.6.3/src/gui/gui-chat.c:120:24: style: Variable 'pos_color' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-chat.c:121:9: style: Variable 'prefix_color' can be declared as const array [constVariable] weechat-4.6.3/src/gui/gui-color.c:1206:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-color.c:122:48: style: Parameter 'option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-color.c:256:32: style: Variable 'pos_bg' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-color.c:973:33: style: Parameter 'data' can be declared as pointer to const. However it seems that 'gui_color_decode_ansi_cb' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/gui/gui-color.c:1216:35: note: You might need to cast the function pointer here weechat-4.6.3/src/gui/gui-color.c:973:33: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/gui/gui-color.c:1740:31: style: Parameter 'regex' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-color.c:1989:33: style: Variable 'new_color_palette' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-color.c:2014:33: style: Variable 'ptr_color_palette' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-completion.c:1116:73: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable word [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-completion.c:1361:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-completion.c:368:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] weechat-4.6.3/src/gui/gui-completion.c:351:21: note: Assuming allocation function fails weechat-4.6.3/src/gui/gui-completion.c:351:21: note: Assignment 'result=malloc(strlen(string)+1)', assigned value is 0 weechat-4.6.3/src/gui/gui-completion.c:352:11: note: Assignment 'pos=result', assigned value is 0 weechat-4.6.3/src/gui/gui-completion.c:353:18: note: Assuming condition is false weechat-4.6.3/src/gui/gui-completion.c:368:5: note: Null pointer dereference weechat-4.6.3/src/gui/gui-completion.c:1143:21: warning: Either the condition 'ptr_char' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck] weechat-4.6.3/src/gui/gui-completion.c:1119:12: note: Assuming that condition 'ptr_char' is not redundant weechat-4.6.3/src/gui/gui-completion.c:1143:21: note: Null pointer subtraction weechat-4.6.3/src/gui/gui-completion.c:68:30: style: Variable 'completion' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-completion.c:69:35: style: Variable 'completion_word1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-completion.c:69:54: style: Variable 'completion_word2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-completion.c:275:58: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-completion.c:658:64: style: Parameter 'completion' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-completion.c:825:22: style: Variable 'pos_template' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-completion.c:1113:35: style: Variable 'ptr_completion_word' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-completion.c:1156:35: style: Variable 'ptr_completion_word' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-completion.c:1237:35: style: Variable 'ptr_completion_word' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-completion.c:1237:57: style: Variable 'ptr_completion_word2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-filter.c:417:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-filter.c:470:44: style: Condition 'buffer_name' is always true [knownConditionTrueFalse] weechat-4.6.3/src/gui/gui-filter.c:480:29: style: Condition 'tags' is always true [knownConditionTrueFalse] weechat-4.6.3/src/gui/gui-filter.c:289:43: style: Parameter 'filter' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-focus.c:216:9: warning: Either the condition 'focus_info->chat_line' is redundant or there is possible null pointer dereference: focus_info->chat_line. [nullPointerRedundantCheck] weechat-4.6.3/src/gui/gui-focus.c:214:9: note: Assuming that condition 'focus_info->chat_line' is not redundant weechat-4.6.3/src/gui/gui-focus.c:216:9: note: Null pointer dereference weechat-4.6.3/src/gui/gui-focus.c:217:9: warning: Either the condition 'focus_info->chat_line' is redundant or there is possible null pointer dereference: focus_info->chat_line. [nullPointerRedundantCheck] weechat-4.6.3/src/gui/gui-focus.c:214:9: note: Assuming that condition 'focus_info->chat_line' is not redundant weechat-4.6.3/src/gui/gui-focus.c:217:9: note: Null pointer dereference weechat-4.6.3/src/gui/gui-focus.c:218:9: warning: Either the condition 'focus_info->chat_line' is redundant or there is possible null pointer dereference: focus_info->chat_line. [nullPointerRedundantCheck] weechat-4.6.3/src/gui/gui-focus.c:214:9: note: Assuming that condition 'focus_info->chat_line' is not redundant weechat-4.6.3/src/gui/gui-focus.c:218:9: note: Null pointer dereference weechat-4.6.3/src/gui/gui-focus.c:219:9: warning: Either the condition 'focus_info->chat_line' is redundant or there is possible null pointer dereference: focus_info->chat_line. [nullPointerRedundantCheck] weechat-4.6.3/src/gui/gui-focus.c:214:9: note: Assuming that condition 'focus_info->chat_line' is not redundant weechat-4.6.3/src/gui/gui-focus.c:219:9: note: Null pointer dereference weechat-4.6.3/src/gui/gui-focus.c:220:9: warning: Either the condition 'focus_info->chat_line' is redundant or there is possible null pointer dereference: focus_info->chat_line. [nullPointerRedundantCheck] weechat-4.6.3/src/gui/gui-focus.c:214:9: note: Assuming that condition 'focus_info->chat_line' is not redundant weechat-4.6.3/src/gui/gui-focus.c:220:9: note: Null pointer dereference weechat-4.6.3/src/gui/gui-history.c:388:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-history.c:220:47: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-history.c:438:52: style: Parameter 'history' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-hotlist.c:753:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable tv_sec [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-hotlist.c:102:73: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-hotlist.c:208:55: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-hotlist.c:366:34: style: Parameter 'creation_time' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-hotlist.c:547:60: style: Variable 'ptr_prev_hotlist' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-hotlist.c:687:49: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-input.c:616:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-input.c:1114:18: style: Redundant condition: The condition 'start[0]' is redundant since 'start[0] == '\n'' is sufficient. [redundantCondition] weechat-4.6.3/src/gui/gui-input.c:1354:16: style: Redundant condition: The condition 'pos[0]' is redundant since 'pos[0] == '\n'' is sufficient. [redundantCondition] weechat-4.6.3/src/gui/gui-input.c:328:67: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-input.c:898:31: style: Parameter 'end' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-input.c:1211:11: style: Variable 'start' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-input.c:1272:11: style: Variable 'start' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-input.c:1344:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-input.c:1480:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-input.c:1523:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-input.c:1563:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-input.c:1858:42: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-input.c:1870:44: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-input.c:1902:75: style: Parameter 'undo' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-key.c:2103:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-key.c:2291:31: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr_combo2 [nullPointerOutOfMemory] weechat-4.6.3/src/gui/gui-key.c:2290:21: note: Assuming allocation function fails weechat-4.6.3/src/gui/gui-key.c:2290:21: note: Assignment 'combo2=strdup(combo)', assigned value is 0 weechat-4.6.3/src/gui/gui-key.c:2291:23: note: Assignment 'ptr_combo2=combo2', assigned value is 0 weechat-4.6.3/src/gui/gui-key.c:2291:31: note: Null pointer dereference weechat-4.6.3/src/gui/gui-key.c:223:23: style: Variable 'ptr_key_raw' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-key.c:223:37: style: Variable 'ptr_key' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-key.c:998:61: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-key.c:1077:11: style: Variable 'pos_end' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-key.c:1119:11: style: Variable 'pos_colon' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-key.c:1119:23: style: Variable 'pos_area2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-key.c:1426:23: style: Variable 'ptr_key' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-key.c:1766:23: style: Variable 'ptr_key' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-key.c:1956:43: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-key.c:2346:23: style: Variable 'ptr_key' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-key.c:3139:73: style: Parameter 'key' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-layout.c:118:26: style: Variable 'ptr_layout' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-layout.c:984:64: style: Parameter 'layout_buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-layout.c:1060:50: style: Parameter 'layout' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:1708:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-line.c:1815:33: style: Condition 'ptr_value2' is always true [knownConditionTrueFalse] weechat-4.6.3/src/gui/gui-line.c:1833:14: style: Condition 'ptr_value2' is always true [knownConditionTrueFalse] weechat-4.6.3/src/gui/gui-line.c:512:43: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:612:45: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:639:44: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:730:47: style: Parameter 'line_data' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:730:67: style: Parameter 'regex_prefix' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:731:32: style: Parameter 'regex_message' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:787:53: style: Parameter 'line_data' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:813:46: style: Parameter 'line_data' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:1151:40: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:1173:58: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:1502:28: style: Variable 'ptr_max_notify_level' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-line.c:2457:47: style: Parameter 'lines' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-line.c:2458:46: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-nick.c:239:5: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] weechat-4.6.3/src/gui/gui-nick.c:212:21: note: Assuming allocation function fails weechat-4.6.3/src/gui/gui-nick.c:212:21: note: Assignment 'result=malloc(strlen(nickname)+1)', assigned value is 0 weechat-4.6.3/src/gui/gui-nick.c:213:11: note: Assignment 'pos=result', assigned value is 0 weechat-4.6.3/src/gui/gui-nick.c:215:20: note: Assuming condition is false weechat-4.6.3/src/gui/gui-nick.c:239:5: note: Null pointer dereference weechat-4.6.3/src/gui/gui-nick.c:271:18: style: Variable 'default_color' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-nicklist.c:107:46: warning: Either the condition 'nick' is redundant or there is possible null pointer dereference: nick. [nullPointerRedundantCheck] weechat-4.6.3/src/gui/gui-nicklist.c:110:9: note: Assuming that condition 'nick' is not redundant weechat-4.6.3/src/gui/gui-nicklist.c:107:46: note: Null pointer dereference weechat-4.6.3/src/gui/gui-nicklist.c:88:69: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-nicklist.c:89:53: style: Parameter 'group' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-nicklist.c:90:47: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-nicklist.c:122:55: style: Parameter 'group' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-nicklist.c:307:48: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-nicklist.c:417:48: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-nicklist.c:1289:62: style: Parameter 'group' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-nicklist.c:1333:55: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-window.c:1796:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/gui/gui-window.c:1280:20: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/gui/gui-window.c:1303:28: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/gui/gui-window.c:147:11: style: Variable 'data_next_line' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-window.c:426:48: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-window.c:761:40: style: Parameter 'window' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-window.c:788:53: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-window.c:856:45: style: Parameter 'window' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-window.c:958:51: style: Parameter 'line' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-window.c:979:61: style: Parameter 'line_data' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/gui/gui-window.c:1032:36: style: Variable 'old_current_window' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/gui/gui-window.c:1184:16: style: Variable 'date_tmp' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/alias/alias-config.c:381:22: style: Condition 'version_read<2' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/alias/alias-config.c:376:22: note: Assuming that condition 'version_read>=2' is not redundant weechat-4.6.3/src/plugins/alias/alias-config.c:381:22: note: Condition 'version_read<2' is always true weechat-4.6.3/src/plugins/alias/alias.c:58:30: style: Parameter 'alias' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/buflist/buflist-bar-item.c:95:65: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/buflist/buflist-bar-item.c:158:23: style: Variable 'items_subcount' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/buflist/buflist-config.c:137:39: style: Parameter 'pointer1' can be declared as pointer to const. However it seems that 'buflist_config_compare_signals' is a callback function, if 'pointer1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/buflist/buflist-config.c:208:24: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/buflist/buflist-config.c:137:39: note: Parameter 'pointer1' can be declared as pointer to const weechat-4.6.3/src/plugins/buflist/buflist-config.c:137:55: style: Parameter 'pointer2' can be declared as pointer to const. However it seems that 'buflist_config_compare_signals' is a callback function, if 'pointer2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/buflist/buflist-config.c:208:24: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/buflist/buflist-config.c:137:55: note: Parameter 'pointer2' can be declared as pointer to const weechat-4.6.3/src/plugins/buflist/buflist-mouse.c:356:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/buflist/buflist.c:171:63: style: Parameter 'buffer2' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/buflist/buflist.c:377:11: style: Variable 'base_name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/exec/exec-command.c:110:26: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/exec/exec-command.c:114:26: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/exec/exec-command.c:504:20: style: The if condition is the same as the previous if condition [duplicateCondition] weechat-4.6.3/src/plugins/exec/exec-command.c:492:20: note: First condition weechat-4.6.3/src/plugins/exec/exec-command.c:504:20: note: Second condition weechat-4.6.3/src/plugins/exec/exec.c:380:9: style: Variable 'ptr_text' is assigned an expression that holds the same value. [redundantAssignment] weechat-4.6.3/src/plugins/exec/exec.c:372:14: note: ptr_text is assigned 'text' here. weechat-4.6.3/src/plugins/exec/exec.c:380:9: note: Variable 'ptr_text' is assigned an expression that holds the same value. weechat-4.6.3/src/plugins/exec/exec.c:204:39: style: Parameter 'exec_cmd' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/exec/exec.c:701:27: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'exec_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/exec/exec.c:746:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/exec/exec.c:701:27: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/fifo/fifo.c:113:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDWR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/fifo/fifo.c:328:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/fset/fset-buffer.c:528:41: style: Condition 'fset_option->parent_value' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/fset/fset-buffer.c:532:31: style: Condition 'fset_option->parent_value' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/fset/fset-buffer.c:547:31: style: Condition 'fset_option->parent_value' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/fset/fset-buffer.c:589:41: style: Condition 'fset_option->parent_value' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/fset/fset-buffer.c:592:31: style: Condition 'fset_option->parent_value' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/fset/fset-buffer.c:600:31: style: Condition 'fset_option->parent_value' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/fset/fset-buffer.c:1016:41: style: Condition 'fset_option->parent_value' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/fset/fset-mouse.c:61:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/fset/fset-mouse.c:206:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/fset/fset-option.c:67:42: style:inconclusive: Function 'fset_option_valid' argument 1 names different: declaration 'option' definition 'fset_option'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/fset/fset-option.h:94:53: note: Function 'fset_option_valid' argument 1 names different: declaration 'option' definition 'fset_option'. weechat-4.6.3/src/plugins/fset/fset-option.c:67:42: note: Function 'fset_option_valid' argument 1 names different: declaration 'option' definition 'fset_option'. weechat-4.6.3/src/plugins/fset/fset-option.c:133:53: style:inconclusive: Function 'fset_option_value_is_changed' argument 1 names different: declaration 'option' definition 'fset_option'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/fset/fset-option.h:97:64: note: Function 'fset_option_value_is_changed' argument 1 names different: declaration 'option' definition 'fset_option'. weechat-4.6.3/src/plugins/fset/fset-option.c:133:53: note: Function 'fset_option_value_is_changed' argument 1 names different: declaration 'option' definition 'fset_option'. weechat-4.6.3/src/plugins/fset/fset-option.c:1717:52: style:inconclusive: Function 'fset_option_add_to_infolist' argument 2 names different: declaration 'option' definition 'fset_option'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/fset/fset-option.h:133:63: note: Function 'fset_option_add_to_infolist' argument 2 names different: declaration 'option' definition 'fset_option'. weechat-4.6.3/src/plugins/fset/fset-option.c:1717:52: note: Function 'fset_option_add_to_infolist' argument 2 names different: declaration 'option' definition 'fset_option'. weechat-4.6.3/src/plugins/fset/fset-option.c:67:42: style: Parameter 'fset_option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/fset/fset-option.c:69:27: style: Variable 'ptr_fset_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/fset/fset-option.c:133:53: style: Parameter 'fset_option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/fset/fset-option.c:154:67: style: Parameter 'value' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/fset/fset-option.c:159:11: style: Variable 'ptr_string_values' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/fset/fset-option.c:428:10: style: Variable 'ptr_type' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/fset/fset-option.c:428:21: style: Variable 'ptr_min' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/fset/fset-option.c:428:31: style: Variable 'ptr_max' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/fset/fset-option.c:1088:49: style: Parameter 'fset_option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/fset/fset-option.c:1103:46: style: Parameter 'fset_option' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/fset/fset.c:60:27: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'fset_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/fset/fset.c:143:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/fset/fset.c:60:27: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/guile/weechat-guile-api.c:5444:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SCM_OPN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/guile/weechat-guile-api.c:594:5: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] weechat-4.6.3/src/plugins/guile/weechat-guile-api.c:607:5: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] weechat-4.6.3/src/plugins/guile/weechat-guile-api.c:620:5: style:inconclusive: Statements following 'return' will never be executed. [unreachableCode] weechat-4.6.3/src/plugins/guile/weechat-guile.c:750:49: error: There is an unknown macro here somewhere. Configuration is required. If WEECHAT_LICENSE is a macro then please configure it. [unknownMacro] weechat-4.6.3/src/plugins/irc/irc-bar-item.c:638:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-bar-item.c:140:24: style: Condition 'server' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/irc/irc-bar-item.c:581:24: style: Variable 'ptr_nick' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-bar-item.c:641:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-batch.c:490:9: style: Condition 'items' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/irc/irc-batch.c:309:54: style: Variable 'ptr_parent_batch' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-buffer.c:45:57: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-buffer.c:136:56: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-buffer.c:179:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-channel.c:65:71: style: Parameter 'channel' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-channel.c:515:45: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-channel.c:753:59: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-channel.c:1253:13: style: Variable 'ptr_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-channel.c:1296:13: style: Variable 'ptr_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-color.c:972:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-command.c:3619:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-command.c:529:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_action' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7043:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:529:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:534:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:599:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_admin' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7056:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:599:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:601:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:695:53: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-command.c:1061:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_auth' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7164:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:1061:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:1066:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:1483:1: style: Parameter 'data' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-command.c:1485:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:1592:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_ban' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7236:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:1592:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:1597:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:1772:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_connect' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7292:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:1772:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:1778:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:1968:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_ctcp' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7331:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:1968:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:1975:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2078:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_cycle' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7352:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2078:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2085:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2287:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_dehalfop' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7378:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2287:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2289:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2326:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_deop' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7388:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2326:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2328:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2365:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_devoice' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7397:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2365:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2367:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2404:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_die' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7406:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2404:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2406:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2505:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_disconnect' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7414:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2505:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2510:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2580:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_halfop' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7426:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2580:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2582:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2827:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_info' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7469:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2827:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2829:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2855:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_invite' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7477:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2855:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2860:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:2919:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_ison' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7486:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:2919:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:2921:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3096:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_join' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7494:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3096:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3101:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3219:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_kick' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7514:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3219:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3221:11: style: Variable 'pos_channel' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3221:25: style: Variable 'pos_nick' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3221:36: style: Variable 'pos_comment' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3223:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3357:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_kill' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7545:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3357:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3359:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3387:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_knock' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7554:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3387:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3389:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3417:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_links' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7564:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3417:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3419:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3697:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_lusers' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7643:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3697:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3699:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3725:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_map' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7652:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3725:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3727:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3753:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_me' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7658:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3753:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3755:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3811:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_mode' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7667:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3811:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3813:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3867:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_motd' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7704:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3867:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3869:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:3895:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_msg' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7712:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:3895:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:3900:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4103:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_nick' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7737:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4103:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4105:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4135:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_notice' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7748:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4135:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4141:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4399:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_op' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7786:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4399:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4401:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4438:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_oper' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7795:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4438:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4440:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4490:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_part' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7804:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4490:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4492:26: style: Variable 'pos_args' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4495:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4576:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_ping' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7813:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4576:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4578:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4598:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_pong' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7822:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4598:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4600:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4620:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_query' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7831:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4620:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4625:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4752:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_quiet' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7845:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4752:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4757:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4829:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_quote' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7857:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4829:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4831:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4910:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_reconnect' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7867:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4910:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:4914:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:4998:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_rehash' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7880:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:4998:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:5000:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:5087:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_restart' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7899:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:5087:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:5089:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:5115:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_rules' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7907:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:5115:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:5117:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:5137:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_sajoin' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7913:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:5137:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:5139:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:5159:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_samode' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7922:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:5159:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:5161:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:5218:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_sanick' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7931:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:5218:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:5220:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:5239:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_sapart' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7940:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:5239:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:5241:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:5260:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_saquit' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7949:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:5260:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:5262:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6239:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_service' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:7959:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6239:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6241:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6262:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_servlist' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8052:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6262:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6264:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6290:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_squery' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8061:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6290:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6292:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6319:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_setname' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8071:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6319:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6321:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6340:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_squit' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8079:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6340:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6342:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6362:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_stats' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8088:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6362:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6364:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6391:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_summon' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8097:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6391:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6393:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6413:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_time' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8109:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6413:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6415:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6517:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_trace' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8128:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6517:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6519:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6545:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_unban' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8136:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6545:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6547:11: style: Variable 'pos_channel' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6550:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6603:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_unquiet' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8149:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6603:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6608:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6671:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_userhost' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8162:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6671:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6673:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6693:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_users' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8170:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6693:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6695:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6722:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_version' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8178:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6722:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6724:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6759:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_voice' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8187:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6759:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6761:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6798:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_wallchops' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8196:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6798:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6805:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6914:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_wallops' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8206:16: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6914:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6916:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6937:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_who' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8216:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6937:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6939:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:6965:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_whois' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8225:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:6965:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:6970:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-command.c:7016:1: style: Parameter 'data' can be declared as pointer to const. However it seems that 'irc_command_whowas' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-command.c:8241:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-command.c:7016:1: note: Parameter 'data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-command.c:7018:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:51:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:77:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:105:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:147:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:183:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:228:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:291:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:350:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:418:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:471:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:475:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:513:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:517:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:615:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:688:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:769:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:802:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:865:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-completion.c:910:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-config.c:1199:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_SUCCESS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-config.c:3101:22: style: Condition 'version_read<5' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/irc/irc-config.c:2953:22: note: Assuming that condition 'version_read>=5' is not redundant weechat-4.6.3/src/plugins/irc/irc-config.c:3101:22: note: Condition 'version_read<5' is always true weechat-4.6.3/src/plugins/irc/irc-config.c:1535:24: style: Variable 'irc_config_loading' is reassigned a value before the old one has been used. [redundantAssignment] weechat-4.6.3/src/plugins/irc/irc-config.c:1533:24: note: irc_config_loading is assigned weechat-4.6.3/src/plugins/irc/irc-config.c:1535:24: note: irc_config_loading is overwritten weechat-4.6.3/src/plugins/irc/irc-config.c:4258:24: style: Variable 'irc_config_loading' is reassigned a value before the old one has been used. [redundantAssignment] weechat-4.6.3/src/plugins/irc/irc-config.c:4256:24: note: irc_config_loading is assigned weechat-4.6.3/src/plugins/irc/irc-config.c:4258:24: note: irc_config_loading is overwritten weechat-4.6.3/src/plugins/irc/irc-config.c:205:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-config.c:278:11: style: Variable 'pos_space' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-config.c:278:23: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-config.c:1419:11: style: Variable 'name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-config.c:2810:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-ctcp.c:702:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable utsname [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-ctcp.c:130:42: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-debug.c:40:62: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'irc_debug_signal_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc-debug.c:73:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc-debug.c:40:62: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/irc/irc-ignore.c:140:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-ignore.c:166:5: error: Memory leak: regex [memleak] weechat-4.6.3/src/plugins/irc/irc-ignore.c:46:40: style: Parameter 'ignore' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-ignore.c:178:47: style: Parameter 'ignore' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-ignore.c:221:45: style: Parameter 'ignore' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-info.c:145:26: style: Variable 'ptr_server' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-info.c:234:11: style: Variable 'pos_comma' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-info.c:234:23: style: Variable 'pos_comma2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-info.c:333:11: style: Variable 'pos_comma' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-info.c:374:11: style: Variable 'pos_comma' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-info.c:538:26: style: Variable 'ptr_server' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-info.c:567:27: style: Variable 'ptr_channel' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-info.c:616:24: style: Variable 'ptr_nick' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-info.c:1047:41: warning: Uninitialized variables: ptr_modelist.type, ptr_modelist.state, ptr_modelist.items, ptr_modelist.last_item, ptr_modelist.prev_modelist, ptr_modelist.next_modelist [uninitvar] weechat-4.6.3/src/plugins/irc/irc-info.c:1007:14: note: Assuming condition is false weechat-4.6.3/src/plugins/irc/irc-info.c:1047:41: note: Uninitialized variables: ptr_modelist.type, ptr_modelist.state, ptr_modelist.items, ptr_modelist.last_item, ptr_modelist.prev_modelist, ptr_modelist.next_modelist weechat-4.6.3/src/plugins/irc/irc-input.c:295:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-input.c:351:5: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-join.c:370:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_channel [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-join.c:369:59: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:369:23: note: Assignment 'new_channel=(struct t_irc_join_channel*)malloc(sizeof(*new_channel))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:370:9: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-join.c:371:9: warning: If memory allocation fails, then there is a possible null pointer dereference: new_channel [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-join.c:369:59: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:369:23: note: Assignment 'new_channel=(struct t_irc_join_channel*)malloc(sizeof(*new_channel))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:371:9: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-join.c:513:5: warning: If memory allocation fails, then there is a possible null pointer dereference: join_chan [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-join.c:512:53: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:512:17: note: Assignment 'join_chan=(struct t_irc_join_channel*)malloc(sizeof(*join_chan))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:513:5: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-join.c:514:5: warning: If memory allocation fails, then there is a possible null pointer dereference: join_chan [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-join.c:512:53: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:512:17: note: Assignment 'join_chan=(struct t_irc_join_channel*)malloc(sizeof(*join_chan))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:514:5: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-join.c:564:9: warning: If memory allocation fails, then there is a possible null pointer dereference: join_chan [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-join.c:563:57: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:563:21: note: Assignment 'join_chan=(struct t_irc_join_channel*)malloc(sizeof(*join_chan))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:564:9: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-join.c:565:9: warning: If memory allocation fails, then there is a possible null pointer dereference: join_chan [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-join.c:563:57: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:563:21: note: Assignment 'join_chan=(struct t_irc_join_channel*)malloc(sizeof(*join_chan))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:565:9: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-join.c:900:13: warning: If memory allocation fails, then there is a possible null pointer dereference: join_chan [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-join.c:899:61: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:899:25: note: Assignment 'join_chan=(struct t_irc_join_channel*)malloc(sizeof(*join_chan))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:900:13: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-join.c:901:13: warning: If memory allocation fails, then there is a possible null pointer dereference: join_chan [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-join.c:899:61: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:899:25: note: Assignment 'join_chan=(struct t_irc_join_channel*)malloc(sizeof(*join_chan))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:901:13: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-join.c:41:59: style: Parameter 'join_channel1' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-join.c:42:59: style: Parameter 'join_channel2' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-join.c:70:32: style: Variable 'ptr_join_chan1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-join.c:70:49: style: Variable 'ptr_join_chan2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-join.c:108:32: style: Variable 'ptr_join_chan1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-join.c:108:49: style: Variable 'ptr_join_chan2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-join.c:148:32: style: Variable 'ptr_join_chan1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-join.c:148:49: style: Variable 'ptr_join_chan2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-join.c:454:32: style: Variable 'ptr_join_chan' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-join.c:696:32: style: Variable 'ptr_join_chan' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-list.c:1330:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-list.c:693:26: style: Variable 'ptr_buffer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-list.c:822:32: style: Variable 'ptr_channel' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-message.c:715:9: style: Condition 'host' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/irc/irc-message.c:708:23: style: Variable 'pos_space' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-message.c:708:35: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-message.c:757:23: style: Variable 'pos_space' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-message.c:757:35: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-message.c:800:27: style: Variable 'ptr_channel' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-message.c:1571:38: style: Variable 'host' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-message.c:1571:55: style: Variable 'arguments' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-mode.c:104:26: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-mode.c:156:48: style: Variable 'ptr_arg' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-modelist.c:46:44: style: Parameter 'modelist' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-modelist.c:184:54: style: Parameter 'item' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-msgbuffer.c:44:48: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-msgbuffer.c:94:30: style: Variable 'buffer_plugin' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-nick.c:1005:15: warning: If memory allocation fails, then there is a possible null pointer dereference: color [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/irc/irc-nick.c:995:24: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-nick.c:995:24: note: Assignment 'color=strdup(force_color)', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-nick.c:1005:15: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-nick.c:47:67: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-nick.c:266:75: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-nick.c:291:75: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-nick.c:310:49: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-nick.c:384:53: style: Parameter 'nick' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-nick.c:386:18: style: Variable 'nick_color_bar_fg' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-nick.c:387:18: style: Variable 'nick_color_self' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-nick.c:388:18: style: Variable 'nick_color_away' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-notify.c:57:69: style: Parameter 'notify' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-protocol.c:272:34: style: Condition 'ptr_tag_batch' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/irc/irc-protocol.c:2686:17: style: Condition 'ptr_channel' is always false [knownConditionTrueFalse] weechat-4.6.3/src/plugins/irc/irc-protocol.c:2664:27: note: Assignment 'ptr_channel=NULL', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-protocol.c:2686:17: note: Condition 'ptr_channel' is always false weechat-4.6.3/src/plugins/irc/irc-protocol.c:272:31: style: Same expression on both sides of '&&'. [duplicateExpression] weechat-4.6.3/src/plugins/irc/irc-protocol.c:1389:36: style: Variable 'ptr_nick_speaking' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-protocol.c:1711:36: style: Variable 'ptr_nick_speaking' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-protocol.c:2797:36: style: Variable 'ptr_nick_speaking' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-protocol.c:3377:36: style: Variable 'ptr_nick_speaking' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-protocol.c:3509:36: style: Variable 'ptr_nick_speaking' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-protocol.c:7895:27: style: Variable 'ptr_channel' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-redirect.c:289:36: style: Variable 'ptr_redirect_pattern' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-redirect.c:617:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-sasl.c:565:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_X509_FMT_PEM [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-server.c:2748:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-server.c:3801:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_AGAIN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-server.c:4243:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_SHUT_WR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-server.c:4640:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_DH_PRIME_UNACCEPTABLE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-server.c:4957:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_SUCCESS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-server.c:5055:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_SUCCESS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-server.c:6256:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/irc/irc-server.c:376:22: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] weechat-4.6.3/src/plugins/irc/irc-server.c:2702:9: warning: Either the condition '!server' is redundant or there is possible null pointer dereference: server. [nullPointerRedundantCheck] weechat-4.6.3/src/plugins/irc/irc-server.c:2705:9: note: Assuming that condition '!server' is not redundant weechat-4.6.3/src/plugins/irc/irc-server.c:2702:9: note: Null pointer dereference weechat-4.6.3/src/plugins/irc/irc-server.c:5649:5: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] weechat-4.6.3/src/plugins/irc/irc-server.c:174:40: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-server.c:589:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-server.c:931:49: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-server.c:1057:53: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-server.c:1388:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-server.c:1414:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-server.c:2445:18: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-server.c:2804:53: style: Parameter 'server' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-server.c:6226:25: style: Variable 'saddr' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-tag.c:234:20: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-typing.c:140:52: style: Parameter 'channel' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/irc/irc-upgrade.c:1039:19: style: Variable 'irc_upgrading' is reassigned a value before the old one has been used. [redundantAssignment] weechat-4.6.3/src/plugins/irc/irc-upgrade.c:1037:19: note: irc_upgrading is assigned weechat-4.6.3/src/plugins/irc/irc-upgrade.c:1039:19: note: irc_upgrading is overwritten weechat-4.6.3/src/plugins/irc/irc-upgrade.c:361:11: style: Variable 'buf' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc-upgrade.c:361:55: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/irc/irc.c:105:30: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'irc_signal_upgrade_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/irc/irc.c:234:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/irc/irc.c:105:30: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:201:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:229:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:243:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:358:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:372:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:412:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:475:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:512:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:582:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:600:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:616:11: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:631:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:647:11: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:663:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:677:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:690:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:704:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:718:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:732:12: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:744:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:756:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:769:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:784:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:789:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:790:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:792:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:844:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:849:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:850:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:854:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:880:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:901:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:906:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:907:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:908:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:909:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:910:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:912:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:942:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:947:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:948:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:949:41: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:951:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:981:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:986:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:987:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:988:41: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:990:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1022:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1027:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1028:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1029:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1030:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1031:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1033:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1064:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1069:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1070:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1071:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1072:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1074:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1115:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1151:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1170:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1175:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1176:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1177:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1179:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1207:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1212:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1213:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1232:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1237:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1238:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1285:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1323:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1354:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1370:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1385:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1399:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1412:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1427:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1443:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1459:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1473:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1487:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1501:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1515:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1529:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1543:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1557:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1571:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1585:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1599:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1613:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1627:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1641:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1655:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1669:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1683:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1696:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1711:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1728:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1742:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1756:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1768:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1780:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1792:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1804:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1971:31: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1991:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2015:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2037:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2060:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2086:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2123:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2128:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2129:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2132:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2192:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2197:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2198:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2199:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2200:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2202:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2259:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2282:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2302:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2307:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2308:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2309:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2311:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2362:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2367:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2370:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2426:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2431:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2434:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2493:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2500:41: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2502:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2517:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2518:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2520:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2521:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2523:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2614:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2619:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2620:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2624:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2690:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2695:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2699:39: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2700:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2702:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2768:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2773:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2776:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2833:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2840:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2841:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2848:35: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2849:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2851:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2885:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2912:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2917:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2918:35: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2921:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2929:35: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2935:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2940:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3028:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3033:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3034:35: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3037:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3110:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3115:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3116:35: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3117:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3119:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3170:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3175:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3176:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3177:42: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3178:35: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3223:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3236:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3241:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3242:38: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3243:38: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3291:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3296:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3297:38: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3300:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3351:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3356:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3357:42: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3358:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3359:38: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3361:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3411:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3416:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3419:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3461:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3472:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3499:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3504:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3505:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3506:39: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3508:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3537:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3542:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3543:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3545:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3670:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3681:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3693:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3708:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3723:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3739:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3755:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3771:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3788:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3792:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3804:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3821:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3846:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3862:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3878:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3894:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3926:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3947:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3971:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3994:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4010:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4024:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4037:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4052:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4070:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4088:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4106:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4125:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4143:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4161:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4179:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4213:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4221:41: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4222:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4223:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4224:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4227:19: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4235:41: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4236:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4237:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4239:19: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4290:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4361:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4386:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4402:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4425:45: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4443:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4460:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4478:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4493:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4512:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4527:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4543:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4591:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4609:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4628:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4647:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4667:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4685:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4720:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4734:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4746:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4760:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4775:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4791:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4807:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4824:12: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4837:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4864:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4880:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4897:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4915:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4932:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4948:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4966:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4985:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5022:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5052:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5070:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5088:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5106:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5124:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5142:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5161:12: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5180:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5200:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5225:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5245:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5264:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5269:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5270:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5272:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5274:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5325:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5341:10: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5353:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:780:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:782:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:782:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:840:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:842:25: style: The scope of the variable 'ret_hashtable' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:897:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:899:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:899:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:938:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:940:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:940:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:977:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:979:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:979:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1018:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1020:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1020:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1060:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1062:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1062:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1166:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1168:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1168:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1203:26: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1204:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1228:26: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1229:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2116:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2118:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2118:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2188:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2190:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2190:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2298:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2300:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2300:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2358:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2360:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2360:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2422:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2424:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2424:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2489:36: style: The scope of the variable 'result' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2491:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2491:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2610:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2612:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2612:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2686:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2688:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2688:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2764:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2766:25: style: The scope of the variable 'ret_hashtable' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2824:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2827:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2827:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2910:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2910:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3024:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3026:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3026:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3106:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3108:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3108:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3167:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3233:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3287:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3289:25: style: The scope of the variable 'ret_hashtable' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3347:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3349:24: style: The scope of the variable 'result' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3407:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3409:25: style: The scope of the variable 'ret_hashtable' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3495:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3497:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3497:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3533:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3535:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3535:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4210:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4210:36: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5260:10: style: The scope of the variable 'empty_arg' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5262:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5262:14: style: The scope of the variable 'ret' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js-v8.cpp:85:22: style: Return value 'this->load(src)' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/javascript/weechat-js-v8.cpp:85:22: note: Calling function 'load' returns 1 weechat-4.6.3/src/plugins/javascript/weechat-js-v8.cpp:85:22: note: Return value 'this->load(src)' is always true weechat-4.6.3/src/plugins/javascript/weechat-js-v8.cpp:128:20: style: Local variable 'global' shadows outer variable [shadowVariable] weechat-4.6.3/src/plugins/javascript/weechat-js-v8.h:48:36: note: Shadowed declaration weechat-4.6.3/src/plugins/javascript/weechat-js-v8.cpp:128:20: note: Shadow variable weechat-4.6.3/src/plugins/javascript/weechat-js-v8.cpp:144:20: style: Local variable 'global' shadows outer variable [shadowVariable] weechat-4.6.3/src/plugins/javascript/weechat-js-v8.h:48:36: note: Shadowed declaration weechat-4.6.3/src/plugins/javascript/weechat-js-v8.cpp:144:20: note: Shadow variable weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:705:17: style: Condition '!weechat_js_eval(buffer,send_to_buffer_as_input,exec_commands,ptr_code)' is always false [knownConditionTrueFalse] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:705:34: note: Calling function 'weechat_js_eval' returns 1 weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:705:17: note: Condition '!weechat_js_eval(buffer,send_to_buffer_as_input,exec_commands,ptr_code)' is always false weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:105:35: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:190:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:210:52: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:215:51: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:219:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:252:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:453:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:471:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:820:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:890:39: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:898:39: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:906:39: style: C-style pointer casting [cstyleCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:260:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:440:10: style: The scope of the variable 'rc' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:527:11: style: The scope of the variable 'filename' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:584:22: style: The scope of the variable 'ptr_code' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:584:33: style: The scope of the variable 'path_script' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:585:9: style: The scope of the variable 'i' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:585:12: style: The scope of the variable 'send_to_buffer_as_input' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:585:37: style: The scope of the variable 'exec_commands' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:585:52: style: The scope of the variable 'old_js_quiet' can be reduced. [variableScope] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:584:22: style: Variable 'ptr_code' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:812:63: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'weechat_js_signal_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:955:43: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:812:63: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/logger/logger-buffer.c:279:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/logger/logger-buffer.c:56:46: style: Parameter 'logger_buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/logger/logger-buffer.c:128:51: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/logger/logger-buffer.c:180:29: style: Variable 'ptr_logger_buffer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/logger/logger-buffer.c:334:54: style: Parameter 'logger_buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/logger/logger-config.c:757:27: style: Variable 'logger_config_loading' is reassigned a value before the old one has been used. [redundantAssignment] weechat-4.6.3/src/plugins/logger/logger-config.c:755:27: note: logger_config_loading is assigned weechat-4.6.3/src/plugins/logger/logger-config.c:757:27: note: logger_config_loading is overwritten weechat-4.6.3/src/plugins/logger/logger-info.c:56:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/logger/logger-info.c:42:29: style: Variable 'logger_buffer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/logger/logger-tail.c:126:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/logger/logger.c:148:16: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/logger/logger.c:377:16: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/logger/logger.c:122:16: style: Variable 'date_tmp' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/logger/logger.c:357:16: style: Variable 'date_tmp' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/lua/weechat-lua.c:869:45: error: There is an unknown macro here somewhere. Configuration is required. If WEECHAT_LICENSE is a macro then please configure it. [unknownMacro] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:109:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:188:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:201:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:216:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:233:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:250:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:265:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:283:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:297:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:313:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:331:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:346:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:361:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:375:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:389:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:403:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:417:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:434:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:448:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:463:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:497:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:529:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:544:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:559:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:575:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:592:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:615:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:634:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:652:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:671:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:688:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:703:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:720:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:734:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:748:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:762:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:776:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:793:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:806:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:858:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:915:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1150:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1200:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1311:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1362:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1382:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1397:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1415:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1435:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1453:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1469:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1488:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1506:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1524:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1538:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1552:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1566:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1580:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1594:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1608:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1622:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1636:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1650:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1664:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1678:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1692:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1706:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1720:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1734:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1748:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1762:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1780:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1799:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1813:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1827:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1840:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1853:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1867:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1881:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1895:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1909:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1926:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1945:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1965:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:1986:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2006:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2029:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2046:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2060:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2074:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2094:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2117:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2141:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2162:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2186:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2210:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2271:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2344:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2375:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2398:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2459:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2519:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2576:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2659:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2685:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2759:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2834:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2896:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:2981:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3069:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3093:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3170:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3195:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3256:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3310:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3333:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3380:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3438:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3502:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3559:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3582:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3599:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3612:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3703:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3733:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3771:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3788:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3804:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3819:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3832:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3845:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3859:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3875:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3893:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3911:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3929:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3947:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3965:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3982:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:3999:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4015:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4031:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4049:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4067:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4084:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4099:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4123:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4144:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4172:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4192:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4210:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4227:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4242:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4263:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4284:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4304:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4327:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4348:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4369:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4389:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4411:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4476:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4498:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4511:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4525:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4542:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4589:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4606:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4619:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4634:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4656:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4683:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4700:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4721:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4739:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4757:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4777:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4791:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4810:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4834:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4851:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4868:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4888:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4909:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4930:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4950:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4969:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:4989:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5003:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5016:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5030:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5045:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5063:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5081:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5099:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5115:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5130:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5147:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5165:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5183:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5204:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5225:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5243:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5262:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5284:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5307:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5349:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5370:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5391:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5412:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5433:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5454:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5475:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5494:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5516:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5542:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5568:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5627:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5653:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5673:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5689:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable dXSARGS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl-api.c:5714:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weechat_perl_output [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/perl/weechat-perl.c:850:47: error: There is an unknown macro here somewhere. Configuration is required. If WEECHAT_LICENSE is a macro then please configure it. [unknownMacro] weechat-4.6.3/src/plugins/php/weechat-php-api.c:124:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:268:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:284:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:301:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:320:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:339:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:359:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:381:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:400:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:423:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:447:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:467:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:486:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:502:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:517:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:534:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:551:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:570:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:587:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:606:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:648:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:689:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:710:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:731:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:748:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:766:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:791:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:811:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:831:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:852:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:873:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:892:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:910:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:928:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:945:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:962:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:980:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:998:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1014:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1049:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1100:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1240:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1297:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1374:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1435:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1456:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1475:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1497:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1519:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1537:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1555:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1575:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1595:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1614:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1631:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1648:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1665:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1682:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1699:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1716:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1733:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1750:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1767:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1784:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1801:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1818:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1835:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1852:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1869:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1886:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1904:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1923:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1945:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1963:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1981:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:1997:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2014:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2031:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2048:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2066:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2083:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2102:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2122:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2143:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2164:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2186:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2210:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2228:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2245:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2263:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2285:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2315:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2346:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2374:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2407:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2436:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2478:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2534:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2569:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2596:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2638:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2685:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2735:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2789:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2843:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2904:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:2970:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3032:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3097:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3149:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3177:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3215:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3244:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3286:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3333:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3359:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3401:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3454:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3511:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3560:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3587:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3605:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3621:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3673:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3708:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3748:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3765:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3778:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3792:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3808:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3827:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3847:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3867:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3887:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3907:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3927:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3947:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3968:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:3989:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4005:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4020:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4039:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4059:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4079:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4097:67: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4120:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4148:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4176:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4210:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4232:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4251:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4268:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4288:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4312:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4336:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4360:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4386:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4410:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4434:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4458:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4481:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4521:63: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4546:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4562:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4579:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4606:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4657:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4675:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4690:65: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4709:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4734:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4763:68: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4783:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4805:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4825:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4847:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4869:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4886:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4907:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4929:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4944:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4965:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:4988:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5013:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5039:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5061:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5082:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5104:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5121:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5137:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5154:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5173:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5193:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5213:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5234:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5251:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5268:72: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5287:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5307:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5328:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5352:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5375:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5395:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5416:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5439:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5466:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5515:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5537:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5559:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5581:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5603:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5625:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5648:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5670:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5694:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5720:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5747:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5787:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5817:62: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5837:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5854:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5877:70: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable FAILURE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5902:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable class_table [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php-api.c:5907:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable function_table [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/php/weechat-php_legacy_arginfo.h:4:1: error: There is an unknown macro here somewhere. Configuration is required. If ZEND_BEGIN_ARG_INFO_EX is a macro then please configure it. [unknownMacro] weechat-4.6.3/src/plugins/plugin-api-info.c:311:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_LIBDIR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-api-info.c:329:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_SHAREDIR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-api-info.c:347:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LOCALEDIR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-api-info.c:500:26: style: Variable 'ptr_buffer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-api-info.c:564:11: style: Variable 'locale' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-api-info.c:803:22: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-api-info.c:1064:19: style: Variable 'ptr_secret' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-api-info.c:1135:30: style: Variable 'ptr_secret' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-api-info.c:1135:43: style: Variable 'ptr_otp' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-api-info.c:1235:26: style: Variable 'ptr_window' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-api.c:122:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-api.c:152:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-api.c:186:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-api.c:219:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_NONE [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-api.c:71:24: style: Condition 'charset' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/plugin-api.c:255:56: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-api.c:280:59: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-api.c:283:29: style: Variable 'ptr_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-api.c:300:56: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-api.c:314:61: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-api.c:327:58: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-config.c:135:56: style: Parameter 'option' can be declared as pointer to const. However it seems that 'plugin_config_desc_changed_cb' is a callback function, if 'option' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/plugin-config.c:295:10: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/plugin-config.c:135:56: note: Parameter 'option' can be declared as pointer to const weechat-4.6.3/src/plugins/plugin-config.c:239:29: style: Variable 'ptr_option_desc' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-config.c:239:47: style: Variable 'ptr_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-config.c:270:46: style: Variable 'ptr_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-script.c:419:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-script.c:1213:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-script.c:1371:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin-script.c:454:24: style: Condition 'function' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/plugin-script.c:462:9: style: Condition 'function' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/plugin-script.c:629:24: error: Dereferencing 'final_name' after it is deallocated / released [deallocuse] weechat-4.6.3/src/plugins/plugin-script.c:632:17: error: Returning/dereferencing 'final_name' after it is deallocated / released [deallocret] weechat-4.6.3/src/plugins/plugin-script.c:620:13: note: Returning/dereferencing 'final_name' after it is deallocated / released weechat-4.6.3/src/plugins/plugin-script.c:632:17: note: Returning/dereferencing 'final_name' after it is deallocated / released weechat-4.6.3/src/plugins/plugin-script.c:642:24: error: Dereferencing 'final_name' after it is deallocated / released [deallocuse] weechat-4.6.3/src/plugins/plugin-script.c:645:17: error: Returning/dereferencing 'final_name' after it is deallocated / released [deallocret] weechat-4.6.3/src/plugins/plugin-script.c:634:13: note: Returning/dereferencing 'final_name' after it is deallocated / released weechat-4.6.3/src/plugins/plugin-script.c:645:17: note: Returning/dereferencing 'final_name' after it is deallocated / released weechat-4.6.3/src/plugins/plugin-script.c:647:13: error: Memory pointed to by 'final_name' is freed twice. [doubleFree] weechat-4.6.3/src/plugins/plugin-script.c:634:13: note: Memory pointed to by 'final_name' is freed twice. weechat-4.6.3/src/plugins/plugin-script.c:647:13: note: Memory pointed to by 'final_name' is freed twice. weechat-4.6.3/src/plugins/plugin-script.c:664:28: error: Dereferencing 'final_name' after it is deallocated / released [deallocuse] weechat-4.6.3/src/plugins/plugin-script.c:667:21: error: Returning/dereferencing 'final_name' after it is deallocated / released [deallocret] weechat-4.6.3/src/plugins/plugin-script.c:634:13: note: Returning/dereferencing 'final_name' after it is deallocated / released weechat-4.6.3/src/plugins/plugin-script.c:667:21: note: Returning/dereferencing 'final_name' after it is deallocated / released weechat-4.6.3/src/plugins/plugin-script.c:92:61: style:inconclusive: Function 'plugin_script_display_interpreter' argument 1 names different: declaration 'plugin' definition 'weechat_plugin'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/plugin-script.h:131:73: note: Function 'plugin_script_display_interpreter' argument 1 names different: declaration 'plugin' definition 'weechat_plugin'. weechat-4.6.3/src/plugins/plugin-script.c:92:61: note: Function 'plugin_script_display_interpreter' argument 1 names different: declaration 'plugin' definition 'weechat_plugin'. weechat-4.6.3/src/plugins/plugin-script.c:406:36: style:inconclusive: Function 'plugin_script_str2ptr' argument 4 names different: declaration 'pointer_str' definition 'str_pointer'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/plugin-script.h:141:49: note: Function 'plugin_script_str2ptr' argument 4 names different: declaration 'pointer_str' definition 'str_pointer'. weechat-4.6.3/src/plugins/plugin-script.c:406:36: note: Function 'plugin_script_str2ptr' argument 4 names different: declaration 'pointer_str' definition 'str_pointer'. weechat-4.6.3/src/plugins/plugin-script.c:355:46: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-script.c:380:30: style: Parameter 'pointer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-script.c:481:44: style: Parameter 'callback_data' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-script.c:567:11: style: Variable 'base_name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-script.c:845:61: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-script.c:934:54: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-script.c:972:57: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-script.c:976:11: style: Variable 'callback_pointer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-script.c:998:55: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin-script.c:1004:11: style: Variable 'callback_pointer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-script.c:1258:26: style: Variable 'ptr_base_name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin-script.c:1480:26: style: Variable 'ptr_base_name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin.c:1122:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_LIBDIR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/plugin.c:97:40: style: Parameter 'plugin' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/plugin.c:206:23: style: Variable 'ptr_base_name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin.c:404:32: style: Variable 'author' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin.c:404:41: style: Variable 'description' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin.c:404:55: style: Variable 'version' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin.c:405:11: style: Variable 'license' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin.c:405:21: style: Variable 'charset' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin.c:1027:30: style: Variable 'plugin1' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/plugin.c:1027:40: style: Variable 'plugin2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/python/weechat-python-api.c:172:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:201:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:217:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:233:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:249:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:350:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:366:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:411:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:442:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:458:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:493:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:580:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:592:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:613:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:646:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:680:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:712:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:727:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:742:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:853:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1141:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1197:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1308:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1362:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1480:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1496:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1633:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1648:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1663:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1678:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1693:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1708:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1904:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:1919:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2048:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2063:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2282:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2354:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2384:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2467:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2528:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2592:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2682:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2709:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2786:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2863:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:2929:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3014:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3200:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3285:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3337:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3359:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3404:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3463:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3527:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3586:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3726:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3756:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3795:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3813:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3827:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3915:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3931:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3966:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:3999:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4017:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4029:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4060:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4076:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4108:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4132:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4152:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4180:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4264:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4283:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4341:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4360:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4399:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4464:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4514:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4532:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4673:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4709:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4780:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4797:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4824:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4835:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4851:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4870:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4889:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4909:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4928:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:4945:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5008:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5040:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5057:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5104:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5135:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5170:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5189:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5205:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5242:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5264:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5387:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5406:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5444:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5515:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python-api.c:5572:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Py_None [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/python/weechat-python.c:1047:51: error: There is an unknown macro here somewhere. Configuration is required. If WEECHAT_LICENSE is a macro then please configure it. [unknownMacro] weechat-4.6.3/src/plugins/relay/api/relay-api-msg.c:506:5: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/api/relay-api-msg.c:507:5: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/api/relay-api-msg.c:813:5: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/api/relay-api-msg.c:154:42: style: Condition 'event_name' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/relay/api/relay-api-msg.c:274:19: style: Variable 'num_bytes' is reassigned a value before the old one has been used. [redundantAssignment] weechat-4.6.3/src/plugins/relay/api/relay-api-msg.c:260:15: note: num_bytes is assigned weechat-4.6.3/src/plugins/relay/api/relay-api-msg.c:274:19: note: num_bytes is overwritten weechat-4.6.3/src/plugins/relay/api/relay-api-protocol.c:412:68: style: Condition 'index_hash_algo>hash_algo_found' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/relay/api/relay-api-protocol.c:412:42: note: Assuming that condition 'index_hash_algo>=0' is not redundant weechat-4.6.3/src/plugins/relay/api/relay-api-protocol.c:397:24: note: Assignment 'hash_algo_found=-1', assigned value is -1 weechat-4.6.3/src/plugins/relay/api/relay-api-protocol.c:412:68: note: Condition 'index_hash_algo>hash_algo_found' is always true weechat-4.6.3/src/plugins/relay/api/relay-api-protocol.c:985:53: style: Condition 'ptr_data' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/relay/api/relay-api-protocol.c:233:30: style: Variable 'ptr_parent_group' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/api/remote/relay-remote-network.c:609:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_AGAIN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/api/remote/relay-remote-network.c:1006:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_SUCCESS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/api/remote/relay-remote-network.c:408:77: style: Parameter 'frames' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:833:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:649:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf] weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:344:59: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'relay_irc_signal_irc_in2_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:1262:9: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:344:59: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:466:40: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'relay_irc_signal_irc_outtags_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:1274:9: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:466:40: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:698:49: style: Parameter 'client' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:711:16: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:1202:46: style: Parameter 'client' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/irc/relay-irc.c:1343:47: style: Parameter 'client' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/relay-auth.c:113:57: style: Parameter 'client' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/relay-buffer.c:113:20: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/relay-buffer.c:124:24: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/relay-buffer.c:256:45: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'relay_buffer_close_cb' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/relay/relay-buffer.c:301:20: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/relay/relay-buffer.c:256:45: note: Parameter 'buffer' can be declared as pointer to const weechat-4.6.3/src/plugins/relay/relay-client.c:218:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_SUCCESS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-client.c:752:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_AGAIN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-client.c:946:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_AGAIN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-client.c:1245:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_AGAIN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-client.c:1457:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_SERVER [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-client.c:1860:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_SHUT_WR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-client.c:1626:25: warning: Return value of function deflateSetDictionary() is not used. [ignoredReturnValue] weechat-4.6.3/src/plugins/relay/relay-client.c:1642:25: warning: Return value of function inflateSetDictionary() is not used. [ignoredReturnValue] weechat-4.6.3/src/plugins/relay/relay-client.c:69:44: style: Parameter 'client' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/relay-client.c:523:69: style: Parameter 'frames' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/relay-client.c:1032:50: style: Parameter 'raw_msg_type' can be declared as const array [constParameter] weechat-4.6.3/src/plugins/relay/relay-client.c:1033:32: style: Parameter 'raw_flags' can be declared as const array [constParameter] weechat-4.6.3/src/plugins/relay/relay-client.c:1035:32: style: Parameter 'raw_size' can be declared as const array [constParameter] weechat-4.6.3/src/plugins/relay/relay-client.c:1584:12: style: Variable 'ptr_dict' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-client.c:1586:11: style: Variable 'ptr_ws_frame' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-command.c:68:20: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/relay-command.c:77:20: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/relay-command.c:159:28: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/relay/relay-config.c:258:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-config.c:446:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_SUCCESS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-config.c:510:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-config.c:716:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-config.c:1328:22: style: Condition 'version_read<2' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/relay/relay-config.c:1323:22: note: Assuming that condition 'version_read>=2' is not redundant weechat-4.6.3/src/plugins/relay/relay-config.c:1328:22: note: Condition 'version_read<2' is always true weechat-4.6.3/src/plugins/relay/relay-config.c:633:28: style: Variable 'ptr_server' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-config.c:848:28: style: Variable 'ptr_server' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-config.c:978:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-config.c:1025:11: style: Variable 'name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-config.c:1223:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-http.c:1128:9: style: Condition '!dest' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/relay/relay-http.c:1094:12: note: Assignment 'dest=NULL', assigned value is 0 weechat-4.6.3/src/plugins/relay/relay-http.c:1128:9: note: Condition '!dest' is always true weechat-4.6.3/src/plugins/relay/relay-http.c:1226:16: style: Condition 'message' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/relay/relay-http.c:252:18: warning: If memory allocation fails, then there is a possible null pointer dereference: str_path [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/relay/relay-http.c:244:27: note: Assuming allocation function fails weechat-4.6.3/src/plugins/relay/relay-http.c:244:27: note: Assignment 'str_path=strdup(path)', assigned value is 0 weechat-4.6.3/src/plugins/relay/relay-http.c:252:18: note: Null pointer dereference weechat-4.6.3/src/plugins/relay/relay-http.c:1095:15: style: Variable 'dest_size' is assigned a value that is never used. [unreadVariable] weechat-4.6.3/src/plugins/relay/relay-network.c:93:57: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_X509_FMT_PEM [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-network.c:146:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GNUTLS_E_SUCCESS [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-raw.c:422:48: style: Parameter 'remote' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/relay-remote.c:583:21: warning: Return value of function deflateSetDictionary() is not used. [ignoredReturnValue] weechat-4.6.3/src/plugins/relay/relay-remote.c:599:21: warning: Return value of function inflateSetDictionary() is not used. [ignoredReturnValue] weechat-4.6.3/src/plugins/relay/relay-remote.c:484:31: warning: Function 'relay_remote_new' argument order different: declaration 'name, autoconnect, autoreconnect_delay, proxy, tls_verify, url, password, totp_secret' definition 'name, url, autoconnect, autoreconnect_delay, proxy, tls_verify, password, totp_secret' [funcArgOrderDifferent] weechat-4.6.3/src/plugins/relay/relay-remote.h:94:61: note: Function 'relay_remote_new' argument order different: declaration 'name, autoconnect, autoreconnect_delay, proxy, tls_verify, url, password, totp_secret' definition 'name, url, autoconnect, autoreconnect_delay, proxy, tls_verify, password, totp_secret' weechat-4.6.3/src/plugins/relay/relay-remote.c:484:31: note: Function 'relay_remote_new' argument order different: declaration 'name, autoconnect, autoreconnect_delay, proxy, tls_verify, url, password, totp_secret' definition 'name, url, autoconnect, autoreconnect_delay, proxy, tls_verify, password, totp_secret' weechat-4.6.3/src/plugins/relay/relay-remote.c:92:44: style: Parameter 'remote' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/relay-remote.c:539:12: style: Variable 'ptr_dict' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-remote.c:541:11: style: Variable 'ptr_ws_frame' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-remote.c:665:46: style: Parameter 'remote' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/relay-remote.c:807:49: style: Parameter 'remote' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/relay-remote.c:894:9: style: Variable 'rc' is not assigned a value. [unassignedVariable] weechat-4.6.3/src/plugins/relay/relay-server.c:280:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable INET_ADDRSTRLEN [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-server.c:509:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_INET6 [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay-server.c:74:45: style:inconclusive: Function 'relay_server_get_protocol_args' argument 1 names different: declaration 'protocol_and_string' definition 'protocol_and_args'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/relay/relay-server.h:53:57: note: Function 'relay_server_get_protocol_args' argument 1 names different: declaration 'protocol_and_string' definition 'protocol_and_args'. weechat-4.6.3/src/plugins/relay/relay-server.c:74:45: note: Function 'relay_server_get_protocol_args' argument 1 names different: declaration 'protocol_and_string' definition 'protocol_and_args'. weechat-4.6.3/src/plugins/relay/relay-server.c:80:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-server.c:503:11: style: Variable 'ptr_addr' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-server.c:799:41: style: Variable 'dup_server' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/relay-websocket.c:624:50: style:inconclusive: Function 'relay_websocket_decode_frame' argument 2 names different: declaration 'length' definition 'buffer_length'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/relay/relay-websocket.h:80:61: note: Function 'relay_websocket_decode_frame' argument 2 names different: declaration 'length' definition 'buffer_length'. weechat-4.6.3/src/plugins/relay/relay-websocket.c:624:50: note: Function 'relay_websocket_decode_frame' argument 2 names different: declaration 'length' definition 'buffer_length'. weechat-4.6.3/src/plugins/relay/relay-websocket.c:647:30: style: Variable 'index_buffer_start_frame' is assigned a value that is never used. [unreadVariable] weechat-4.6.3/src/plugins/relay/relay.c:285:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/relay.c:229:28: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'relay_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/relay/relay.c:385:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/relay/relay.c:229:28: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/relay/relay.c:268:28: style: Variable 'ptr_remote' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-msg.c:632:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-msg.c:224:37: style:inconclusive: Function 'relay_weechat_msg_add_buffer' argument 2 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-msg.h:70:49: note: Function 'relay_weechat_msg_add_buffer' argument 2 names different: declaration 'data' definition 'buffer'. weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-msg.c:224:37: note: Function 'relay_weechat_msg_add_buffer' argument 2 names different: declaration 'data' definition 'buffer'. weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-msg.c:224:37: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-msg.c:243:71: style: Parameter 'pointer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-msg.c:363:17: style: Variable 'pos2' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-msg.c:1071:62: style: Parameter 'msg' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-protocol.c:59:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-protocol.c:544:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-protocol.c:123:10: style: Variable 'ptr_flags' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-protocol.c:531:11: style: Variable 'args' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-protocol.c:849:10: style: Variable 'ptr_old_flags' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:114:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:183:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:205:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:220:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:241:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:262:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:283:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:310:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:330:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:354:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:381:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:403:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:420:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:440:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:463:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:482:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:498:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:523:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:538:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:560:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:603:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:650:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:672:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:694:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:711:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:725:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:753:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:779:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:796:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:822:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:840:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:865:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:883:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:902:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:921:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:944:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:962:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:983:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1001:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1054:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1122:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1371:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1444:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1566:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1652:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1681:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1701:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1724:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1750:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1772:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1791:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1810:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1833:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1859:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1878:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1897:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1916:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1935:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1954:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1973:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:1992:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2007:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2026:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2045:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2064:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2083:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2125:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2144:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2163:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2182:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2204:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2230:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2249:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2268:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2286:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2304:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2322:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2340:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2355:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2374:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2399:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2420:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2444:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2468:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2490:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2516:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2533:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2552:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2574:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2599:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2633:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2666:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2696:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2733:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2768:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2830:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2915:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2953:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:2987:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3051:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3119:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3192:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3292:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3327:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3412:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3499:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3576:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3671:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3769:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3802:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3880:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3913:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:3974:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4033:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4062:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4115:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4185:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4260:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4327:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4359:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4383:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4487:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4528:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4574:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4594:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4606:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4622:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4640:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4658:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4680:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4701:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4719:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4741:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4767:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4788:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4813:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4832:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4853:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4866:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4889:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4907:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4929:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4954:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:4972:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5005:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5033:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5072:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5100:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5121:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5142:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5162:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5184:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5210:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5239:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5268:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5290:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5316:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5345:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5369:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5439:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5470:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5488:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5503:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5531:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5611:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5633:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5651:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5670:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5696:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5724:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5749:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5772:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5798:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5826:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5853:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5868:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5891:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5918:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5931:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5952:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:5978:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6004:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6031:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6056:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6079:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6108:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6127:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6145:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6160:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6183:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6200:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6221:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6246:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6266:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6281:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6304:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6322:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6348:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6370:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6395:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6416:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6443:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6466:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6495:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6553:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6579:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6605:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6631:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6653:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6679:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6709:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6731:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6764:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6797:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6823:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6886:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable Qnil [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6921:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6946:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby-api.c:6964:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable T_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/ruby/weechat-ruby.c:879:47: error: There is an unknown macro here somewhere. Configuration is required. If WEECHAT_LICENSE is a macro then please configure it. [unknownMacro] weechat-4.6.3/src/plugins/script/script-action.c:488:23: error: Dereferencing 'filename' after it is deallocated / released [deallocuse] weechat-4.6.3/src/plugins/script/script-action.c:490:13: error: Memory pointed to by 'filename' is freed twice. [doubleFree] weechat-4.6.3/src/plugins/script/script-action.c:479:9: note: Memory pointed to by 'filename' is freed twice. weechat-4.6.3/src/plugins/script/script-action.c:490:13: note: Memory pointed to by 'filename' is freed twice. weechat-4.6.3/src/plugins/script/script-action.c:636:5: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] weechat-4.6.3/src/plugins/script/script-action.c:734:5: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] weechat-4.6.3/src/plugins/script/script-action.c:185:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-action.c:228:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-action.c:228:45: style: Variable 'ptr_base_name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-action.c:333:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-action.c:333:45: style: Variable 'ptr_base_name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-buffer.c:119:30: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/script/script-buffer.c:235:30: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/script/script-buffer.c:676:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/script/script-buffer.c:684:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/script/script-buffer.c:365:57: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/script/script-buffer.c:368:22: style: Variable 'ptr_base_name' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-buffer.c:409:24: style: Variable 'callback_pointer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-command.c:44:27: style: Variable 'ptr_script' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-completion.c:158:11: style: Variable 'pos' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-mouse.c:60:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/script/script-mouse.c:97:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/script/script-mouse.c:101:10: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/script/script-mouse.c:46:16: style: Variable 'tm' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-repo.c:1468:9: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] weechat-4.6.3/src/plugins/script/script-repo.c:65:49: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/script/script-repo.c:172:56: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/script/script-repo.c:237:59: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/script/script-repo.c:296:64: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/script/script-repo.c:423:52: style: Parameter 'script1' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/script/script-repo.c:424:52: style: Parameter 'script2' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/script/script-repo.c:542:10: style: Variable 'value' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script-repo.c:713:51: style: Parameter 'script' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/script/script-repo.c:1104:58: style: Variable 'pos3' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/script/script.c:218:29: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'script_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/script/script.c:359:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/script/script.c:218:29: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/spell/spell-command.c:374:0: error: failed to expand 'weechat_printf', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective] weechat-4.6.3/src/plugins/spell/spell-command.c:374:1: error: failed to expand 'weechat_printf', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective] weechat-4.6.3/src/plugins/spell/spell-config.c:118:17: warning: If memory allocation fails, then there is a possible null pointer dereference: spell_length_commands_to_check [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/spell/spell-config.c:114:53: note: Assuming allocation function fails weechat-4.6.3/src/plugins/spell/spell-config.c:114:53: note: Assignment 'spell_length_commands_to_check=malloc(spell_count_commands_to_check*sizeof(int))', assigned value is 0 weechat-4.6.3/src/plugins/spell/spell-config.c:118:17: note: Null pointer dereference weechat-4.6.3/src/plugins/spell/spell-config.c:631:26: style: Variable 'spell_config_loading' is reassigned a value before the old one has been used. [redundantAssignment] weechat-4.6.3/src/plugins/spell/spell-config.c:629:26: note: spell_config_loading is assigned weechat-4.6.3/src/plugins/spell/spell-config.c:631:26: note: spell_config_loading is overwritten weechat-4.6.3/src/plugins/spell/spell-info.c:57:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/spell/spell-speller.c:110:9: style: Condition 'dict_list' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/spell/spell.c:739:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:149:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:224:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:237:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:251:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:267:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:283:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:298:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:318:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:334:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:354:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:377:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:394:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:410:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:426:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:443:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:458:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:471:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:487:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:500:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:514:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:547:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:582:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:600:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:618:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:641:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:654:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:676:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:694:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:711:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:729:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:746:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:763:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:779:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:792:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:805:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:818:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:831:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:846:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:857:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:909:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:966:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1205:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1258:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1370:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1429:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1448:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1463:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1484:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1507:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1527:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1542:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1560:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1577:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1594:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1607:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1620:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1633:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1646:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1659:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1672:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1685:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1698:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1711:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1724:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1737:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1750:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1763:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1776:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1789:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1802:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1815:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1832:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1850:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1863:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1876:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1887:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1899:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1911:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1923:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1937:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1950:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1966:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:1984:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2003:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2023:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2042:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2064:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2080:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2093:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2106:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2126:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2153:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2183:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2208:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2239:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2273:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2333:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2405:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2435:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2458:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2521:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2582:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2645:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2734:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2763:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2840:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2918:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:2984:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3069:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3159:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3182:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3261:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3285:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3345:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3398:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3420:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3466:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3523:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3586:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3642:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3664:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3679:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3696:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3782:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3811:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3848:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3869:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3885:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3894:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3905:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3917:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3931:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3949:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3966:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:3983:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4000:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4017:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4034:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4052:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4074:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4086:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4102:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4119:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4136:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4153:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4170:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4196:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4217:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4247:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4266:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4283:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4298:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4312:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4332:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4352:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4371:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4393:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4413:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4433:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4452:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4473:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4537:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4557:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4568:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4582:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4598:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4644:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4659:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4670:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4684:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4705:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4732:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4748:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4770:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4787:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4805:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4828:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4843:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4871:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4882:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4896:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4914:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4929:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4945:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4963:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4978:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:4997:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5010:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5021:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5034:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5048:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5065:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5082:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5099:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5113:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5127:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5143:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5160:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5177:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5197:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5217:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5234:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5252:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5273:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5297:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5340:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5360:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5380:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5400:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5420:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5440:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5460:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5480:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5502:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5529:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5554:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5612:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5637:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5659:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl-api.c:5674:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_ERROR [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:164:74: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:247:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_EVAL_DIRECT [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:362:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TCL_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:697:17: style: Condition '!weechat_tcl_eval(buffer,send_to_buffer_as_input,exec_commands,ptr_code)' is always false [knownConditionTrueFalse] weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:697:35: note: Calling function 'weechat_tcl_eval' returns 1 weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:697:17: note: Condition '!weechat_tcl_eval(buffer,send_to_buffer_as_input,exec_commands,ptr_code)' is always false weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:202:11: style: Variable 'ret_cv' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:576:22: style: Variable 'ptr_code' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:804:64: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'weechat_tcl_signal_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:948:44: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/tcl/weechat-tcl.c:804:64: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/trigger/trigger-callback.c:930:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/trigger/trigger-callback.c:1025:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/trigger/trigger-callback.c:1379:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/trigger/trigger-command.c:751:21: style: Condition 'ptr_trigger' is always true [knownConditionTrueFalse] weechat-4.6.3/src/plugins/trigger/trigger-config.c:551:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/trigger/trigger.c:621:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable variable [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/trigger/trigger.c:733:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable command [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/trigger/trigger.c:1046:73: style:inconclusive: Function 'trigger_new' argument 6 names different: declaration 'replace' definition 'regex'. [funcArgNamesDifferent] weechat-4.6.3/src/plugins/trigger/trigger.h:177:51: note: Function 'trigger_new' argument 6 names different: declaration 'replace' definition 'regex'. weechat-4.6.3/src/plugins/trigger/trigger.c:1046:73: note: Function 'trigger_new' argument 6 names different: declaration 'replace' definition 'regex'. weechat-4.6.3/src/plugins/trigger/trigger.c:241:11: style: Variable 'pos_option' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/trigger/trigger.c:1338:30: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'trigger_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/trigger/trigger.c:1387:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/trigger/trigger.c:1338:30: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/typing/typing-bar-item.c:44:29: style: Variable 'ptr_typing_status' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/typing/typing.c:195:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/typing/typing.c:398:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EOF [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/typing/typing.c:366:9: style: Condition 'typing_update_item' is always false [knownConditionTrueFalse] weechat-4.6.3/src/plugins/typing/typing.c:358:26: note: Assignment 'typing_update_item=0', assigned value is 0 weechat-4.6.3/src/plugins/typing/typing.c:366:9: note: Condition 'typing_update_item' is always false weechat-4.6.3/src/plugins/typing/typing.c:186:29: style: Variable 'ptr_typing_status' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/typing/typing.c:290:26: style: Variable 'ptr_buffer' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/typing/typing.c:291:29: style: Variable 'ptr_typing_status' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:149:28: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:178:29: warning: If memory allocation fails, then there is a possible null pointer dereference: progress_bar [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:177:43: note: Assuming allocation function fails weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:177:43: note: Assignment 'progress_bar=malloc(1+progress_bar_size+1+1+1)', assigned value is 0 weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:178:29: note: Null pointer dereference weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:190:33: warning: If memory allocation fails, then there is a possible null pointer dereference: progress_bar [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:177:43: note: Assuming allocation function fails weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:177:43: note: Assignment 'progress_bar=malloc(1+progress_bar_size+1+1+1)', assigned value is 0 weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:190:33: note: Null pointer dereference weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:196:33: warning: If memory allocation fails, then there is a possible null pointer dereference: progress_bar [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:177:43: note: Assuming allocation function fails weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:177:43: note: Assignment 'progress_bar=malloc(1+progress_bar_size+1+1+1)', assigned value is 0 weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:196:33: note: Null pointer dereference weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:198:29: warning: If memory allocation fails, then there is a possible null pointer dereference: progress_bar [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:177:43: note: Assuming allocation function fails weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:177:43: note: Assignment 'progress_bar=malloc(1+progress_bar_size+1+1+1)', assigned value is 0 weechat-4.6.3/src/plugins/xfer/xfer-buffer.c:198:29: note: Null pointer dereference weechat-4.6.3/src/plugins/xfer/xfer-chat.c:56:32: style: Parameter 'xfer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/xfer/xfer-chat.c:71:11: style: Variable 'ptr_msg' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/xfer/xfer-command.c:135:28: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/xfer/xfer-command.c:173:32: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:85:64: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MSG_PEEK [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:212:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:258:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:367:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:119:17: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:139:25: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:165:13: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:220:9: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:405:17: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:498:25: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:197:45: style: Parameter 'xfer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:317:20: style: Variable 'bin_hash' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/src/plugins/xfer/xfer-dcc.c:221:46: portability: 'ptr_buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer] weechat-4.6.3/src/plugins/xfer/xfer-network.c:101:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AF_UNSPEC [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-network.c:169:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable errno [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-network.c:334:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_RDONLY [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-network.c:416:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable O_APPEND [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-network.c:517:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_MAXHOST [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-network.c:713:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable F_GETFL [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-network.c:838:66: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SOCK_STREAM [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer-network.c:122:69: error: Memory leak: ainfo [memleak] weechat-4.6.3/src/plugins/xfer/xfer-network.c:189:41: style: Parameter 'xfer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/xfer/xfer.c:659:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable NI_MAXHOST [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer.c:1181:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable AI_NUMERICSERV [valueFlowBailoutIncompleteVar] weechat-4.6.3/src/plugins/xfer/xfer.c:1332:16: warning: If memory allocation fails, then there is a possible null pointer dereference: pos [nullPointerOutOfMemory] weechat-4.6.3/src/plugins/xfer/xfer.c:1326:37: note: Assuming allocation function fails weechat-4.6.3/src/plugins/xfer/xfer.c:1326:37: note: Assignment 'short_filename=strdup(pos+1)', assigned value is 0 weechat-4.6.3/src/plugins/xfer/xfer.c:1331:15: note: Assignment 'pos=short_filename', assigned value is 0 weechat-4.6.3/src/plugins/xfer/xfer.c:1332:16: note: Null pointer dereference weechat-4.6.3/src/plugins/xfer/xfer.c:96:28: style: Parameter 'xfer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/xfer/xfer.c:121:31: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'xfer_signal_upgrade_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/xfer/xfer.c:1842:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/xfer/xfer.c:121:31: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/src/plugins/xfer/xfer.c:313:45: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/xfer/xfer.c:652:72: style: Parameter 'remote_address' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/xfer/xfer.c:653:61: style: Parameter 'local_address' can be declared as pointer to const [constParameterPointer] weechat-4.6.3/src/plugins/xfer/xfer.c:1795:27: style: Parameter 'signal_data' can be declared as pointer to const. However it seems that 'xfer_debug_dump_cb' is a callback function, if 'signal_data' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/plugins/xfer/xfer.c:1850:5: note: You might need to cast the function pointer here weechat-4.6.3/src/plugins/xfer/xfer.c:1795:27: note: Parameter 'signal_data' can be declared as pointer to const weechat-4.6.3/tests/scripts/test-scripts.cpp:101:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_RC_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/scripts/test-scripts.cpp:128:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable PATH_MAX [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/scripts/test-scripts.cpp:175:15: warning: If memory allocation fails, then there is a possible null pointer dereference: test_scripts_dir [nullPointerOutOfMemory] weechat-4.6.3/tests/scripts/test-scripts.cpp:168:31: note: Assuming allocation function fails weechat-4.6.3/tests/scripts/test-scripts.cpp:168:31: note: Assignment 'test_scripts_dir=strdup((ptr_test_scripts_dir)?ptr_test_scripts_dir:"../tests/scripts/python")', assigned value is 0 weechat-4.6.3/tests/scripts/test-scripts.cpp:175:15: note: Null pointer dereference weechat-4.6.3/tests/scripts/test-scripts.cpp:180:15: warning: If memory allocation fails, then there is a possible null pointer dereference: test_scripts_dir [nullPointerOutOfMemory] weechat-4.6.3/tests/scripts/test-scripts.cpp:168:31: note: Assuming allocation function fails weechat-4.6.3/tests/scripts/test-scripts.cpp:168:31: note: Assignment 'test_scripts_dir=strdup((ptr_test_scripts_dir)?ptr_test_scripts_dir:"../tests/scripts/python")', assigned value is 0 weechat-4.6.3/tests/scripts/test-scripts.cpp:180:15: note: Null pointer dereference weechat-4.6.3/tests/scripts/test-scripts.cpp:62:21: style: The scope of the variable 'pos' can be reduced. [variableScope] weechat-4.6.3/tests/scripts/test-scripts.cpp:64:13: style: The scope of the variable 'value' can be reduced. [variableScope] weechat-4.6.3/tests/scripts/test-scripts.cpp:132:15: style: The scope of the variable 'diff' can be reduced. [variableScope] weechat-4.6.3/tests/scripts/test-scripts.cpp:161:12: style: The scope of the variable 'turnoff_memleak' can be reduced. [variableScope] weechat-4.6.3/tests/tests-record.cpp:75:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:94:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:100:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:167:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:191:19: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:232:19: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:235:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:236:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:237:19: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:238:20: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests-record.cpp:185:25: style: The scope of the variable 'rec_msg' can be reduced. [variableScope] weechat-4.6.3/tests/tests-record.cpp:224:25: style: The scope of the variable 'rec_msg' can be reduced. [variableScope] weechat-4.6.3/tests/tests-record.cpp:53:22: style: Parameter 'pointer1' can be declared as pointer to const. However it seems that 'record_cmp_cb' is a callback function, if 'pointer1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/tests/tests-record.cpp:127:45: note: You might need to cast the function pointer here weechat-4.6.3/tests/tests-record.cpp:53:22: note: Parameter 'pointer1' can be declared as pointer to const weechat-4.6.3/tests/tests-record.cpp:53:38: style: Parameter 'pointer2' can be declared as pointer to const. However it seems that 'record_cmp_cb' is a callback function, if 'pointer2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/tests/tests-record.cpp:127:45: note: You might need to cast the function pointer here weechat-4.6.3/tests/tests-record.cpp:53:38: note: Parameter 'pointer2' can be declared as pointer to const weechat-4.6.3/tests/tests.cpp:168:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_RC_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/tests.cpp:236:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/tests.cpp:254:12: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/tests.cpp:227:11: style: Variable 'weechat_tests_args' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/tests/unit/core/hook/test-hook-command.cpp:118:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_HOOK_COMMAND_STR_FORMATTED [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/hook/test-hook-command.cpp:79:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/hook/test-hook-command.cpp:103:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/hook/test-hook-modifier.cpp:76:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_STRING_SPLIT_STRIP_RIGHT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/hook/test-hook-modifier.cpp:182:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOOK_TYPE_MODIFIER [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/hook/test-hook-modifier.cpp:112:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:75:31: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:75:55: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:134:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:136:49: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:144:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:145:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:146:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:147:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:148:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:149:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:150:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:154:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:155:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:156:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:157:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:158:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:159:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:160:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:183:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:184:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:185:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:186:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:187:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:188:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:189:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:192:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:197:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:198:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:199:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:200:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:201:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:204:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:212:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:213:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:214:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:215:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:216:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:217:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:218:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:221:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:226:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:227:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:228:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:229:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:230:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:233:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:243:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:244:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:245:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:246:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:247:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:248:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:249:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:253:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:254:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:255:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:256:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:257:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:258:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:259:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:263:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:269:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:270:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:271:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:272:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:273:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:274:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:275:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:279:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:280:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:281:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:282:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:283:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:284:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:285:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:289:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:326:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:327:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:328:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:329:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:332:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:337:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:338:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:341:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:349:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:350:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:351:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:352:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:355:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:360:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:361:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:364:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:373:52: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:395:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:396:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:397:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:398:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:399:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:402:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:407:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:408:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:409:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:412:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:420:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:421:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:422:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:423:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:424:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:427:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:432:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:433:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:434:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:437:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:455:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:235:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:354:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable LC_ALL [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:102:6: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr_value [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:101:34: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-calc.cpp:101:17: note: Assignment 'ptr_value=(double*)malloc(sizeof(*ptr_value))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-calc.cpp:102:6: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-calc.cpp:110:6: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr_value [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:109:34: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-calc.cpp:109:17: note: Assignment 'ptr_value=(double*)malloc(sizeof(*ptr_value))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-calc.cpp:110:6: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-calc.cpp:115:6: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr_value [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:114:34: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-calc.cpp:114:17: note: Assignment 'ptr_value=(double*)malloc(sizeof(*ptr_value))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-calc.cpp:115:6: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-calc.cpp:173:6: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr_value [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:172:34: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-calc.cpp:172:17: note: Assignment 'ptr_value=(double*)malloc(sizeof(*ptr_value))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-calc.cpp:173:6: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-calc.cpp:177:6: warning: If memory allocation fails, then there is a possible null pointer dereference: ptr_value [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:176:34: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-calc.cpp:176:17: note: Assignment 'ptr_value=(double*)malloc(sizeof(*ptr_value))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-calc.cpp:177:6: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-calc.cpp:101:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:109:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:114:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:172:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:176:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-calc.cpp:185:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-command.cpp:205:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weechat_debug_core [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:273:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_files [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:334:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weechat_config_file [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:352:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_buffer_time_format [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:495:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weechat_config_section_color [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:579:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weechat_config_file [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:747:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_COLOR_EXTENDED_BLINK_FLAG [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:1066:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_COLOR_EXTENDED_BLINK_FLAG [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:292:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:297:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:347:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:293:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_SHA256 [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:352:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_CRC32 [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:400:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_SHA1 [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:450:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GCRY_MD_CRC32 [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:343:37: warning: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:342:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:342:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:343:37: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:345:13: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:342:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:342:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-crypto.cpp:345:13: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-dir.cpp:237:59: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] weechat-4.6.3/tests/unit/core/test-core-dir.cpp:235:15: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-dir.cpp:235:15: note: Assignment 'f=fopen(path1,"wb")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-dir.cpp:237:59: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-dir.cpp:238:13: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] weechat-4.6.3/tests/unit/core/test-core-dir.cpp:235:15: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-dir.cpp:235:15: note: Assignment 'f=fopen(path1,"wb")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-dir.cpp:238:13: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-dir.cpp:256:9: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: content [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-dir.cpp:251:30: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-dir.cpp:251:15: note: Assignment 'content=(char*)malloc(length+1)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-dir.cpp:256:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-dir.cpp:258:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: content [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-dir.cpp:251:30: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-dir.cpp:251:15: note: Assignment 'content=(char*)malloc(length+1)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-dir.cpp:258:5: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-dir.cpp:261:33: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: content [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-dir.cpp:251:30: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-dir.cpp:251:15: note: Assignment 'content=(char*)malloc(length+1)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-dir.cpp:261:33: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-dir.cpp:261:53: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] weechat-4.6.3/tests/unit/core/test-core-dir.cpp:259:15: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-dir.cpp:259:15: note: Assignment 'f=fopen(path1,"wb")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-dir.cpp:261:53: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-dir.cpp:262:13: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] weechat-4.6.3/tests/unit/core/test-core-dir.cpp:259:15: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-dir.cpp:259:15: note: Assignment 'f=fopen(path1,"wb")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-dir.cpp:262:13: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-dir.cpp:251:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-eval.cpp:502:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_eval_syntax_colors [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-eval.cpp:1194:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-eval.cpp:298:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-eval.cpp:320:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-eval.cpp:1097:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-eval.cpp:1110:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:45:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_hashtable [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:149:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HASHTABLE_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:592:5: warning: If memory allocation fails, then there is a possible null pointer dereference: test_map_string [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:589:38: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:589:23: note: Assignment 'test_map_string=(char*)malloc(1024)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:592:5: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:92:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:108:20: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:108:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:204:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:219:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:221:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:231:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:232:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:236:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:260:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:262:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:272:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:274:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:276:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:298:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:299:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:307:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:308:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:399:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:401:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:403:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:405:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:407:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:409:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:410:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:418:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:420:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:422:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:424:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:426:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:427:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:434:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:436:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:438:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:440:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:441:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:448:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:450:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:452:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:453:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:460:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:462:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:463:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:470:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:473:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:495:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:499:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:515:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:518:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:534:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:536:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:538:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:552:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:554:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:556:30: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:589:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:654:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:656:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:658:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:660:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:662:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:664:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:665:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:798:49: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:801:51: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:155:42: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weechat_hdata [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:216:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_HDATA_STRING [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:295:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_HDATA_LIST_CHECK_POINTERS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:666:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_hdata [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2363:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2403:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weechat_hdata [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:353:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:353:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:354:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:354:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:355:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:355:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:356:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:356:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:357:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:357:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:359:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:359:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:360:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:360:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:363:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:363:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:364:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:364:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:365:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:365:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:366:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:366:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:367:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:367:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:369:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:369:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:370:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:370:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:371:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:371:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:372:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:372:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:374:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:374:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:377:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:377:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:378:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:378:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:379:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:379:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:380:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:380:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:381:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:381:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:383:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:383:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:384:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:384:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:387:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:387:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:388:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:388:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:389:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:389:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:390:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:390:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:391:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:391:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:393:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:393:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:394:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:394:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:397:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:397:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:398:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:398:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:399:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:399:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:400:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:400:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:401:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:401:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:402:17: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:402:17: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:403:17: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:403:17: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:404:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:404:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:406:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:406:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:408:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:408:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:412:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:412:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:413:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:413:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:414:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:414:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:415:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:415:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:416:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:416:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:418:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:418:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:419:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:419:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:420:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:420:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:421:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:421:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:422:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:422:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:424:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:424:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:425:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:425:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:428:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:428:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:429:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:429:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:430:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:430:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:431:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:431:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:432:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:432:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:433:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:433:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:434:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:434:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:436:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:436:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:437:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:437:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:440:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:440:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:446:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:446:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:447:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:447:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:448:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:448:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:454:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:454:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:456:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:456:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:462:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:462:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:464:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:464:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:466:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:466:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:472:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:472:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:474:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:474:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:480:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:480:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:482:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:482:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:484:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:484:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:490:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:490:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:493:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:493:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:494:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:494:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:495:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:495:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:496:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:496:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:497:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:497:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:500:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:500:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:501:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:501:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:513:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:513:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:514:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:514:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:515:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:515:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:516:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:516:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:517:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:517:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:519:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:519:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:520:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:520:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:523:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:523:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:524:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:524:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:525:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:525:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:526:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:526:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:527:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:527:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:529:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:529:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:530:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:530:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:531:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:531:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:532:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:532:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:534:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:534:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:537:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:537:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:538:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:538:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:539:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:539:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:540:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:540:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:541:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:541:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:543:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:543:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:544:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:544:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:547:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:547:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:548:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:548:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:549:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:549:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:550:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:550:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:551:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:551:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:553:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:553:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:554:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:554:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:557:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:557:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:558:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:558:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:559:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:559:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:560:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:560:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:561:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:561:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:562:17: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:562:17: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:563:17: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:563:17: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:564:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:564:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:566:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:566:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:568:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:568:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:572:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:572:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:573:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:573:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:574:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:574:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:575:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:575:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:576:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:576:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:578:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:578:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:579:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:579:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:580:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:580:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:581:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:581:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:582:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:582:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:584:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:584:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:585:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:585:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:588:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:588:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:589:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:589:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:590:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:590:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:591:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:591:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:592:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:592:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:593:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:593:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:594:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:594:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:596:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:596:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:597:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:597:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:600:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:600:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:606:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:606:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:607:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:607:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:608:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:608:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:614:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:614:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:616:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:616:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:622:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:622:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:624:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:624:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:626:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:626:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:632:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:632:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:634:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:634:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:640:24: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:640:24: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:642:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:642:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:644:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:644:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:650:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:650:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:653:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:653:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:654:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:654:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:655:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:655:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:656:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:656:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:657:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:657:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:660:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:660:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:661:9: warning: If memory allocation fails, then there is a possible null pointer dereference: item [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:45: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: note: Assignment 'item=(struct t_test_item*)malloc(sizeof(*item))', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:661:9: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:218:11: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:230:11: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:242:11: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:254:11: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:289:12: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:297:12: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:337:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:357:33: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:367:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:372:43: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:381:33: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:391:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:416:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:422:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:434:33: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:464:38: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:482:42: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:517:33: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:527:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:532:43: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:541:33: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:551:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:576:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:582:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:594:33: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:624:38: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:642:42: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2199:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2204:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2209:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2214:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2219:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2224:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2229:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2234:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2239:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2244:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2604:12: style: Local variable 'items' shadows outer variable [shadowVariable] weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:112:21: note: Shadowed declaration weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2604:12: note: Shadow variable weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:40:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_infolist [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:134:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_weechat_infolist [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:69:59: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:158:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:174:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:201:61: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:207:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:208:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:209:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:225:31: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:430:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:431:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:432:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:433:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-input.cpp:83:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_RC_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-input.cpp:107:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-list.cpp:53:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_LIST_POS_END [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-list.cpp:108:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_LIST_POS_END [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-list.cpp:109:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-list.cpp:120:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-list.cpp:132:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:52:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable SECURE_SALT_SIZE [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:100:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable max [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:71:13: warning: If memory allocation fails, then there is a possible null pointer dereference: key [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:35: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:11: note: Assignment 'key=(unsigned char*)malloc(64)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-secure.cpp:71:13: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-secure.cpp:76:13: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: key [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:35: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:11: note: Assignment 'key=(unsigned char*)malloc(64)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-secure.cpp:76:13: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-secure.cpp:79:30: error:inconclusive: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:35: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:11: note: Assignment 'key=(unsigned char*)malloc(64)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-secure.cpp:79:30: note: Null pointer addition weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:11: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:63:35: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:93:15: style: The scope of the variable 'hash_algo' can be reduced. [variableScope] weechat-4.6.3/tests/unit/core/test-core-signal.cpp:49:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable signal_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:987:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable weechat_config_dir [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1289:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_EXTENDED [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1364:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_ICASE [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1439:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable REG_ICASE [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1574:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_STRING_SPLIT_STRIP_LEFT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1878:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_STRING_SPLIT_STRIP_LEFT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2133:13: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_STRING_SPLIT_STRIP_LEFT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2762:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_command_chars [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2837:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_command_chars [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2315:13: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2310:15: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2310:15: note: Assignment 'f=fopen("/dev/null","w")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2315:13: note: Null pointer dereference weechat-4.6.3/tests/unit/core/test-core-string.cpp:2812:22: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2811:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2811:18: note: Assignment 'str=strdup("//abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2812:22: note: Null pointer addition weechat-4.6.3/tests/unit/core/test-core-string.cpp:2849:22: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2848:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2848:18: note: Assignment 'str=strdup("\xc3\xb6\xc3\xb6_abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2849:22: note: Null pointer addition weechat-4.6.3/tests/unit/core/test-core-string.cpp:2858:22: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2857:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2857:18: note: Assignment 'str=strdup("\xc3\xaf\xc3\xaf_abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2858:22: note: Null pointer addition weechat-4.6.3/tests/unit/core/test-core-string.cpp:2140:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2142:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2145:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2149:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2153:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2157:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2161:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2165:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2169:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2173:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2177:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2181:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2185:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2189:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2193:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2197:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2201:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2205:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2209:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2213:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2217:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2221:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2225:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2235:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2239:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2243:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2247:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2251:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2255:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2259:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2263:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2267:40: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:3065:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:3109:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:3159:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] weechat-4.6.3/tests/unit/core/test-core-string.cpp:213:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:232:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:251:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:271:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1132:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1156:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1175:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1257:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1413:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:1460:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2286:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-utf8.cpp:613:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_tab_width [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/core/test-core-utf8.cpp:627:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/core/test-core-util.cpp:304:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/tests/unit/core/test-core-util.cpp:311:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/tests/unit/core/test-core-util.cpp:319:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/tests/unit/core/test-core-util.cpp:326:18: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] weechat-4.6.3/tests/unit/core/test-core-util.cpp:283:16: style: Variable 'local_time' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/tests/unit/core/test-core-util.cpp:115:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/gui/curses/test-gui-curses-mouse.cpp:166:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_mouse_event_x [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/curses/test-gui-curses-mouse.cpp:203:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_mouse_event_index [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/curses/test-gui-curses-mouse.cpp:299:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_mouse_event_index [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:114:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_ITEM_CUSTOM_OPTION_CONDITIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:189:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_ITEM_CUSTOM_OPTION_CONDITIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:221:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_ITEM_CUSTOM_OPTION_CONDITIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:267:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_ITEM_CUSTOM_OPTION_CONDITIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:292:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_ITEM_CUSTOM_NUM_OPTIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:340:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_ITEM_CUSTOM_OPTION_CONDITIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:398:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_temp_custom_bar_items [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:458:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_ITEM_CUSTOM_OPTION_CONDITIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item-custom.cpp:483:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_custom_bar_items [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-item.cpp:51:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_bar_items [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-window.cpp:48:55: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable bar_windows [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-window.cpp:167:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_COLOR_COLOR_CHAR [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar-window.cpp:213:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_windows [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar.cpp:43:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_bars [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar.cpp:61:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_NUM_DEFAULT_BARS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar.cpp:80:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_NUM_OPTIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar.cpp:99:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_NUM_TYPES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-bar.cpp:118:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BAR_NUM_POSITIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:77:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_RC_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:295:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_buffer_notify_default [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:387:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffer_last_id_assigned [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:481:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_RC_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:497:12: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_RC_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:530:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BUFFER_TYPE_FREE [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:700:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BUFFER_NUM_TYPES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:795:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:820:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:861:44: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:919:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:949:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:1232:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable input_prompt [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:1378:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:1405:71: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:1477:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:1585:61: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:75:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:96:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:624:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:626:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:646:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:697:26: style: The scope of the variable 'buffer' can be reduced. [variableScope] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:698:20: style: The scope of the variable 'signal_input' can be reduced. [variableScope] weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:698:35: style: The scope of the variable 'signal_closing' can be reduced. [variableScope] weechat-4.6.3/tests/unit/gui/test-gui-chat.cpp:345:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_windows [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-chat.cpp:425:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-chat.cpp:518:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_line [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-chat.cpp:760:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-chat.cpp:421:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/gui/test-gui-color.cpp:70:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_COLOR_RESET_CHAR [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-color.cpp:370:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_COLOR_CHAT_HOST [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-color.cpp:556:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_COLOR_CHAT_HOST [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-color.cpp:863:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_COLOR_CHAT_HOST [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-filter.cpp:53:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable data [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-filter.cpp:110:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_filters_enabled [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-filter.cpp:196:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_filters [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-filter.cpp:266:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_filters [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:150:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_HOTLIST_HIGHLIGHT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:194:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_hotlist [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:224:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_hotlist_sort [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:275:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_HOTLIST_LOW [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:297:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:333:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable hotlist_removed [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:361:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:411:11: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_hotlist [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:443:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable buffer [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:150:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:150:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:151:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:151:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:152:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:152:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:153:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:153:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:154:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:154:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:155:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:155:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:156:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:156:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:157:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:157:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:158:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:158:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:159:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: hotlist [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: note: Assignment 'hotlist=(struct t_gui_hotlist*)malloc(sizeof(*hotlist))', assigned value is 0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:159:5: note: Null pointer dereference weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:59:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:127:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:166:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_input_clipboard [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:195:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:226:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:358:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:407:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:456:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:494:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:549:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:598:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:653:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:678:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:703:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:720:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:747:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:773:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:799:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:832:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:866:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-input.cpp:900:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:101:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:941:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_KEY_CONTEXT_DEFAULT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1036:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_KEY_CONTEXT_DEFAULT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1100:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_KEY_CONTEXT_DEFAULT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1149:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_KEY_FOCUS_ANY [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1229:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_keys [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1270:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_keys [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1359:19: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_KEY_CONTEXT_DEFAULT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1274:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1275:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1281:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1282:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1294:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1295:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1316:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1321:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1324:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1325:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1330:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1340:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1352:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1375:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1376:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1388:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1389:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1408:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1409:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1421:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1422:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1434:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1435:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1095:29: style: The scope of the variable 'ptr_option' can be reduced. [variableScope] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:150:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:822:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:856:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:202:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:229:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_COLOR_CHAT_NICK_OFFLINE [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:248:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:320:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_gui_line_data [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:393:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:499:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_gui_line_data [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:533:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_gui_line_data [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:691:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_gui_line_data [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:741:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_gui_line_data [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:818:69: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable t_gui_line_data [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:918:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_BUFFER_TYPE_FORMATTED [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:320:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:499:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:533:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:691:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:741:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:818:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:222:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/gui/test-gui-nick.cpp:207:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_nick_color_hash [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-nick.cpp:312:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_nick_color_force [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/gui/test-gui-nick.cpp:365:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_nick_color_force [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/alias/test-alias.cpp:86:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-batch.cpp:160:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-batch.cpp:162:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-buffer.cpp:58:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-color.cpp:228:5: error: There is an unknown macro here somewhere. Configuration is required. If IRC_COLOR_BOLD_STR is a macro then please configure it. [unknownMacro] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:58: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable utsname [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:205:18: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_uname [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:42: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:17: note: Assignment 'buf_uname=(struct utsname*)malloc(sizeof(struct utsname))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:205:18: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:208:15: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_uname [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:42: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:17: note: Assignment 'buf_uname=(struct utsname*)malloc(sizeof(struct utsname))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:208:15: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:209:15: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_uname [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:42: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:17: note: Assignment 'buf_uname=(struct utsname*)malloc(sizeof(struct utsname))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:209:15: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:210:15: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: buf_uname [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:42: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:17: note: Assignment 'buf_uname=(struct utsname*)malloc(sizeof(struct utsname))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:210:15: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:50:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:124:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-ignore.cpp:77:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable irc_ignore_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:224:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_CHANNEL_TYPE_CHANNEL [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:490:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_CHANNEL_TYPE_CHANNEL [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:552:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_CHANNEL_TYPE_CHANNEL [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:632:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_CHANNEL_TYPE_CHANNEL [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:381:33: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:382:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:383:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:384:37: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:385:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:386:30: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:387:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:388:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:389:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:390:30: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:391:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:392:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:393:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:394:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:395:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:425:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:426:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:76:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:111:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:146:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:173:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:193:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:216:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:267:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:303:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:334:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:145:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_JOIN_SORT_DISABLED [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:541:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_JOIN_SORT_ALPHA [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:573:39: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_OPTION_AUTOJOIN [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:760:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_CHANNEL_TYPE_CHANNEL [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:808:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_OPTION_AUTOJOIN [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:158:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:171:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:184:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:200:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:216:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:233:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:246:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:266:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:284:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:305:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:335:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:727:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:734:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:741:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:781:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:825:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:829:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_MULTILINE_DEFAULT_MAX_BYTES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1782:35: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_MULTILINE_DEFAULT_MAX_BYTES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:712:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:714:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:716:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:718:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:720:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:722:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:724:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:726:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:728:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:730:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:732:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:734:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:736:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:738:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:740:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:742:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:751:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:753:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:755:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:757:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:759:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:761:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:763:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:765:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:767:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:769:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:771:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:773:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:775:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:777:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:779:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:781:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:783:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:806:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:807:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:808:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:877:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1087:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1095:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1103:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1105:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1113:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1115:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1117:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1125:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1127:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1129:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1137:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1139:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1141:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1149:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1151:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1153:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1155:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1157:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1165:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1173:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1181:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1189:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1197:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1202:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1207:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1215:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1223:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1231:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1239:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1247:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1255:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1263:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1265:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1267:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1275:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1277:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1279:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1287:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1295:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1303:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1306:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1309:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1317:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1319:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1321:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1329:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1339:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1349:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1351:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1353:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1364:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1374:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1384:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1386:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1388:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1396:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1398:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1400:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1408:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1417:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1425:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1428:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1431:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1439:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1448:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1456:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1459:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1462:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1470:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1472:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1486:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1488:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1490:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1500:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1502:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1504:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1514:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1523:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1531:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1535:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1538:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1549:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1558:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1566:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1571:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1574:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1582:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1584:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1586:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1594:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1596:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1598:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1608:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1617:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1625:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1629:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1633:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1642:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1651:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1659:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1667:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1675:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1681:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1686:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1696:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1697:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1707:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1710:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1713:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1714:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1717:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1718:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1721:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1722:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1725:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1728:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1730:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1742:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1743:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1753:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1756:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1759:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1760:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1763:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1764:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1767:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1768:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1771:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1774:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1776:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1792:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1793:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1803:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1806:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1809:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1810:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1813:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1814:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1817:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1818:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1821:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1824:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1825:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1835:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1838:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1841:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1842:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1845:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1848:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1850:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1852:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1870:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1871:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1881:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1884:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1887:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1888:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1891:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1892:58: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1895:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1898:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1899:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1909:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1912:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1915:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1916:58: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1919:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1920:58: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1923:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1926:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1929:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1932:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1941:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1943:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1944:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1946:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1947:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1949:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1950:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1957:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1966:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1975:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1983:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1994:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2004:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2007:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2009:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2019:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2021:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2023:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2033:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2043:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2052:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2055:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2057:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2067:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2077:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2086:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2089:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2091:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2103:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2113:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2123:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1016:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-nick.cpp:106:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_UTF8MAPPING_RFC8265 [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:381:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_RC_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:619:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr_server [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:704:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sent_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:943:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cap_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1125:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nicks [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1219:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1253:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_nick [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1302:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cap_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1355:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1376:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nicks [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1406:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1551:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cap_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1829:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1890:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nicks [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2035:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2155:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2228:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2278:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2382:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2498:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cap_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2743:49: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable name [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2808:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sent_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2852:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cap_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3414:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3476:38: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nicks [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3513:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cap_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3561:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3607:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3681:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable irc_config_look_display_host_wallops [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3732:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_connected [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3755:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable is_connected [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3777:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prefix_modes [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3796:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prefix_modes [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3857:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable prefix_modes [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3912:36: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable nick_modes [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:4137:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable away_message [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:4190:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable away_message [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:4419:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:4454:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable modes [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:4641:46: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable topic [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:4672:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:5070:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:5182:31: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable channels [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:5283:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable cap_list [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:7654:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable recorded_messages [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:377:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:378:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:391:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:391:42: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:412:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:554:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:556:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:560:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:563:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:566:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:569:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:572:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:578:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:586:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:589:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:592:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:595:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:600:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:606:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:614:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:619:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:624:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:630:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:704:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:711:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:718:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:724:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:730:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:736:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:743:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:750:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:756:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:763:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:770:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:776:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:782:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:788:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:795:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:802:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:809:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:816:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:823:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:830:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:837:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:844:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:851:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:858:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:865:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:872:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:879:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:886:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:893:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:900:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:907:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:914:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:921:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:952:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:957:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:962:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:967:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:972:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:977:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:982:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:987:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:992:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:997:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1002:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1007:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1012:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1017:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1022:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1027:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1032:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1037:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1042:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1047:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1052:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1057:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1062:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1067:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1072:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1077:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1082:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1087:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1092:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1097:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1102:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:1107:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2812:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2869:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2880:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2892:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2903:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2914:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2925:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3039:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3053:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3094:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3138:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3172:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3276:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3300:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3316:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3323:9: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3341:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:3361:13: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:2841:11: style: The scope of the variable 'info' can be reduced. [variableScope] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:300:26: style: Variable 'ptr_server' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:302:20: style: Variable 'hook_signal_irc_out' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:649:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:188:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_CASEMAPPING_STRICT_RFC1459 [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:285:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_OPTION_TLS_FINGERPRINT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:386:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_OPTION_TLS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:839:48: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable IRC_SERVER_OPTION_ADDRESSES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:1648:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr_server [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:1602:26: style: Variable 'ptr_server' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:275:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:362:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:380:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:1644:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:141:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:146:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:152:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:153:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:155:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:161:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:162:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:164:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:177:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:210:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:57:40: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable last_line [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:165:20: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:165:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:226:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:228:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:242:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:247:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:249:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:251:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:158:39: style: Parameter 'pointer1' can be declared as pointer to const. However it seems that 'test_logger_backlog_msg_cmp_cb' is a callback function, if 'pointer1' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:214:29: note: You might need to cast the function pointer here weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:158:39: note: Parameter 'pointer1' can be declared as pointer to const weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:159:39: style: Parameter 'pointer2' can be declared as pointer to const. However it seems that 'test_logger_backlog_msg_cmp_cb' is a callback function, if 'pointer2' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:214:29: note: You might need to cast the function pointer here weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:159:39: note: Parameter 'pointer2' can be declared as pointer to const weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:96:59: warning: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:95:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:95:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:96:59: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:98:13: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:95:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:95:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:98:13: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:138:59: warning: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:137:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:137:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:138:59: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:140:13: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:137:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:137:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:140:13: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:204:41: warning: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:200:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:200:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:204:41: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:207:13: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:200:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:200:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:207:13: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:275:41: warning: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:271:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:271:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:275:41: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:278:13: warning:inconclusive: If resource allocation fails, then there is a possible null pointer dereference: file [nullPointerOutOfResources] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:271:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:271:18: note: Assignment 'file=fopen(filename,"w")', assigned value is 0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:278:13: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:105:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:111:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:112:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:118:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:119:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:120:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:126:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:127:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:128:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:147:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:153:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:154:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:160:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:161:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:162:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:168:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:169:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:170:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:171:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:177:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:178:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:179:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:180:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:181:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:187:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:188:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:189:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:190:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:191:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:214:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:220:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:221:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:227:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:228:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:229:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:235:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:236:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:237:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:238:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:244:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:245:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:246:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:247:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:248:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:249:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:250:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:256:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:257:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:258:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:259:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:260:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:261:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:262:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:285:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:291:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:292:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:298:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:299:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:300:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:306:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:307:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:308:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:309:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:315:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:316:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:317:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:318:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:319:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:320:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:321:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:322:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:323:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:324:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:325:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:326:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:332:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:333:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:334:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:335:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:336:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:337:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:338:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:339:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:340:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:341:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:342:47: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:343:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/logger/test-logger.cpp:48:45: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/remote/test-relay-remote-network.cpp:54:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable relay_config_look_auto_open_buffer [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/remote/test-relay-remote-network.cpp:84:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/relay/api/remote/test-relay-remote-network.cpp:235:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-msg.cpp:132:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_API_COLORS_ANSI [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-msg.cpp:406:41: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-msg.cpp:535:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-msg.cpp:619:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_hotlist [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp:191:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable relay_config_look_auto_open_buffer [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp:365:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_API_VERSION_NUMBER [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp:427:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp:577:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GUI_HOTLIST_HIGHLIGHT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp:749:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable id [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp:826:53: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sync_enabled [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/api/test-relay-api-protocol.cpp:175:38: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:219:16: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WEECHAT_RC_OK [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:488:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sent_messages_client [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:507:34: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr_relay_client [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:633:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sent_messages_irc [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:679:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr_relay_client [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:699:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ptr_relay_client [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:723:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_IRC_NUM_CAPAB [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:753:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable sent_messages_client [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:894:60: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable status [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:198:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:215:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:216:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:229:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:229:42: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:250:32: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:436:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:437:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:438:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:439:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:440:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:441:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:442:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:443:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:444:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:445:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:446:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:447:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:448:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:449:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:456:51: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:457:46: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:458:68: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:459:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:460:26: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:461:36: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:462:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:463:30: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:464:44: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:465:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:466:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:467:30: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:468:34: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:469:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:470:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:471:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:472:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:488:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:491:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:636:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:728:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:729:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:753:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:760:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:767:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:773:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:782:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:792:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:798:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:918:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:919:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:924:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:928:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:932:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:936:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:940:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:945:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:950:5: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:130:26: style: Variable 'ptr_server' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:135:20: style: Variable 'hook_modifier_relay_irc_out' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:136:20: style: Variable 'hook_signal_irc_input_send' can be declared as pointer to const [constVariablePointer] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:121:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_PROTOCOL_API [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:298:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_PROTOCOL_API [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:121:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:119:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:119:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:121:5: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:296:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:296:5: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:298:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:298:5: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:318:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:318:5: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:330:11: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:330:11: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:119:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:90:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_HTTP_METHOD [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:356:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_HTTP_METHOD [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:483:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_HTTP_END [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:609:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_HTTP_METHOD [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:678:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable relay_config_network_password [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1069:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_HTTP_METHOD [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1097:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_HTTP_METHOD [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1208:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_HTTP_END [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1276:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_HTTP_METHOD [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:683:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:683:5: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:685:5: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:685:5: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:688:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:688:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:690:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:690:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:694:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:694:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:698:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:698:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:716:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:716:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:732:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:732:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:748:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:748:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:764:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:764:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:780:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:780:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:796:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:796:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:814:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:814:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:832:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:832:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:850:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:850:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:868:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:868:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:878:5: warning: If memory allocation fails, then there is a possible null pointer dereference: totp2 [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:877:20: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:877:20: note: Assignment 'totp2=strdup(totp)', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:878:5: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:878:17: warning: If memory allocation fails, then there is a possible null pointer dereference: totp2 [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:877:20: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:877:20: note: Assignment 'totp2=strdup(totp)', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:878:17: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:879:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:879:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:881:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:881:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:889:23: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:889:23: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:890:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:890:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:896:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:896:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:903:20: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:903:20: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:911:30: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: client [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:46: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: note: Assignment 'client=(struct t_relay_client*)calloc(1,sizeof(*client))', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:911:30: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:128:21: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:299:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:308:22: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:317:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:326:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:327:28: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:337:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:338:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:459:23: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:460:25: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:521:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:534:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:553:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1246:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1312:38: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1314:24: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:169:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/relay/test-relay-remote.cpp:132:5: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable RELAY_REMOTE_DEFAULT_PORT [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/relay/test-relay-websocket.cpp:260:36: error: There is an unknown macro here somewhere. Configuration is required. If WEBSOCKET_SUB_PROTOCOL_API_WEECHAT is a macro then please configure it. [unknownMacro] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:348:54: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:449:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable config_look_mouse [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:706:20: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable secure_hashtable_data [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:961:30: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1046:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1017:58: warning:inconclusive: If memory allocation fails, then there is a possible null pointer dereference: name [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1002:19: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1002:19: note: Assignment 'name=strdup(ptr_name)', assigned value is 0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1017:58: note: Null pointer dereference weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:710:29: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:810:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:814:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:824:15: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:999:16: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1205:18: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:68:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:81:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:101:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:115:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:128:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:141:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:153:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:219:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:231:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:244:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:256:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:268:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:281:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:293:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:305:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:317:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:329:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:341:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:359:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:372:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:385:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:415:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:433:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:445:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:463:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:476:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:489:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:503:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:517:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:530:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:546:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:566:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:641:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:681:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger-config.cpp:64:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger-config.cpp:226:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger-config.cpp:282:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger-config.cpp:323:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger.cpp:68:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGGER_NUM_OPTIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger.cpp:87:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGGER_NUM_HOOK_TYPES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger.cpp:109:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGGER_NUM_REGEX_COMMANDS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger.cpp:129:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGGER_NUM_RETURN_CODES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger.cpp:149:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGGER_NUM_POST_ACTIONS [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger.cpp:233:33: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable variable [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/trigger/test-trigger.cpp:506:37: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TRIGGER_NUM_HOOK_TYPES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:50:21: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable TYPING_STATUS_NUM_STATES [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:69:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:109:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable gui_buffers [valueFlowBailoutIncompleteVar] weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:122:17: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:125:27: style: C-style pointer casting [cstyleCast] weechat-4.6.3/tests/unit/plugins/xfer/test-xfer-network.cpp:44:11: style: Unused variable: str [unusedVariable] weechat-4.6.3/src/plugins/irc/irc-join.c:47:54: warning: Null pointer dereference: join_channel2 [ctunullpointer] weechat-4.6.3/src/plugins/irc/irc-join.c:369:59: note: Assuming allocation function fails weechat-4.6.3/src/plugins/irc/irc-join.c:369:23: note: Assignment 'new_channel=(struct t_irc_join_channel*)malloc(sizeof(*new_channel))', assigned value is 0 weechat-4.6.3/src/plugins/irc/irc-join.c:372:37: note: Calling function irc_join_arraylist_add, 3rd argument is null weechat-4.6.3/src/plugins/irc/irc-join.c:246:17: note: Calling function irc_join_compare_join_channel, 3rd argument is null weechat-4.6.3/src/plugins/irc/irc-join.c:47:54: note: Dereferencing argument join_channel2 that is null diff: 2.17.0 weechat-4.6.3/src/core/core-completion.c:879:21: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] 2.17.0 weechat-4.6.3/src/core/core-dir.c:836:25: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] 2.17.0 weechat-4.6.3/src/core/core-url.c:856:28: style: Parameter 'buffer' can be declared as pointer to const [constParameterPointer] head weechat-4.6.3/src/core/core-url.c:856:28: style: Parameter 'buffer' can be declared as pointer to const. However it seems that 'weeurl_write_stream' is a callback function, if 'buffer' is declared with const you might also need to cast function pointer(s). [constParameterCallback] weechat-4.6.3/src/core/core-url.c:1066:56: note: You might need to cast the function pointer here weechat-4.6.3/src/core/core-url.c:856:28: note: Parameter 'buffer' can be declared as pointer to const 2.17.0 weechat-4.6.3/src/plugins/irc/irc-protocol.c:7905:9: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable irc_protocol_cb_account [valueFlowBailoutIncompleteVar] head weechat-4.6.3/src/plugins/irc/irc-server.c:5649:5: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1022:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1022:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1064:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1064:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1170:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1170:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1207:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1207:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1232:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1232:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1971:31: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1971:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1991:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:1991:9: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2015:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2015:9: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2037:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2037:9: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2060:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2060:9: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2086:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2086:9: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2123:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2123:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2192:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2192:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2302:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2302:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2362:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2362:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2426:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2426:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2493:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2493:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2614:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2614:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2690:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2690:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2768:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2768:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2776:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2776:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2833:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2833:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2912:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:2912:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3028:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3028:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3110:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3110:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3170:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3170:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3236:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3236:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3291:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3291:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3300:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3300:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3351:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3351:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3361:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3361:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3411:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3411:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3419:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3419:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3499:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3499:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3537:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:3537:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4213:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4213:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4402:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4402:38: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4425:45: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:4425:46: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5264:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:5264:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:784:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:784:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:844:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:844:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:854:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:854:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:880:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:880:9: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:901:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:901:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:942:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:942:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:981:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js-api.cpp:981:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:210:52: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:210:53: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:219:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:219:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:260:25: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:260:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:890:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:890:40: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:898:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:898:40: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:906:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/javascript/weechat-js.cpp:906:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/src/plugins/relay/api/relay-api-protocol.c:1204:50: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable relay_api_protocol_cb_options [valueFlowBailoutIncompleteVar] 2.17.0 weechat-4.6.3/src/plugins/relay/api/remote/relay-remote-event.c:1256:29: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable relay_remote_event_cb_line [valueFlowBailoutIncompleteVar] 2.17.0 weechat-4.6.3/src/plugins/relay/weechat/relay-weechat-protocol.c:1746:27: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable relay_weechat_protocol_cb_handshake [valueFlowBailoutIncompleteVar] head weechat-4.6.3/src/plugins/script/script-action.c:636:5: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] head weechat-4.6.3/src/plugins/script/script-action.c:734:5: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] head weechat-4.6.3/src/plugins/script/script-repo.c:1468:9: portability: Casting non-zero decimal integer literal to pointer. [intToPointerCast] head weechat-4.6.3/src/plugins/spell/spell-command.c:374:1: error: failed to expand 'weechat_printf', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective] head weechat-4.6.3/tests/tests-record.cpp:100:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:100:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:167:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:167:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:191:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:191:20: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:232:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:232:20: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:235:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:235:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:236:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:236:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:237:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:237:20: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:238:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:238:21: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:75:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:75:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/tests-record.cpp:94:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/tests-record.cpp:94:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:183:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:183:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:184:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:184:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:185:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:185:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:186:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:186:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:187:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:187:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:188:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:188:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:189:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:189:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:192:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:192:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:197:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:197:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:198:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:198:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:199:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:199:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:200:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:200:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:201:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:201:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:204:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:204:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:212:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:212:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:213:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:213:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:214:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:214:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:215:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:215:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:216:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:216:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:217:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:217:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:218:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:218:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:221:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:221:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:226:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:226:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:227:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:227:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:228:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:228:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:229:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:229:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:230:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:230:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:233:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:233:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:326:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:326:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:327:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:327:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:328:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:328:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:329:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:329:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:332:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:332:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:337:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:337:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:338:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:338:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:341:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:341:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:349:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:349:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:350:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:350:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:351:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:351:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:352:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:352:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:355:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:355:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:360:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:360:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:361:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:361:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:364:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:364:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:395:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:395:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:396:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:396:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:397:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:397:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:398:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:398:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:399:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:399:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:402:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:402:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:407:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:407:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:408:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:408:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:409:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:409:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:412:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:412:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:420:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:420:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:421:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:421:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:422:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:422:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:423:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:423:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:424:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:424:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:427:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:427:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:432:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:432:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:433:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:433:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:434:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:434:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:437:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:437:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:455:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:455:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:75:31: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:75:32: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-arraylist.cpp:75:55: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:195:40: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:292:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:292:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:297:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:297:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:457:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:458:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:464:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:465:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:471:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:472:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:480:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:481:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:489:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:490:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:498:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:499:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:507:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:508:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:529:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:530:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:531:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:532:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:539:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:540:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:541:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:542:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:550:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:551:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:552:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:553:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:561:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:562:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:563:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:564:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:572:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:573:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:574:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-config-file.cpp:575:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-eval.cpp:1026:51: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-eval.cpp:1097:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-eval.cpp:1097:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-eval.cpp:1110:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-eval.cpp:1110:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-eval.cpp:298:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-eval.cpp:298:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-eval.cpp:320:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-eval.cpp:320:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:108:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:108:21: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:108:40: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:204:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:204:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:219:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:219:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:221:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:221:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:231:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:231:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:232:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:232:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:236:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:236:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:260:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:260:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:262:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:262:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:272:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:272:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:274:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:274:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:276:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:276:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:298:34: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:298:35: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:299:34: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:299:35: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:307:34: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:307:35: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:308:34: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:308:35: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:399:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:399:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:401:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:401:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:403:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:403:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:405:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:405:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:407:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:407:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:409:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:409:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:410:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:410:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:418:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:418:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:420:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:420:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:422:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:422:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:424:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:424:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:426:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:426:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:427:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:427:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:434:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:434:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:436:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:436:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:438:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:438:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:440:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:440:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:441:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:441:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:448:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:448:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:450:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:450:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:452:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:452:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:453:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:453:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:460:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:460:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:462:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:462:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:463:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:463:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:470:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:470:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:473:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:473:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:513:31: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:514:52: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:534:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:534:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:536:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:536:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:538:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:538:38: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:552:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:552:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:554:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:554:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:556:30: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:556:31: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:607:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:610:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:654:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:654:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:656:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:656:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:658:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:658:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:660:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:660:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:662:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:662:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:664:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:664:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:665:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:665:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:92:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hashtable.cpp:92:38: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:1327:58: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:1328:59: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:1645:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:173:48: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:1755:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:1761:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:1767:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:1773:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:1779:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:204:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:218:11: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:218:12: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2199:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2199:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2204:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2204:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2209:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2209:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2214:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2214:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2219:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2219:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2224:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2224:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2229:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2229:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2234:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2234:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2239:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2239:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2244:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:2244:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:230:11: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:230:12: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:242:11: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:242:12: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:254:11: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:254:12: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:276:48: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:287:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:289:12: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:289:13: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:294:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:297:12: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:297:13: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:337:21: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:337:22: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:350:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:412:30: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:414:52: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:415:52: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:418:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:419:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:420:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:424:43: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:464:38: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:464:39: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:482:42: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:482:43: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:493:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:495:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:496:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:497:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:510:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:572:30: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:574:52: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:575:52: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:578:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:579:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:580:39: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:584:43: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:624:38: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:624:39: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:642:42: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:642:43: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:653:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:655:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:656:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-hdata.cpp:657:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:174:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:174:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:185:41: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:248:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:430:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:430:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:431:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:431:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:432:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:432:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:433:21: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:433:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-infolist.cpp:67:61: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-input.cpp:102:48: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-secure.cpp:79:30: error:inconclusive: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:35: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:11: note: Assignment 'key=(unsigned char*)malloc(64)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-secure.cpp:79:30: note: Null pointer addition head weechat-4.6.3/tests/unit/core/test-core-secure.cpp:79:30: error:inconclusive: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:35: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-secure.cpp:62:11: note: Assignment 'key=(unsigned char*)malloc(64)', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-secure.cpp:79:30: note: Null pointer addition 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:121:12: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:125:12: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:129:12: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:133:12: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:138:12: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:143:12: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2140:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2140:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2142:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2142:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2145:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2145:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2149:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2149:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2153:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2153:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2157:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2157:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2161:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2161:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2165:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2165:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2169:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2169:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2173:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2173:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2177:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2177:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2181:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2181:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2185:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2185:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2189:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2189:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2193:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2193:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2197:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2197:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2201:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2201:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2205:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2205:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2209:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2209:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2213:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2213:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2217:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2217:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2221:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2221:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2225:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2225:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2235:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2235:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2239:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2239:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2243:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2243:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2247:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2247:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2251:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2251:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2255:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2255:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2259:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2259:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2263:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2263:41: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2267:40: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2267:41: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2812:22: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2811:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2811:18: note: Assignment 'str=strdup("//abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2812:22: note: Null pointer addition head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2812:22: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2811:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2811:18: note: Assignment 'str=strdup("//abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2812:22: note: Null pointer addition 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2849:22: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2848:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2848:18: note: Assignment 'str=strdup("\xc3\xb6\xc3\xb6_abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2849:22: note: Null pointer addition head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2849:22: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2848:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2848:18: note: Assignment 'str=strdup("\xc3\xb6\xc3\xb6_abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2849:22: note: Null pointer addition 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2858:22: error: If memory allocation fail: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2857:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2857:18: note: Assignment 'str=strdup("\xc3\xaf\xc3\xaf_abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2858:22: note: Null pointer addition head weechat-4.6.3/tests/unit/core/test-core-string.cpp:2858:22: error: If memory allocation fails: pointer addition with NULL pointer. [nullPointerArithmeticOutOfMemory] weechat-4.6.3/tests/unit/core/test-core-string.cpp:2857:18: note: Assuming allocation function fails weechat-4.6.3/tests/unit/core/test-core-string.cpp:2857:18: note: Assignment 'str=strdup("\xc3\xaf\xc3\xaf_abc")', assigned value is 0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:2858:22: note: Null pointer addition head weechat-4.6.3/tests/unit/core/test-core-string.cpp:3065:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:3065:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:3109:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:3109:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/core/test-core-string.cpp:3159:22: warning: Potentially invalid type conversion in old-style C cast, clarify/fix with C++ cast [dangerousTypeCast] 2.17.0 weechat-4.6.3/tests/unit/core/test-core-string.cpp:3159:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-bar-item.cpp:49:41: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-bar-window.cpp:46:43: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-bar.cpp:41:36: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:624:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:624:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:626:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:626:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:646:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:646:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:75:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:75:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:789:39: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:96:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-buffer.cpp:96:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-chat.cpp:519:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-chat.cpp:755:39: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-hotlist.cpp:148:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1274:21: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1274:22: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1275:21: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1275:22: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1281:21: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1281:22: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1282:21: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1282:22: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1294:21: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1294:22: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1295:21: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1295:22: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1316:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1316:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1321:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1321:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1324:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1324:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1325:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1325:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1330:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1330:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1340:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1340:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1352:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1352:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1375:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1375:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1376:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1376:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1388:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1388:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1389:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1389:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1408:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1408:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1409:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1409:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1421:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1421:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1422:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1422:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1434:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1434:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1435:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-key.cpp:1435:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:117:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:123:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:320:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:320:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:499:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:499:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:533:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:533:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:691:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:691:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:741:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:741:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:818:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/gui/test-gui-line.cpp:818:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/alias/test-alias.cpp:49:34: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-batch.cpp:160:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-batch.cpp:160:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-batch.cpp:162:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-batch.cpp:162:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-ctcp.cpp:203:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:381:33: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:381:34: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:382:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:382:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:383:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:383:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:384:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:384:38: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:385:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:385:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:386:30: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:386:31: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:387:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:387:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:388:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:388:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:389:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:389:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:390:30: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:390:31: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:391:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:391:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:392:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:392:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:393:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:393:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:394:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:394:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:395:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:395:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:425:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:425:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:426:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:426:37: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:501:66: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:561:67: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-info.cpp:63:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:158:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:158:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:171:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:171:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:184:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:184:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:200:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:200:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:216:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:216:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:233:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:233:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:246:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:246:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:266:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:266:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:284:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:284:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:305:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:305:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:335:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:335:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:727:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:727:9: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:734:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:734:9: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:741:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:741:9: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:781:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:781:9: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:825:10: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-join.cpp:825:9: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1087:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1087:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1095:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1095:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1103:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1103:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1105:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1105:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1113:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1113:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1115:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1115:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1117:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1117:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1125:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1125:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1127:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1127:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1129:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1129:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1137:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1137:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1139:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1139:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1141:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1141:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1149:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1149:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1151:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1151:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1153:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1153:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1155:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1155:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1157:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1157:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1165:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1165:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1173:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1173:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1181:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1181:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1189:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1189:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1197:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1197:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1202:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1202:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1207:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1207:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1215:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1215:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1223:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1223:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1231:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1231:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1239:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1239:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1247:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1247:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1255:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1255:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1263:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1263:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1265:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1265:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1267:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1267:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1275:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1275:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1277:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1277:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1279:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1279:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1287:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1287:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1295:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1295:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1303:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1303:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1306:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1306:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1309:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1309:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1317:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1317:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1319:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1319:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1321:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1321:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1329:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1329:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1339:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1339:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1349:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1349:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1351:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1351:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1353:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1353:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1364:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1364:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1374:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1374:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1384:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1384:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1386:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1386:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1388:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1388:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1396:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1396:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1398:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1398:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1400:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1400:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1408:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1408:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1417:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1417:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1425:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1425:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1428:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1428:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1431:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1431:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1439:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1439:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1448:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1448:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1456:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1456:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1459:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1459:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1462:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1462:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1470:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1470:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1472:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1472:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1486:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1486:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1488:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1488:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1490:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1490:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1500:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1500:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1502:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1502:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1504:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1504:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1514:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1514:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1523:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1523:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1531:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1531:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1535:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1535:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1538:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1538:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1549:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1549:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1558:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1558:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1566:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1566:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1571:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1571:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1574:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1574:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1582:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1582:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1584:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1584:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1586:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1586:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1594:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1594:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1596:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1596:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1598:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1598:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1608:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1608:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1617:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1617:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1625:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1625:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1629:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1629:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1633:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1633:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1642:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1642:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1651:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1651:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1659:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1659:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1667:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1667:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1675:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1675:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1681:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1681:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1686:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1686:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1696:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1696:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1697:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1697:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1707:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1707:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1710:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1710:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1713:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1713:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1714:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1714:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1717:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1717:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1718:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1718:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1721:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1721:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1722:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1722:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1725:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1725:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1728:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1728:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1730:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1730:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1742:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1742:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1743:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1743:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1753:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1753:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1756:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1756:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1759:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1759:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1760:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1760:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1763:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1763:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1764:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1764:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1767:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1767:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1768:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1768:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1771:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1771:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1774:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1774:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1776:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1776:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1792:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1792:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1793:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1793:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1803:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1803:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1806:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1806:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1809:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1809:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1810:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1810:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1813:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1813:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1814:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1814:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1817:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1817:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1818:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1818:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1821:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1821:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1824:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1824:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1825:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1825:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1835:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1835:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1838:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1838:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1841:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1841:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1842:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1842:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1845:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1845:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1848:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1848:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1850:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1850:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1852:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1852:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1870:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1870:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1871:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1871:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1881:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1881:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1884:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1884:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1887:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1887:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1888:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1888:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1891:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1891:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1892:58: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1892:59: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1895:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1895:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1898:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1898:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1899:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1899:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1909:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1909:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1912:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1912:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1915:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1915:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1916:58: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1916:59: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1919:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1919:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1920:58: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1920:59: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1923:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1923:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1926:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1926:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1929:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1929:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1932:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1932:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1941:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1941:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1943:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1943:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1944:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1944:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1946:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1946:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1947:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1947:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1949:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1949:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1950:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1950:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1957:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1957:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1966:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1966:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1975:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1975:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1983:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1983:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1994:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:1994:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2004:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2004:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2007:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2007:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2009:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2009:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2019:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2019:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2021:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2021:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2023:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2023:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2033:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2033:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2043:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2043:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2052:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2052:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2055:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2055:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2057:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2057:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2067:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2067:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2077:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2077:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2086:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2086:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2089:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2089:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2091:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2091:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2103:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2103:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2113:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2113:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2123:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:2123:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:259:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:375:14: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:712:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:712:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:714:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:714:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:716:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:716:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:718:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:718:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:720:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:720:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:722:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:722:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:724:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:724:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:726:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:726:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:728:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:728:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:730:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:730:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:732:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:732:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:734:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:734:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:736:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:736:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:738:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:738:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:740:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:740:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:742:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:742:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:751:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:751:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:753:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:753:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:755:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:755:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:757:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:757:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:759:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:759:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:761:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:761:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:763:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:763:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:765:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:765:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:767:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:767:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:769:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:769:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:771:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:771:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:773:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:773:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:775:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:775:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:777:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:777:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:779:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:779:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:781:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:781:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:783:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:783:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:806:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:806:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:807:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:807:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:808:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-message.cpp:808:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:377:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:377:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:378:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:378:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:391:42: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:412:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-protocol.cpp:412:33: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-server.cpp:58:39: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:141:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:141:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:146:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:146:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:152:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:152:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:153:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:153:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:155:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:155:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:161:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:161:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:162:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:162:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:164:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/irc/test-irc-tag.cpp:164:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:165:20: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:165:21: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:165:44: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:226:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:226:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:228:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:228:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:242:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:242:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:247:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:247:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:249:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:249:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:251:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-backlog.cpp:251:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:105:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:105:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:111:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:111:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:112:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:112:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:118:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:118:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:119:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:119:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:120:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:120:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:126:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:126:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:127:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:127:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:128:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:128:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:147:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:147:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:153:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:153:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:154:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:154:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:160:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:160:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:161:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:161:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:162:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:162:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:168:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:168:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:169:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:169:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:170:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:170:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:171:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:171:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:177:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:177:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:178:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:178:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:179:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:179:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:180:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:180:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:181:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:181:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:187:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:187:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:188:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:188:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:189:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:189:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:190:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:190:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:191:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:191:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:214:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:214:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:220:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:220:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:221:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:221:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:227:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:227:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:228:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:228:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:229:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:229:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:235:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:235:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:236:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:236:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:237:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:237:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:238:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:238:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:244:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:244:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:245:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:245:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:246:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:246:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:247:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:247:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:248:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:248:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:249:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:249:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:250:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:250:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:256:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:256:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:257:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:257:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:258:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:258:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:259:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:259:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:260:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:260:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:261:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:261:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:262:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:262:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:285:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:285:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:291:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:291:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:292:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:292:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:298:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:298:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:299:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:299:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:300:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:300:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:306:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:306:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:307:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:307:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:308:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:308:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:309:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:309:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:315:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:315:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:316:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:316:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:317:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:317:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:318:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:318:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:319:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:319:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:320:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:320:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:321:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:321:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:322:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:322:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:323:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:323:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:324:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:324:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:325:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:325:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:326:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:326:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:332:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:332:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:333:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:333:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:334:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:334:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:335:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:335:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:336:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:336:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:337:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:337:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:338:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:338:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:339:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:339:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:340:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:340:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:341:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:341:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:342:47: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:342:48: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:343:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/logger/test-logger-tail.cpp:343:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:198:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:198:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:215:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:215:29: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:216:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:216:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:229:42: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:250:32: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:250:33: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:436:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:436:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:437:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:437:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:438:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:438:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:439:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:439:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:440:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:440:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:441:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:441:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:442:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:442:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:443:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:443:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:444:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:444:23: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:445:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:445:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:446:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:446:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:447:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:447:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:448:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:448:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:449:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:449:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:456:51: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:456:52: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:457:46: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:457:47: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:458:68: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:458:69: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:459:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:459:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:460:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:460:27: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:461:36: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:461:37: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:462:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:462:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:463:30: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:463:31: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:464:44: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:464:45: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:465:34: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:465:35: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:466:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:466:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:467:30: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:467:31: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:468:34: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:468:35: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:469:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:469:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:470:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:470:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:471:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:471:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:472:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:472:25: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:728:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:728:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:729:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:729:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:820:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:821:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:826:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:827:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:834:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:835:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:842:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:843:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:849:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:850:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:855:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:856:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:861:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:862:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:867:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/irc/test-relay-irc.cpp:868:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:119:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:119:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:154:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:161:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:168:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:175:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:188:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:211:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:219:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:227:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:235:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:243:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:257:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:269:5: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-auth.cpp:294:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1246:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1246:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1312:38: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1312:39: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1314:24: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:1314:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:245:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:250:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:255:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:262:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:269:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:276:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:284:5: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:292:5: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:299:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:299:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:301:5: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:308:22: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:308:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:310:5: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:317:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:317:26: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:319:5: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:326:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:326:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:327:28: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:327:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:329:5: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:337:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:337:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:338:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:338:30: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:459:23: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:459:24: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:460:25: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:460:26: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:521:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:521:28: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:534:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:534:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:553:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:553:19: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:14: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:680:15: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:878:17: warning: If memory allocation fails, then there is a possible null pointer dereference: totp2 [nullPointerOutOfMemory] weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:877:20: note: Assuming allocation function fails weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:877:20: note: Assignment 'totp2=strdup(totp)', assigned value is 0 weechat-4.6.3/tests/unit/plugins/relay/test-relay-http.cpp:878:17: note: Null pointer dereference 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1141:63: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1199:61: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1205:18: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1205:19: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1243:60: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:1308:61: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:710:29: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:710:30: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:725:58: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:764:63: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:804:65: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:810:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:810:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:814:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:814:16: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:824:15: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:824:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:841:61: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:879:67: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:959:62: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:993:59: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:999:16: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/test-plugin-api-info.cpp:999:17: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:122:17: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:122:18: style: C-style pointer casting [cstyleCast] head weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:125:27: style: C-style pointer casting [cstyleCast] 2.17.0 weechat-4.6.3/tests/unit/plugins/typing/test-typing-status.cpp:125:28: style: C-style pointer casting [cstyleCast] DONE