Skip to content

[5.10] Fix precondition in UMRBP.initialize(as:fromContentsOf:) #69426

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

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

glessard
Copy link
Contributor

@glessard glessard commented Oct 26, 2023

This precondition checks to make sure that the content-providing collection isn't larger than the allocated buffer, but was preventing using a buffer that is the exact same size as the collection.

Cherry-pick of: #69420

Addresses rdar://117516235

This precondition checks to make sure that the content-providing
collection isn't larger than the allocated buffer, but was preventing
using a buffer that is the exact same size as the collection.
@glessard glessard added standard library Area: Standard library umbrella 🍒 release cherry pick Flag: Release branch cherry picks swift 5.10 labels Oct 26, 2023
@glessard glessard requested a review from a team as a code owner October 26, 2023 05:41
@glessard
Copy link
Contributor Author

@swift-ci please test

@glessard glessard merged commit 1b4d116 into swiftlang:release/5.10 Oct 26, 2023
@glessard glessard deleted the rdar117516235 branch October 26, 2023 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks standard library Area: Standard library umbrella swift 5.10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants