Fix segfault on bogus text

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820162
This commit is contained in:
Tatsuya Kinoshita
2016-04-07 06:42:55 +09:00
parent 02ba3d6ed6
commit 7bb2a46715
12 changed files with 99 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
/* HKSCS (Chinese Hong Kong) */
static wc_uint16 hkscs_ucs_map[ 0x1E * 0x9D ] = {
#define N_hkscs_ucs_map (0x1E * 0x9D)
static wc_uint16 hkscs_ucs_map[ N_hkscs_ucs_map ] = {
0, /* 0x8840 */
0, /* 0x8841 */
0, /* 0x8842 */