fix 2 GB problem within Auditor

Description

auditor uses int values for file size - one may hit the 2 GB limit very soon, change it to long:
int maxTotalSize
int maxTotalSize

Environment

None

Activity

Show:

LG April 7, 2010 at 11:39 PM

the types in AuditorImpl are still "int", changing them to "long" should fix this
Eg: "if (totalLength(=long) > maxTotalSize(=int)) {" may cause trouble

Daryl Herzmann January 11, 2010 at 7:36 PM

need more info

Daryl Herzmann November 26, 2008 at 3:59 AM

Hi LG,

Any comments about this issue? Is it still valid?

daryl

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created December 8, 2006 at 4:27 AM
Updated April 11, 2010 at 5:20 PM
Resolved April 11, 2010 at 12:06 PM