Files
ArduinoCore-AT32F4/cores/arduino/WString.cpp
Chris ecd958e50e String: Fix remove method
strncpy() can not use overlapped memory regions and generates corrupted data
with certain inputs. Changed to memmove. Verified with fuzzing against
std::string::erase.
2022-09-18 04:17:02 -04:00

18 KiB