Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
422 stars 82 forks source link

[parser] Increase reader robustness to stray item end #254

Closed Enet4 closed 2 years ago

Enet4 commented 2 years ago

Resolves #253.

CC @troelsarvin

troelsarvin commented 2 years ago

I confirm that the change has made it possible for my code to parse the DICOM headers, thanks.