From: Markus Scherer Date: Wed, 25 Oct 2017 21:25:01 +0000 (+0000) Subject: ICU-13428 char* result array was too small for UTF-8 version of 112-UChar Dzongkha... X-Git-Tag: release-61-rc~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f86f114660b0f7be94ce9375e0b58edd27608cde;p=icu ICU-13428 char* result array was too small for UTF-8 version of 112-UChar Dzongkha (dz) date/time format string X-SVN-Rev: 40640 --- diff --git a/icu4c/source/test/cintltst/ccaltst.c b/icu4c/source/test/cintltst/ccaltst.c index 7f03cb16a6e..205e9fbda44 100644 --- a/icu4c/source/test/cintltst/ccaltst.c +++ b/icu4c/source/test/cintltst/ccaltst.c @@ -111,7 +111,7 @@ static void TestCalendar() UDateFormat *datdef = 0; UChar *result = 0; int32_t resultlength, resultlengthneeded; - char tempMsgBuf[256]; + char tempMsgBuf[1024]; // u_austrcpy() of some formatted dates & times. UChar zone1[32], zone2[32]; const char *tzver = 0; UChar canonicalID[64];