From 09aa6dbf0617308e8c4b10fd7c2f74ad3249b11f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 14 Feb 2020 07:41:56 +0100 Subject: [PATCH] core: add CVE-2020-8955 in ChangeLog --- ChangeLog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 475255e74..04c907c5b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -33,7 +33,7 @@ Bug fixes:: * core: fix evaluation of condition with nested "if" (issue #1434) * irc: fix crash when receiving a malformed message 352 (who) * irc: fix crash when a new message 005 is received with longer nick prefixes - * irc: fix crash when receiving a malformed message 324 (channel mode) + * irc: fix crash when receiving a malformed message 324 (channel mode) (CVE-2020-8955) * 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