1
0
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:
Sébastien Helleu
2017-05-30 19:46:17 +02:00
parent a0f1f3fd68
commit f131b9f7de
+1
View File
@@ -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)