Skip to content

WIP: Fix a memory overrun in vtkImagePointDataIterator.

David Gobbi requested to merge dgobbi/vtk:image-point-iterator into master

The code called SetSpanState() after incrementing past the end of the stencil, causing a memory read past the end of the allocated memory. This resulted in unpredictable behaviour and random crashes.

Merge request reports