Skip to content

COMP: Coverity infinite loop

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

The loop does not have a normal termination condition, so will continue until an abnormal condition arises.

In vtkPolyhedron::​CellBoundary(int, double *, vtkIdList *): Infinite loop with unsatisfiable exit condition

Merge request reports