summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-05-24 18:18:11 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-05-24 18:18:11 +0200
commitfaae8f470b3f1cec6b77c7844b78ac64ce2845b6 (patch)
tree0c78cdda29a5b02d8d32e96bc11c4a155bce5212 /ChangeLog.asciidoc
parent7aaf3be15bdb3ff2bd9815cc35bd1699c20ce7a6 (diff)
downloadweechat-faae8f470b3f1cec6b77c7844b78ac64ce2845b6.zip
relay: check pointers received in hdata command to prevent crashes with bad pointers (WeeChat protocol)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index 1fa8d3012..ffb783291 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -139,6 +139,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* lua: fix interpreter used after unload of a script
* perl: fix context used after unload of a script
* python: fix interpreter used after unload of a script
+* relay: check pointers received in hdata command to prevent crashes with bad
+ pointers (WeeChat protocol)
* relay: remove warning on /reload of relay.conf when ports are defined
* relay: fix client disconnection on empty websocket frames received (PONG)
* relay: add support of Internet Explorer websocket (closes #73)