Fix segfault on bogus text
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820162
This commit is contained in:
@@ -6,7 +6,9 @@ static wc_map ucs_gbk_80_map[ N_ucs_gbk_80_map ] = {
|
||||
{ 0x20AC, 0x0080 },
|
||||
};
|
||||
|
||||
static wc_uint16 gbk_ucs_map[ 0x7E * 0xBE - 0x5E * 0x5E + 0x0A + 0x16 + 0x06 ] = {
|
||||
#define N_gbk_ucs_map (0x7E * 0xBE - 0x5E * 0x5E + 0x0A + 0x16 + 0x06)
|
||||
|
||||
static wc_uint16 gbk_ucs_map[ N_gbk_ucs_map ] = {
|
||||
0x4E02, /* 0x8140 */
|
||||
0x4E04, /* 0x8141 */
|
||||
0x4E05, /* 0x8142 */
|
||||
|
Reference in New Issue
Block a user