mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 09:22:01 +00:00
ecd958e50ef857e5422b18d153c8a8f2194bd421
strncpy() can not use overlapped memory regions and generates corrupted data with certain inputs. Changed to memmove. Verified with fuzzing against std::string::erase.
Description
Languages
C
89.2%
C++
9.5%
Assembly
1.3%
