[Bug 3372] Using an invalid flush value for zlib inflate.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jan 14 14:30:10 AEDT 2022


https://bugzilla.mindrot.org/show_bug.cgi?id=3372

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
This should be harmless as the corresponding deflate() call uses
Z_PARTIAL_FLUSH that should guarantee that the entirety of the
compressed data is available even for Z_NO_FLUSH. I'll see about
changing the deflate side to a explicitly-supported flag.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list