bugzilla-daemon at mindrot.org
2002-Apr-01 15:35 UTC
[Bug 196] New: wront sent message id on upload
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.