mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
commit
628ca79e6a
@ -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.
|
* Fail authentication with this server. They have sent too much data.
|
||||||
*/
|
*/
|
||||||
if (enc_req->len > AUTHENTICATE_MAX_SIZE) {
|
if (enc_req->len > AUTHENTICATE_MAX_SIZE) {
|
||||||
|
g_string_free(enc_req, TRUE);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user