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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to