Fix global-buffer-overflow due EUCTW_TABLE_SIZE

This commit is contained in:
Artem Klevtsov 2019-11-24 07:16:09 +00:00 committed by Jehan Pagès
parent 81ab1d1da1
commit 2694ba6363

View File

@ -57,7 +57,7 @@
#define EUCTW_TYPICAL_DISTRIBUTION_RATIO (float)0.75 #define EUCTW_TYPICAL_DISTRIBUTION_RATIO (float)0.75
//Char to FreqOrder table , //Char to FreqOrder table ,
#define EUCTW_TABLE_SIZE 8102 #define EUCTW_TABLE_SIZE 5376
static const PRInt16 EUCTWCharToFreqOrder[] = static const PRInt16 EUCTWCharToFreqOrder[] =
{ {