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

[Storage] Fix CRC64 extension with large data #39655

Merged
merged 4 commits into from
Feb 18, 2025

Conversation

jalauzon-msft
Copy link
Member

The Storage extensions CRC64 calculation could be incorrect when computing the CRC over large data (> 2GiB). This was likely caused by integer overflow as there was one variable used in the calculation that was an int instead of uint64_t which this PR fixes. This has been manually tested.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Feb 11, 2025
Copy link
Member

@kyleknap kyleknap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@jalauzon-msft
Copy link
Member Author

/check-enforcer evaluate

@jalauzon-msft
Copy link
Member Author

/azp run python - pullrequest

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jalauzon-msft jalauzon-msft merged commit cbfb46e into Azure:main Feb 18, 2025
21 checks passed
@jalauzon-msft jalauzon-msft deleted the fix-crc branch February 18, 2025 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants