Skip to content

[concurrency] Fix an off by one error in generic handling in local capture checking code. #81193

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

Conversation

gottesmm
Copy link
Contributor

Otherwise, we break memory safety by accessing a generic parameter that does not exist resulting in undefined behavior.

rdar://150351351

@gottesmm
Copy link
Contributor Author

@swift-ci smoke test

@gottesmm gottesmm enabled auto-merge April 30, 2025 08:37
…pture checking code.

Otherwise, we break memory safety by accessing a generic parameter that does not
exist resulting in undefined behavior.

rdar://150351351
@gottesmm gottesmm force-pushed the pr-5722431d23d74cb6adc74e1305c2b9e8b8d5159d branch from 63a2d29 to fb3c710 Compare April 30, 2025 13:18
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test

@gottesmm
Copy link
Contributor Author

@swift-ci smoke test macOS platform

@gottesmm gottesmm merged commit 6e33329 into swiftlang:main Apr 30, 2025
3 checks passed
@gottesmm gottesmm deleted the pr-5722431d23d74cb6adc74e1305c2b9e8b8d5159d branch April 30, 2025 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant