mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
Fix global-buffer-overflow due EUCTW_TABLE_SIZE
This commit is contained in:
parent
81ab1d1da1
commit
2694ba6363
@ -57,7 +57,7 @@
|
||||
#define EUCTW_TYPICAL_DISTRIBUTION_RATIO (float)0.75
|
||||
|
||||
//Char to FreqOrder table ,
|
||||
#define EUCTW_TABLE_SIZE 8102
|
||||
#define EUCTW_TABLE_SIZE 5376
|
||||
|
||||
static const PRInt16 EUCTWCharToFreqOrder[] =
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user