]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imapc: Add data stack frame when parsing untagged fetches during sync
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 11 Jan 2023 22:01:52 +0000 (00:01 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 11 Jan 2023 22:01:52 +0000 (00:01 +0200)
src/lib-storage/index/imapc/imapc-sync.c

index 31301217876ca5fe649a9f993d460da8eb5b69dd..6f0f221c50b7445cd4e3ffe7da4c5693432a67dd 100644 (file)
@@ -585,8 +585,11 @@ static void imapc_sync_handle_untagged_fetches(struct imapc_mailbox *mbox)
                        continue;
                }
 
-               imapc_untagged_fetch_update_flags(mbox, untagged_fetch_context,
-                                                 updated_view, lseq);
+               T_BEGIN {
+                       imapc_untagged_fetch_update_flags(mbox,
+                               untagged_fetch_context,
+                               updated_view, lseq);
+               } T_END;
                imapc_untagged_fetch_ctx_free(&untagged_fetch_context);
        }