HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: max file size exc; 2GB limit Problem solved!
Author: Xavier Roche
Date: 11/26/2002 20:59
 
> The only problem is that I am not totally sure that the 
> whole httrack code is protected against 'int overflows' 
> (some parts still contains code like 'int size = foo.. 
fseek
> (..,size)')

Okay, I checked, and another problem are hash tables: 
internal hash tables used by the cache are "unsigned long 
int" format, not comaptible with __int64.

The new.dat file format IS 64-bit ready (even more, as all 
indexes are serialized using decimal strings), but internal 
httrack structure aren't yet.
 
Reply Create subthread


All articles

Subject Author Date
max file size exceeded

11/26/2002 13:45
Re: max file size exc; 2GB limit Problem solved!

11/26/2002 19:36
Re: max file size exc; 2GB limit Problem solved!

11/26/2002 20:22
Re: max file size exc; 2GB limit Problem solved!

11/26/2002 20:59
Re: max file size exc; 2GB limit Problem solved!

11/28/2002 06:50
Re: max file size exc; 2GB limit Problem solved!

11/28/2002 20:19
Re: max file size exc; 2GB limit Problem solved!

11/28/2002 22:20




f

Created with FORUM 2.0.11