Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing bounds check #120

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

mrbean-bremen
Copy link
Member

- prevents an exception during parsing
- the root cause is a problem with the parser which creates incorrect output,
 the reason is still unknown
- fixes pydicom#119
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.99%. Comparing base (e8644e2) to head (a2d9ece).
Report is 36 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ Coverage   89.82%   89.99%   +0.16%     
==========================================
  Files          15       15              
  Lines        1632     1699      +67     
==========================================
+ Hits         1466     1529      +63     
- Misses        166      170       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mrbean-bremen mrbean-bremen merged commit 441bf8b into pydicom:main Aug 9, 2024
17 checks passed
@mrbean-bremen mrbean-bremen deleted the bounds-check branch August 9, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

string index out of range error when using the Windows executable
2 participants