mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 09:32:32 +02:00
fix crash in setname
This commit is contained in:
parent
d191c6e94e
commit
255d850c4d
1 changed files with 1 additions and 0 deletions
|
|
@ -454,6 +454,7 @@ static void event_setname(SERVER_REC *server, const char *data, const char *nick
|
||||||
if (!IS_IRC_SERVER(server))
|
if (!IS_IRC_SERVER(server))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
g_return_if_fail(nick != NULL);
|
||||||
g_return_if_fail(data != NULL);
|
g_return_if_fail(data != NULL);
|
||||||
if (*data == ':') data++;
|
if (*data == ':') data++;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue