Skip to content

Conversation

@jaschrep-msft
Copy link
Member

An array rented from the pool wasn't being properly size bound when used. Under some circumstances, the array pool would give back a larger array than needed, which would fail comparison to an array of the expected size.

Replaced rental with an extension method that trims a Memory<byte> to the appropriate size, like all other code paths in the file.

An array rented from the pool wasn't being properly size bound when used. Under some circumstances, the array pool would give back a larger array than needed, which would fail comparison to an array of the expected size.

Replaced rental with an extension method that trims a Memory<byte> to the appropriate size, like all other code paths in the file.
@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Dec 11, 2025
@github-actions
Copy link

API Change Check

APIView identified API level changes in this PR and created the following API reviews

Azure.Storage.Blobs

@jaschrep-msft jaschrep-msft merged commit 863b690 into Azure:feature/storage/stg101base Dec 17, 2025
21 checks passed
@jaschrep-msft jaschrep-msft deleted the fix-partitioned-download branch December 17, 2025 20:17
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.

2 participants