Skip to content

BUG: Unsigned char overflow

Bill Lorensen requested to merge lorensen/vtk:WordCloudOverflowBug into master

When using a color scheme, the text property was set to an unsigned char rather than a double. This overflow was detected by the dynamic analysis of the VTK dashboard.

Merge request reports