Closed x2018 closed 1 year ago
Hi, this fix a potential bug to avoid unintentional memmove. We should regard any BufferSize < sizeof(wchar_t) as invalid, so to ensure the clipped StrLen is fine.
Hi, this fix a potential bug to avoid unintentional memmove. We should regard any BufferSize < sizeof(wchar_t) as invalid, so to ensure the clipped StrLen is fine.