diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-09 16:14:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-09 16:14:44 +0200 |
commit | ddd7a85f2dc0f335abe727699db50554818e6af4 (patch) | |
tree | d50d8f00a2d587af716dbfeaf6f7bc1320a6e6f7 /ChangeLog.asciidoc | |
parent | a538a9c08e741e3ef5e569c3e0435e6ea358a323 (diff) | |
download | weechat-ddd7a85f2dc0f335abe727699db50554818e6af4.zip |
relay: fix crash when an IRC "MODE" command is received from client without arguments
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 79f1191cf..39e13ef5e 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -171,6 +171,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * python: fix read of return value for callbacks returning an integer in Python 2.x (closes #125) * python: fix interpreter used after unload of a script +* relay: fix crash when an IRC "MODE" command is received from client without + arguments * relay: fix number of bytes sent/received on 32-bit systems * relay: fix crash when closing relay buffers (closes #57, closes #78) * relay: check pointers received in hdata command to prevent crashes with bad |