bugzilla-daemon at bugzilla.mindrot.org
2007-May-17 10:25 UTC
[Bug 842] type fixes for progressmeter
http://bugzilla.mindrot.org/show_bug.cgi?id=842 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1287| |ok? Flag| | --- Comment #4 from Damien Miller <djm at mindrot.org> 2007-05-17 20:25:22 --- Created an attachment (id=1287) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1287) make sftp use off_t Perhaps it would be better for sftp to use an off_t here? I don't think the OS would support files with OFF_T_MAX < size <= UINT64_MAX anyway -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-May-17 13:42 UTC
[Bug 842] type fixes for progressmeter
http://bugzilla.mindrot.org/show_bug.cgi?id=842 --- Comment #5 from Darren Tucker <dtucker at zip.com.au> 2007-05-17 23:42:24 --- (In reply to comment #4)> Perhaps it would be better for sftp to use an off_t here? I don't think > the OS would support files with OFF_T_MAX < size <= UINT64_MAX anywayThis seems reasonable to me. The progressmeter code doesn't seem like it would care much if it wrapped anyway, other than producing bogus stats. -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.