Commit Graph

2 Commits

Author SHA1 Message Date
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
ZYQ-FEIYUE
d2816d24b5 support linux system 2022-08-09 22:38:26 +08:00