id summary reporter owner description type status priority milestone component version resolution keywords cc 730 Violation issue in access to the array chromaCandModes WentingCai "In function ""estIntraPredChromaQT()"" "" ....... int chromaIntraMode = chromaCandModes[uiMode]; if (uiMode < 0) { cu.bdpcmModeChroma = -uiMode; chromaIntraMode = chromaCandModes[0]; } else ...... "" Suggest to change ""int chromaIntraMode = chromaCandModes[uiMode];"" to ""int chromaIntraMode = chromaCandModes[uiMode?uiMode:0];"" " defect closed minor VTM VTM-7.0 fixed ksuehring XiangLi fbossen jvet@…