Skip to content

fix potential overflow in vtkSMBoundsDomain.

vtkSMBoundsDomain was converting a int64 to int32 when getting the number of cells which could cause overflow issues. Fixed that.

(cherry picked from commit 84e7aaf2)

Merge request reports