mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core: fix use of uninitialized variable in hdata_get_var_array_size
This commit is contained in:
@@ -219,6 +219,7 @@ hdata_get_var_array_size (struct t_hdata *hdata, void *pointer,
|
||||
i = 0;
|
||||
while (1)
|
||||
{
|
||||
ptr_value = NULL;
|
||||
switch (type)
|
||||
{
|
||||
case WEECHAT_HDATA_STRING:
|
||||
|
||||
Reference in New Issue
Block a user