A

icu4c\source\tools\ctestfw\ctest.c

All issues

Buffer copy without checking size of input (CWE-120) lines of code = 1
707
    vsprintf(buf, pattern, ap);
Complex Code complexity = 244
Complex Method complexity = 19
runTestRequest(const TestNode* root,
             int argc,
             const char* const argv[])
{
    /**
Complex Method complexity = 32
static void iterateTestsWithLevel ( const TestNode* root,
                 int depth,
                 const TestNode** nodeList,
                 TestMode mode)
{
Complex Method complexity = 37
initArgs( int argc, const char* const argv[], ArgHandlerPtr argHandler, void *context)
{
    int                i;
    int                argSkip = 0;