From d2248fd32f8f627707d297585d00c7e02c77ef64 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Thu, 2 Aug 2012 15:19:57 +0000 Subject: [PATCH] ICU-9448 make genuca leadByteArray[] large enough X-SVN-Rev: 32081 --- tools/unicode/c/genuca/genuca.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/unicode/c/genuca/genuca.cpp b/tools/unicode/c/genuca/genuca.cpp index f14b0f7c705..b854159893a 100644 --- a/tools/unicode/c/genuca/genuca.cpp +++ b/tools/unicode/c/genuca/genuca.cpp @@ -767,7 +767,7 @@ UCAElements *readAnElement(FILE *data, tempUCATable *t, UCAConstants *consts, Le } } } else if (what_to_do == READSCRIPTTOLEADBYTES) { //vt[cnt].what_to_do == READSCRIPTTOLEADBYTES - uint16_t leadByteArray[100]; + uint16_t leadByteArray[256]; uint32_t leadByteArrayCount = 0; char scriptName[100];