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

Fix for potential memory corruption in Array.copy_to #4490

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

SeanTAllen
Copy link
Member

This is based heavily on stefandd's work from
#4173

Closes #4174

@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Feb 4, 2024
@SeanTAllen
Copy link
Member Author

Action linting failure is expected. The linter doesn't know about macos-14 yet.

@SeanTAllen SeanTAllen marked this pull request as ready for review February 4, 2024 18:55
@SeanTAllen SeanTAllen changed the title Fix memory corruption that can arise from Array.copy_to Fix for potential memory corruption in Array.copy_to Feb 4, 2024
This is based heavily on stefandd's work from
#4173

Closes #4174
@SeanTAllen SeanTAllen requested a review from a team February 4, 2024 19:02
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Feb 4, 2024
@SeanTAllen SeanTAllen merged commit 0d5ff2b into main Feb 6, 2024
23 of 24 checks passed
@SeanTAllen SeanTAllen deleted the 4174 branch February 6, 2024 19:09
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Feb 6, 2024
github-actions bot pushed a commit that referenced this pull request Feb 6, 2024
github-actions bot pushed a commit that referenced this pull request Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory corruption via Array.copy_to
3 participants