bugzilla-daemon at bugzilla.mindrot.org
2010-Jul-14 18:13 UTC
[Bug 1797] New: Arguments to upload_dir_internal() in sftp-client.c are swapped
https://bugzilla.mindrot.org/show_bug.cgi?id=1797
Summary: Arguments to upload_dir_internal() in sftp-client.c
are swapped
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: imorgan at nas.nasa.gov
The fifth and sixth arguments to upload_dir_internal() are swapped.
1520- } else if (S_ISDIR(sb.st_mode)) {
1521- if (strcmp(filename, ".") == 0 ||
1522- strcmp(filename, "..") == 0)
1523- continue;
1524-
1525: if (upload_dir_internal(conn, new_src, new_dst,
1526- pflag, depth + 1, printflag) == -1)
1527- ret = -1;
1528- } else if (S_ISREG(sb.st_mode)) {
1529- if (do_upload(conn, new_src, new_dst, pflag) =-1) {
1530- error("Uploading of file %s to %s
failed!",
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jul-19 03:16 UTC
[Bug 1797] Arguments to upload_dir_internal() in sftp-client.c are swapped
https://bugzilla.mindrot.org/show_bug.cgi?id=1797
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |1708
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
oops, fix committed and will be in openssh-5.6. Thanks again.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Aug-27 00:28 UTC
[Bug 1797] Arguments to upload_dir_internal() in sftp-client.c are swapped
https://bugzilla.mindrot.org/show_bug.cgi?id=1797
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Darren Tucker <dtucker at zip.com.au> ---
With the release of OpenSSH 5.6p1 this bug is now considered closed.
If you have further problems please reopen or file a new bug as
appropriate.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.