]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: when decompressing zlib compressed packets, use
authordjm@openbsd.org <djm@openbsd.org>
Mon, 17 Jan 2022 22:56:04 +0000 (22:56 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 18 Jan 2022 00:15:23 +0000 (11:15 +1100)
commitd1051c0f11a6b749027e26bbeb61b07df4b67e15
tree6d2fb97479d3156723da734d708df426fbe1074f
parentd5981b1883746b1ae178a46229c26b53af99e37a
upstream: when decompressing zlib compressed packets, use

Z_SYNC_FLUSH instead of Z_PARTIAL_FLUSH as the latter is not actually
specified as a valid mode for inflate(). There should be no practical change
in behaviour as the compression side ensures a flush that should make all
data available to the receiver in all cases.

repoted by lamm AT ibm.com via bz3372; ok markus

OpenBSD-Commit-ID: 67cfc1fa8261feae6d2cc0c554711c97867cc81b
packet.c