Searched refs:compSize (Results 1 – 1 of 1) sorted by relevance
266 size_t compSize = static_cast<size_t>(cJSON_GetArraySize(components)); in GetCompPathAndVersion() local267 if (compSize == 0 || compSize > MAX_COMP_SIZE) { in GetCompPathAndVersion()