Description
Fix several buffer overflows in GetCurrencySettings() when calling GetSelectedComboBoxText() by passing the correct size of the array. Right now we're overflowing szCurrSymbol, szCurrDecimalSep, and szCurrThousandSep when GetSelectedComboBoxText calls wcsncopy.with the wrong size.
CID 1411976
CID 1411977
CID 1411978