]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-storage: Fix mailbox_get_uid_range() to handle "*" correctly
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 29 Apr 2021 12:43:10 +0000 (15:43 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 5 May 2021 14:22:04 +0000 (17:22 +0300)
commit7a73f8447e374e6d7239332e888d58afe28e5efb
treee5e476e5caf05e7a71c036635b86eae734fa1bd5
parentd0492b783454383b6014c79d6f212cfb7ea35242
lib-storage: Fix mailbox_get_uid_range() to handle "*" correctly

Previously attempting to convert e.g. 1:* range would just assert-crash.
There were no such callers currently though.
src/lib-storage/mailbox-get.c
src/lib-storage/test-mailbox-get.c