Fix debug Windows builds in MSVC 2015
authorAndi McClure <andi.mcclure@xamarin.com>
Mon, 28 Mar 2016 21:26:09 +0000 (17:26 -0400)
committerAndi McClure <andi.mcclure@xamarin.com>
Mon, 28 Mar 2016 21:26:09 +0000 (17:26 -0400)
commitde6acf94b5e9dcd03fb2fa041f1d256811701f4f
treeddb256adf24cf4c36b47be6e2cd7f5e6a4369448
parent9a1720e9ab30e602183624120a898f49e1d0b8df
Fix debug Windows builds in MSVC 2015

We were sometimes passing invalid input to isalnum(). On the debug version of MSVCRT this would result in an assert.
mono/mini/genmdesc.c