]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-compression: Get error with i_stream_get_error() so it's recursive
authorMarkus Valentin <markus.valentin@open-xchange.com>
Mon, 22 Mar 2021 12:04:15 +0000 (13:04 +0100)
committerMarkus Valentin <markus.valentin@open-xchange.com>
Mon, 22 Mar 2021 19:43:01 +0000 (20:43 +0100)
commit28dc72975e4b78ecf3c46bdf5d6aa44d62cf1ebd
treee75c17569613997ba9dc0e1102f757d93330e0b0
parentcee3cbc0d989ed49ceee2fa025a406a9148f28a4
lib-compression: Get error with i_stream_get_error() so it's recursive

In some cases the iostream.error was NULL so the errno default message
was used. This fixes an regression introduced by 8b6142f9ba9.
src/lib-compression/istream-decompress.c