Skip to content

Fix SIGSEGV with vtkFieldData::DeepCopy ( #17980)

t-ikegami requested to merge t-ikegami/vtk:vtkFieldData-DeepCopy-fixed into master

vtkFieldData::DeepCopy now initialize fields before starting actual copy. This fixes SIGSEGV. Flags are also copied now. vtkFieldData::CopyFlags now copies flag status as well as AllOn/Off status. This affects ShallowCopy.

Fix #17980

Edited by Mathieu Westphal (Kitware)

Merge request reports