[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2005-09-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 --- Additional Comments From [EMAIL PROTECTED] 2005-09-07 01:36 --- Sorry, Wayne you are right 2^32+1 really is 1. :) Yes 2^60 seems much to big to be practicable today but maybe, to avoid problems in the future, it would be better to

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2005-09-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 --- Additional Comments From [EMAIL PROTECTED] 2005-09-06 06:37 --- Now when len is OFF_T is it possible that sum-count (which is size_t) in sum_sizes_sqroot() will rollover too at line: sum-count = (len + (blength - 1)) /

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2005-09-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 --- Additional Comments From [EMAIL PROTECTED] 2005-09-06 11:10 --- (In reply to comment #8) Did I made a mistake here? I have some minor quibbles with what you stated (which I will describe below), but, as you point out, this value

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2005-09-06 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 --- Additional Comments From [EMAIL PROTECTED] 2005-09-06 11:38 --- [EMAIL PROTECTED]:~ cat rsync-intoverflowtest.c #include limits.h #include stdio.h int main(void) { unsigned i = UINT_MAX; printf(i = %u, i+1 = %u\n,

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2004-08-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 --- Additional Comments From [EMAIL PROTECTED] 2004-07-31 03:48 --- I was getting bitten by the same bug, im my case a 4.1GB file rolling over in 100MBs. I've applied the patch and the problem in generate_and_send_sums is indeed fixed,

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2004-08-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 --- Additional Comments From [EMAIL PROTECTED] 2004-07-31 09:43 --- (In reply to comment #2) I was getting bitten by the same bug, im my case a 4.1GB file rolling over in 100MBs. I've applied the patch and the problem in

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2004-08-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] ---

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2004-08-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 --- Additional Comments From [EMAIL PROTECTED] 2004-07-31 12:42 --- I was under the impression that both sides needed it, because after I patched one end, it still didn't work for me, but after I patched both ends, it did. But

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2004-08-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 --- Additional Comments From [EMAIL PROTECTED] 2004-08-01 13:45 --- (In reply to comment #2) I've applied the patch and the problem in generate_and_send_sums is indeed fixed, but it appears to have just moved onto another much graver

[Bug 1529] 32bit rollover problem rsyncing files greater than 4GB in size

2004-07-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1529 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|