Opened 5 years ago

Closed 5 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.

Change History (1)

comment:1 by Dimitar Misev, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.