Merge "Fix for OOB write in equalizer instructions parsing." into pi-dev
am: d498d63513
Change-Id: Ie8f0686c98c48b563b019eab3bad1e775e846113
This commit is contained in:
commit
0905f025b8
1 changed files with 3 additions and 0 deletions
|
|
@ -1170,6 +1170,9 @@ WORD32 impd_parse_eq_instructions(
|
|||
}
|
||||
}
|
||||
|
||||
if (str_eq_instructions->eq_ch_group_count > EQ_CHANNEL_GROUP_COUNT_MAX)
|
||||
return (UNEXPECTED_ERROR);
|
||||
|
||||
str_eq_instructions->td_filter_cascade_present =
|
||||
impd_read_bits_buf(it_bit_buff, 1);
|
||||
if (it_bit_buff->error) return it_bit_buff->error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue