[Bug 1174] Large Files do not work with scp in HP-UX

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Mar 21 19:56:18 EST 2006


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.




More information about the openssh-bugs mailing list