]> jfr.im git - irc/weechat/weechat.git/commit
core: fix crash or infinite loop in /allbuf command
authorSébastien Helleu <redacted>
Tue, 3 Jan 2023 16:02:38 +0000 (17:02 +0100)
committerSébastien Helleu <redacted>
Tue, 3 Jan 2023 16:02:38 +0000 (17:02 +0100)
commit958f39cb956fda0d3154e28f61d1764b5d9ccd10
tree4248c12214a13af04a01343a74abe3d607f20ec2
parent189eb5dc409378cab2a5694b05ed2e15e5043c1f
core: fix crash or infinite loop in /allbuf command

A crash could occur if the command closes buffers.
An infinite loop could occur if the command creates new buffers.
src/core/wee-command.c