Skip to content

[non-BE] Resolve [CLANG18] MSAN: use-of-uninitialized-value in ivas_corecoder_enc_reconfig_fx()

Reason why this change is needed

  • Clang 18 MSAN found an use-of-uninitialized-value error at lib_com/tools_fx.c:1354:16: consequently out-of-buffer samples (corresponding to some other buffer) are scaled

Description of the change

  • Correct the length of the buffer to be scaled

Affected operating points

  • not-BE for switching cases involving switching between different numbers of SCEs/CPEs

Closes

Edited by vaclav

Merge request reports

Loading