]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: istream-concat - Prevent inheriting SIZE_MAX max buffer size from parent streams.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 24 Sep 2021 22:48:12 +0000 (00:48 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Thu, 30 Sep 2021 12:09:39 +0000 (14:09 +0200)
commitae5b70a0d7213f99c2db1cb4f34280a128b518ee
treed94c76e011edb5e60fa3c0b530f7aced21377c21
parenta6477f032975535ee6bf880b5108ae42c43ebb93
lib: istream-concat - Prevent inheriting SIZE_MAX max buffer size from parent streams.

Only when all parent streams have SIZE_MAX for max buffer size, the concat stream will follow suit.
src/lib/istream-concat.c