Opened 16 years ago

Last modified 16 years ago

#3457 closed Bug report

Integer truncation in CDirectoryCache::UpdateFile

Reported by: o0verhaul Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: o0verhaul, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

The window showing the file list has the file size cut off mod 4GB. This is because UpdateFile in src/engine/directorycache.[h,cpp] uses an int for the file size. Should use wxLongLong or wxFileOffset.

Change History (1)

comment:1 by Tim Kosse, 16 years ago

Thanks for reporting. This issue has been fixed in the SVN
repository and will be available with the next version.

Note: See TracTickets for help on using tickets.