[Bug 196] New: wront sent message id on upload
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Apr 2 01:35:10 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=196
Summary: wront sent message id on upload
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: chombier at mac.com
In sftp_client.c, do_upload() function, the 'id' variable is used for both the
sent and the received message ids, this corrupts the id of the messages
to send and randomly generates upload failures.
The fix is to use another variable to extract the received message id,
status_id, as done in do_download()
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list