Fix buffer length usage in UTF-8 to Unicode conversion (dotnet/coreclr#7540)
authorJohn Chen <jochen@microsoft.com>
Mon, 10 Oct 2016 16:39:08 +0000 (09:39 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Oct 2016 16:39:08 +0000 (09:39 -0700)
commitb554ec3059421fbbffa4be4a47b4bd5b56971617
treee14015192d252951bbe1df2e9279c7cfd67dc548
parentf62cf9a76d41e5142406013dd8aebb119526dd27
Fix buffer length usage in UTF-8 to Unicode conversion (dotnet/coreclr#7540)

These changes are ported from desktop CLR.

Commit migrated from https://github.com/dotnet/coreclr/commit/e197c9e3bdc5f047689f69878fcc9ff72c438482
src/coreclr/src/inc/fstring.h
src/coreclr/src/utilcode/fstring.cpp
src/coreclr/src/vm/appdomain.cpp