mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
irc: fix crash on SASL authentication with mechanism ""ecdsa-nist256p-challenge"
This commit is contained in:
@@ -292,6 +292,7 @@ irc_sasl_mechanism_ecdsa_nist256p_challenge (struct t_irc_server *server,
|
||||
if (answer_base64)
|
||||
weechat_string_encode_base64 (string, length, answer_base64);
|
||||
free (string);
|
||||
string = NULL;
|
||||
}
|
||||
|
||||
if (string)
|
||||
|
||||
Reference in New Issue
Block a user