mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
irc: use larger buffer for message in function irc_message_split_authenticate, just in case
This commit is contained in:
@@ -774,7 +774,7 @@ irc_message_split_authenticate (struct t_hashtable *hashtable,
|
||||
const char *command, const char *arguments)
|
||||
{
|
||||
int number, length;
|
||||
char message[1024], *args;
|
||||
char message[8192], *args;
|
||||
const char *ptr_args;
|
||||
|
||||
number = 1;
|
||||
|
||||
Reference in New Issue
Block a user