Ticket #85 (assigned Task: null)

Opened 6 years ago

Last modified 6 years ago

Review all calls to os.stat and ensure they can handle the returned 64-bit integers

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: Unscheduled
Component: Core - Other Version:
Keywords: Cc:

Description

The Python os.stat method returns a 64-bit integer for the file size. This is good because occasionally GIS data files get very large -- greater than the 2 GB limit that would be imposed if file sizes were restricted to the range of 32-bit signed integers. I need to review all GeoEco? code to ensure calls to os.stat are expecting the 64-bit integer.

Change History

Changed 6 years ago by jjr8

  • status changed from new to assigned
  • version 0.2 deleted
  • milestone changed from 0.3 to Unscheduled
Note: See TracTickets for help on using tickets.