Skip to content

vtkHDF: fix overflow in the reader and writer

Lucas Givord requested to merge lucas.givord/vtk:fix-vtkhdf-overflow into master

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

Merge request reports

Loading