dcmjs-org / dcmjs

Javascript implementation of DICOM manipulation
https://dcmjs.netlify.com/
MIT License
291 stars 110 forks source link

fix: infinite loop on dcm with no meta length #331

Closed conrad-scherb closed 1 year ago

conrad-scherb commented 1 year ago

Fixes #326 and contains a test to check that reading is abandoned if no meta length is present.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 0.29.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

pieper commented 1 year ago

Thanks for the fix and the test 👍