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

Check presence of value byte in Pixel Representation value #545

Merged
merged 2 commits into from
Jul 25, 2024

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Jul 21, 2024

Resolves #543.

instead of assuming that it is always present,
leading to a panic if it doesn't
@Enet4 Enet4 added bug This is a bug A-lib Area: library C-parser Crate: dicom-parser labels Jul 21, 2024
parser/src/stateful/decode.rs Outdated Show resolved Hide resolved
@Enet4 Enet4 merged commit 4876a59 into master Jul 25, 2024
4 checks passed
@Enet4 Enet4 deleted the bug/parser/read_pixel_representation_panic branch July 25, 2024 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library bug This is a bug C-parser Crate: dicom-parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic when opening file via dicom_object::file::open_file
1 participant