]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-imap: imap_envelope_parse() - Refactor to avoid LTO warnings
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 1 Apr 2021 09:33:33 +0000 (12:33 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Tue, 13 Apr 2021 11:52:27 +0000 (11:52 +0000)
commit7da0d129c53e11c56f7401e5dcf50581639274d9
tree8d7bf48dfe585f2660ce9b9750369be65e902d13
parenta879354bbf57d8c4e5cff60497ee3b26c3199f61
lib-imap: imap_envelope_parse() - Refactor to avoid LTO warnings

The original code was correct, but gcc with LTO still gave warnings about
potentially uninitialized envlp_r and error_r.
src/lib-imap/imap-envelope.c