]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: i_stream_compress() - assert-crash if trying to compress shared memarea
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 27 Oct 2017 18:32:10 +0000 (21:32 +0300)
committerTimo Sirainen <tss@dovecot.fi>
Wed, 1 Nov 2017 11:45:51 +0000 (13:45 +0200)
commitfa39c427573ada77265b833db687ca7e854794a1
treea84f87c9e98bc5ed01459d73d930c1a24e09d5e0
parent66967e15d8ed35f30493dd9694a0aabe1a266f9d
lib: i_stream_compress() - assert-crash if trying to compress shared memarea

The caller is always expected to check the refcount before calling this.
src/lib/istream.c