1diff -ur misc/icu/source/tools/ctestfw/uperf.cpp misc/build/icu/source/tools/ctestfw/uperf.cpp 2--- misc/icu/source/tools/ctestfw/uperf.cpp 2009-01-14 23:46:00.000000000 -0800 3+++ misc/build/icu/source/tools/ctestfw/uperf.cpp 2016-08-30 22:19:11.917367000 -0700 4@@ -486,7 +486,7 @@ 5 this->runIndexedTest( index, FALSE, name ); 6 if (!name) 7 break; 8- fprintf(stdout,name); 9+ fprintf(stdout,"%s",name); 10 fprintf(stdout,"\n"); 11 index++; 12 }while (name && (name[0] != 0)); 13