Skip to content

Use valid pointer in vtkLookupTable::BuildSpecialColors.

The call to ResizeTableForSpecialColors resizes the Table array, invalidating the pointers 'table' and 'tptr', leading to crashes:

https://open.cdash.org/testDetails.php?test=414805862&build=4211477

Merge request reports