Skip to content

Commit

Permalink
Merge pull request #92 from pcram-techcyte/stop_before_extended_offse…
Browse files Browse the repository at this point in the history
…t_tag

Stop before TAG_EXTENDED_OFFSET_TABLE so we have a chance to read it
  • Loading branch information
jcupitt authored Oct 11, 2024
2 parents 303fa85 + e014010 commit e1e787a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dicom-file.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ const DcmDataSet *dcm_filehandle_get_metadata_subset(DcmError **error,
static uint32_t stop_tags[] = {
TAG_REFERENCED_IMAGE_NAVIGATION_SEQUENCE,
TAG_PER_FRAME_FUNCTIONAL_GROUP_SEQUENCE,
TAG_EXTENDED_OFFSET_TABLE,
TAG_PIXEL_DATA,
TAG_FLOAT_PIXEL_DATA,
TAG_DOUBLE_PIXEL_DATA,
Expand Down

0 comments on commit e1e787a

Please sign in to comment.