summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-02-08 20:24:50 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-02-08 20:24:50 +0100
commit6f4f147d8e86adf9ad34a8ffd7e7f1f23a7e74da (patch)
treec8522138ab6e91d0cf9609ef6a12e1c43aefe6d8 /ChangeLog.adoc
parent39f2591cf5fa20b9369f15368d314b1410188ac8 (diff)
downloadweechat-6f4f147d8e86adf9ad34a8ffd7e7f1f23a7e74da.zip
irc: fix crash when receiving a malformed message 324 (channel mode)
Thanks to Stuart Nevans Locke for reporting the issue.
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 2477ac12c..a638dbd15 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -30,6 +30,7 @@ Bug fixes::
* core: flush stdout/stderr before forking in hook_process function (issue #1441)
* core: fix evaluation of condition with nested "if" (issue #1434)
+ * irc: fix crash when receiving a malformed message 324 (channel mode)
* irc: add nick changes in the hotlist (except self nick change)
* irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue #1439)
* irc: fix memory leak when the channel topic is changed