Skip to content

Instead of passing int*, pass source vector<int>

This allows asserting its size to detect buffer overruns. Indeed, the vtkFiltersCoreCxx-TestStructuredGridAppend test provokes a buffer overrun, which I found with ASan (address sanitizer). I don’t know how to fix it, but this will make it easier for others.

Merge request reports