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

[pixeldata] Add fuzz tests #273

Merged
merged 1 commit into from
Sep 8, 2022
Merged

[pixeldata] Add fuzz tests #273

merged 1 commit into from
Sep 8, 2022

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Aug 25, 2022

This PR introduces fuzz testing to the pixeldata crate.

  • decode_image_file continues the task of opening a DICOM file and also decodes its image data into a vector of pixels.
  • decode_simple_image constructs a DICOM object by reading image attributes in a non-standard format and inserting them into an empty DICOM object with the transfer syntax Explicit VR Little Endian.

No issues were encountered in my local runs.

- decode_image_file
- decode_simple_image
@Enet4 Enet4 added the A-lib Area: library label Aug 25, 2022
@Enet4 Enet4 marked this pull request as ready for review August 31, 2022 10:38
@Enet4 Enet4 added the chore For keeping the project tidy label Sep 8, 2022
@Enet4 Enet4 merged commit 4ae56fa into master Sep 8, 2022
@Enet4 Enet4 deleted the imp/pixeldata/fuzz branch September 8, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lib Area: library chore For keeping the project tidy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant