mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
core: fix crash when building hashtable string with keys and values
This commit is contained in:
@@ -554,7 +554,7 @@ hashtable_compute_length_values_cb (void *data,
|
||||
}
|
||||
else
|
||||
{
|
||||
*length += strlen ("(null)");
|
||||
*length += strlen ("(null)") + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user