Fix R2RDump to correctly parse array lower bounds (dotnet/coreclr#26743)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 17 Sep 2019 07:55:20 +0000 (09:55 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 07:55:20 +0000 (09:55 +0200)
commit57b93ba67c85fbe3c286609752d721b07dc46f76
treef72d6f8fc058d85cd57d3924b8f8d7062cc1573e
parent27de97672ac313fbed161f8baed5bb8e188a1750
Fix R2RDump to correctly parse array lower bounds (dotnet/coreclr#26743)

There is a an incorrect size (likely a typo) used to create lower bounds
array when parsing signatures. This results in `Index was outside the
bounds of the array.` being printed inside of the array signature
string.

Commit migrated from https://github.com/dotnet/coreclr/commit/afd8b1f80a90a37d6b73987cbf9fdf03e8945250
src/coreclr/src/tools/r2rdump/R2RSignature.cs