Fix duplication/dropping of messages in certain instances.
authorJason Lynch <jason@calindora.com>
Tue, 5 Feb 2013 14:48:37 +0000 (08:48 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 6 Mar 2013 18:58:59 +0000 (19:58 +0100)
commit76d18ce4c66f5e654a3743811e426e8b48d230ca
treed5067606f7793f4d476ef46bb277b27415c77f49
parent4df8d4afa450d4686bc4321b399bcb244f04d220
Fix duplication/dropping of messages in certain instances.

When multiple messages are processed at once, if one of the messages is flagged
for redirection, the wrong array is accessed, potentially causing the redirected
message to be dropped and another message to be duplicated.
src/core/coresession.cpp