Skip to content

Fix a vtkDICOMImageReader crash for empty SliceLocation.

David Gobbi requested to merge dgobbi/vtk:dicom-location-crash into master

If the SliceLocation tag was present but empty, the reader would crash. This fix adds a check.

Merge request reports