Segmentation fault when navigating the DicomDir entries

Issue #136 closed
Paolo Brandoli repo owner created an issue

DicomDirEntry does not return a null object when the next entry is null, but instead returns a valid DicomDirEntry that then fails with segfault when its members are called.

Additionally, the documentation does not specify the behavior of DicomDirEntry when the next entry does not exist.

Comments (6)

  1. Log in to comment