mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
commit
628ca79e6a
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ static gboolean sasl_reassemble_incoming(IRC_SERVER_REC *server, const char *fra
|
|||
* Fail authentication with this server. They have sent too much data.
|
||||
*/
|
||||
if (enc_req->len > AUTHENTICATE_MAX_SIZE) {
|
||||
g_string_free(enc_req, TRUE);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue