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

String::remove() should use memmove #2476

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Feb 6, 2022

Memory areas overlap, memcpy is unsafe

@slaff slaff added this to the 4.6.0 milestone Feb 6, 2022
@slaff slaff merged commit e08b082 into SmingHub:develop Feb 7, 2022
slaff pushed a commit to slaff/Sming that referenced this pull request Feb 7, 2022
@slaff slaff removed the Port-to-LTS label Feb 7, 2022
@mikee47 mikee47 deleted the fix/string-remove branch February 7, 2022 12:17
slaff added a commit that referenced this pull request Feb 8, 2022
Co-authored-by: Mike <mike@sillyhouse.net>
@slaff slaff mentioned this pull request Feb 25, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants