Skip to content

Fixed signed overflow found by UBSan

Sean McBride requested to merge seanm/vtk:release-SEPReader-fix into master

If acc is signed, the loop will eventually multiply so much that acc overflows.

This fixes failing test VTK::IOImageCxx-TestSEPReader

Backport: release

Merge request reports