1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 02:33:12 +02:00

core: fix integer overflow when setting integer option with ++N or --N

This commit is contained in:
Sébastien Helleu
2023-08-17 17:03:34 +02:00
parent 77911680bb
commit 4eabcdf840
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -15,6 +15,7 @@ For a list of important changes that require manual actions, please look at rele
Bug fixes::
* core: fix integer overflow when setting integer option with `++N` or `--N`
* irc: add missing tags on multiline messages (issue #1987)
* irc: fix redirection of command `/list` when the reply doesn't start with message 321 (start of /list)