Skip to content

Fixing bad memory access issue in vtkGradientFilter

Andrew Bauer requested to merge acbauer/vtk:gradientfilter_fix into master

If the gradient filter is operating on an unstructured grid and the gradient wasn't requested but other quantities derived from the gradient was requested there was a segfault in referring to the gradient array.

Addresses paraview/paraview#18027 (closed).

Backport: paraview/release

Edited by Andrew Bauer

Merge request reports