bugzilla-daemon at mindrot.org
2006-Mar-21 08:56 UTC
[Bug 1174] Large Files do not work with scp in HP-UX
http://bugzilla.mindrot.org/show_bug.cgi?id=1174 Summary: Large Files do not work with scp in HP-UX Product: Portable OpenSSH Version: 4.3p2 Platform: Other OS/Version: HP-UX Status: NEW Severity: major Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org ReportedBy: o.flebbe at science-computing.de One gets a protocol error if one tries to copy a large local file on HP-SUX to another system. Cause: configure detects a broken vsnprintf, which forces the replacement from openbsd-compat/bsd-snprintf.c to be used. Unfortunatly the replacement snprintf does not handle the "%lld" format correctly. the function fmtint() does not accept "long long" (aka LLONG) values. So it is rather not an HP-UX specific problem, but manifest itselfs on HP-UX. See patch. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Mar-21 08:57 UTC
[Bug 1174] Large Files do not work with scp in HP-UX
http://bugzilla.mindrot.org/show_bug.cgi?id=1174 ------- Comment #1 from o.flebbe at science-computing.de 2006-03-21 19:57 ------- Created an attachment (id=1101) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1101&action=view) Patch to anable LLONG arguments to fmtint() ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Mar-21 09:00 UTC
[Bug 1174] Large Files do not work with scp in HP-UX
http://bugzilla.mindrot.org/show_bug.cgi?id=1174 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #2 from dtucker at zip.com.au 2006-03-21 20:00 ------- Thanks, but an almost identical patch has already been applied. *** This bug has been marked as a duplicate of bug 1173 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.