You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix String.replace overlapping strcpy
Fixes#5949
Adds a test from the issue above and fixes the problem valgrind found.
Additional pathological memcpy->memmove fixes
Basic Infos
Platform
Settings in IDE
Problem Description
valgrind complains with
core/esp8266/WString.cpp
:MCVE Sketch
How to reproduce:
line 747:
Arduino/cores/esp8266/WString.cpp
Line 747 in f0eb550
The text was updated successfully, but these errors were encountered: