mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Update sasl.c
This commit is contained in:
parent
e0b98e1fa5
commit
7a3a383772
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