[Bug 3054] New: sftp -R num_requests allows num_requests+1

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Aug 10 07:15:40 AEST 2019


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-bugs at mindrot.org
          Reporter: goetze at 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.


More information about the openssh-bugs mailing list