Skip to content

vtkDataReader handle file ending in whitespace

If a VTK legacy file ended in whitespace without a newline after it, then the reader would enter an infinite loop. Break that loop.

@utkarsh.ayachit For paraview/paraview#17415 (closed).

Merge request reports