Skip to content

Fix: set bvLicIdx in SrchCostBv intBvList for AE0078

Vadim Seregin requested to merge seregin/ECM:ECM10_AE0078_SET_LICIDX into master

There is a problem with the line pu.cu->ibcLicIdx = intBvList.bvLicIdx[candIdx], it introduces undefined behavior (valgrind) since bvLicIdx[] is not set in intBvList, and there is no default initialization for bvLicIdx.

Merge request reports