Skip to content

Fix buffer overflow in vtkDataArray::ComputeRange

Sujin Philip requested to merge sujin.philip/vtk:fix-stack-overflow into master

ComputeScalarRange should be passed a double buffer of length NumberOfComponents * 2. Prevoiusly, in some cases, a double[2] was being passed.

Merge request reports