diff --git a/Kernel/include_std/string b/Kernel/include_std/string index 2137f5dc..ae648f69 100644 --- a/Kernel/include_std/string +++ b/Kernel/include_std/string @@ -1579,6 +1579,7 @@ namespace std { std::copy(begin() + index + count, end(), begin() + index); _size -= count; + _data[_size] = '\0'; } return *this;