diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-18 22:36:24 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-18 22:36:24 +0200 |
commit | e0281a40f0f93ae9f3a69595f7dff74fe15ae8e7 (patch) | |
tree | 9e3fa66e769853cb2648c412399ee5205e0ffa9f /ChangeLog | |
parent | 5877a458ea70b53d3dbb99dc25df586e702a8c7b (diff) | |
download | weechat-e0281a40f0f93ae9f3a69595f7dff74fe15ae8e7.zip |
irc: fix uncontrolled format string when sending unknown irc commands (if option irc.network.send_unknown_commands is on)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ Version 0.4.1 (under dev!) list with arguments inside), guile >= 2.0 is now required (bug #38350) * guile: fix crash on calls to callbacks during load of script (bug #38343) * guile: fix compilation with guile 2.0 +* irc: fix uncontrolled format string when sending unknown irc commands + (if option irc.network.send_unknown_commands is on) * irc: fix uncontrolled format string when sending ison command (for nicks monitored by /notify) * irc: fix refresh of nick in input bar when joining a new channel with op |