mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
irc: fix uncontrolled format string when sending ison command (for nicks monitored by /notify)
This commit is contained in:
@@ -889,7 +889,7 @@ irc_notify_timer_ison_cb (void *data, int remaining_calls)
|
||||
NULL, 0, NULL);
|
||||
irc_server_sendf (ptr_server,
|
||||
IRC_SERVER_SEND_OUTQ_PRIO_LOW,
|
||||
NULL, str_message);
|
||||
NULL, "%s", str_message);
|
||||
number++;
|
||||
}
|
||||
weechat_hashtable_free (hashtable);
|
||||
|
||||
Reference in New Issue
Block a user