There is no bounds checking on the number of performance.ini files that will be read in during CPerformanceConfig::CreateNewPerformanceFile(void).
There is a hard-coded limit of 1024 set for m_nPerformanceFileName in performanceconfig.ini
Also looks like it might be an issue with CPerformanceConfig::ListPerformances() too.
Kevin