Skip to content

Resolve "USAN: OOB indexing in tcx_ltp_pitch_search_ivas function"

Reason why this change is needed

  • Fix USAN complaint

Description of the change

  • Calculate pointer offset directly when indexing into cor array instead of pre-setting a pointer which can go outside of the array boundaries

Affected operating points

  • None, should be bitexact

Merge request reports

Loading