Ticket #215 (closed defect: fixed)
[PATCH] Large file issues
| Reported by: | kyle@… | Owned by: | dbalmain |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
I am getting a few errors when dealing with indexes larger than 231 bytes. Ferret supports LFS, but there are a few places where an int is still used to denote a file offset, rather than the appropriate off_t. This patch changes the ints to off_t's, and adds a unit test dealing with LFS.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

