Skip to content

Uninitialized earlyPartEneCorrection for FASTCONV path in CLDFB reverb init

Commit: main

Found in BASOP pipeline here https://forge.3gpp.org/rep/sa4/audio/ivas-basop/-/jobs/531558

In practice, although not ever used, the earlyPartEneCorrection has not been initialized and causes assert in BASOP and sanitizer should also find it (but is not popping up for some reason). The proper fix is to pass NULL from FASTCONV path init and then check for this in relevant parts of init.

BASOP side branches will fixed as part of porting !1787 (merged). This repo needs to be updated as well.