mirror of
https://github.com/irssi/irssi.git
synced 2025-04-25 20:41:23 -05:00
Update sasl.c
This commit is contained in:
parent
e0b98e1fa5
commit
7a3a383772
@ -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…
x
Reference in New Issue
Block a user