[Bug 842] type fixes for progressmeter

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Apr 15 14:03:17 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=842

           Summary: type fixes for progressmeter
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sftp
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: dtucker at zip.com.au


Some compilers won't cast, eg, int* to unsigned long long* and progressmeter
mixes off_t and u_int64_t which causes problems for them.

off_t can vary depending on many things including platform and large file
support, but the u_int64_t is specified by the sftp protocol.



------- 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