vtkHDF: fix overflow in the reader and writer
There are few places in the vtkHDFReader/Writer where we rely on int and H5T_NATIVE_INT, we use now vtkIdType to avoid potential overflow.
Backport: release
Edited by Lucas Givord
System updates will be applied on June 24th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
There are few places in the vtkHDFReader/Writer where we rely on int and H5T_NATIVE_INT, we use now vtkIdType to avoid potential overflow.
Backport: release