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

            Bug ID: 3054
           Summary: sftp -R num_requests allows num_requests+1
           Product: Portable OpenSSH
           Version: 8.0p1
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: sftp
          Assignee: unassigned-b...@mindrot.org
          Reporter: goe...@dovetail.com

Created attachment 3310
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3310&action=edit
Patch file against openssh-8.0p1 sftp-client.c

When the -R num_requests option is specified on the sftp command line,
the actual maximum number of requests allowed is num_requests+1.

This means that there is no way to configure a maximum of one
outstanding request at a time which is useful in certain debugging
scenarios.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to