Opened 6 years ago
Closed 6 years ago
#1906 closed defect (fixed)
pointer offsets should be size_t
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | catalogmgr | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
In ops.hh/cc the pointer offsets are unsigned int
, which means that applying operations on tiles of size > 232 (~4GB) will fail. Normally we don't have such large tiles, the main exception being data import of large encoded files.
Bottom line, all offsets should be of type size_t
.
Note:
See TracTickets
for help on using tickets.