diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c64e2491..290ed7a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ SPDX-License-Identifier: GPL-3.0-or-later - api: fix infinite loop in function string_replace when the search string is empty - irc: limit size of data received from the server to prevent memory exhaustion -- irc: fix out-of-bounds read on incoming DCC command with a quoted filename ending the message +- irc: fix out-of-bounds read on incoming DCC command with a quoted filename ending the message ([#2322](https://github.com/weechat/weechat/issues/2322)) - relay: limit size of received websocket frame and HTTP body to prevent memory exhaustion -- xfer: replace directory separator in remote nick by underscore in download filename to prevent writing the file outside the download directory +- xfer: replace directory separator in remote nick by underscore in download filename to prevent writing the file outside the download directory ([#2321](https://github.com/weechat/weechat/issues/2321)) - xfer: fix out-of-bounds read when receiving empty line in DCC chat ([#2323](https://github.com/weechat/weechat/issues/2323)) ## Version 4.9.1 (2026-05-31)