Closed dgobbi closed 6 years ago
If a "-k" query for dicomtocsv uses multiple UID matching. i.e. if a backslash-separated list of UIDs is provided, there is a crash in the vtkDICOMDirectory class. Other tools, such as dicomfind, do not crash.
This bug was introduced in 8.6 as a result of efficiency improvements to dicomtocsv. It is fixed by commit 803feead.
If a "-k" query for dicomtocsv uses multiple UID matching. i.e. if a backslash-separated list of UIDs is provided, there is a crash in the vtkDICOMDirectory class. Other tools, such as dicomfind, do not crash.