ImagingDataCommons / libdicom

C library for reading DICOM files
https://libdicom.readthedocs.io
MIT License
16 stars 8 forks source link

Ensure zero-length elements are handled correctly. #51

Closed jcupitt closed 1 year ago

jcupitt commented 1 year ago

It looks like zero length elements can cause issues right now.

Look into this and add some tests.

jcupitt commented 1 year ago

Resoved by https://github.com/ImagingDataCommons/libdicom/pull/52