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

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Dec 10 08:37:45 AEDT 2021


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

            Bug ID: 3372
           Summary: Using an invalid flush value for zlib inflate.
           Product: Portable OpenSSH
           Version: -current
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: scp
          Assignee: unassigned-bugs at mindrot.org
          Reporter: lamm at ibm.com

At packet.c:796 the function inflate is called with flush equals
Z_PARTIAL_FLUSH. Following zlib.h comment at line 432 this is not a
valid value for inflate.
>From what I understand using Z_PARTIAL_FLUSH has the same effect as
Z_NO_FLUSH.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list