]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
replicator: fixed infinity loop on sync replication
authorKirill A. Korinsky <kirill@korins.ky>
Wed, 25 Sep 2024 16:30:52 +0000 (18:30 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 30 Dec 2024 11:52:34 +0000 (13:52 +0200)
commitd3a097075afb7b5d8955978ed4a2ae99add11f88
treef93f042cd764008d95f63674c88c21c081096721
parentc8a009249d033834196c46ef30ef95865ef34482
replicator: fixed infinity loop on sync replication

Before this fix, replicator adds the same lookup into callbacks over and
over, until it reaches out of memory, and crashes.

This regression was introduced 447e086422f1ab7cc16833583ed70a4af7a84bc5
with initial implementation of replicator.
src/replication/replicator/replicator-queue.c