]> granicus.if.org Git - icu/commitdiff
ICU-13428 char* result array was too small for UTF-8 version of 112-UChar Dzongkha...
authorMarkus Scherer <markus.icu@gmail.com>
Wed, 25 Oct 2017 21:25:01 +0000 (21:25 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Wed, 25 Oct 2017 21:25:01 +0000 (21:25 +0000)
X-SVN-Rev: 40640

icu4c/source/test/cintltst/ccaltst.c

index 7f03cb16a6ea0ee80df91aa4a80fbf195aa53dc4..205e9fbda443465f964a0ad114d3d3b969856fe7 100644 (file)
@@ -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];