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

Add memmove_P, use it in String to ensure F() safety #6514

Merged
merged 1 commit into from
Sep 13, 2019

Conversation

earlephilhower
Copy link
Collaborator

memmove_P is now in libc, so use it to allow WString to handle F()
pointers without errors.

Supercedes #6368

Fixes #6384

memmove_P is now in libc, so use it to allow WString to handle F()
pointers without errors.

Supercedes esp8266#6368

Fixes esp8266#6384
@earlephilhower earlephilhower added this to the 2.6.0 milestone Sep 13, 2019
@earlephilhower
Copy link
Collaborator Author

Ran the failing test in #6367, and it passes with this update, too. So no regression that I can see.

@earlephilhower earlephilhower merged commit 8dd068e into esp8266:master Sep 13, 2019
@earlephilhower earlephilhower deleted the mmmemp branch September 13, 2019 22:33
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.

feature request: memmove_P
3 participants