Merge "Fix for Stack buffer overflow in ixheaacd_mps_getstridemap" into pi-dev
This commit is contained in:
commit
e0040b411e
1 changed files with 2 additions and 0 deletions
|
|
@ -1063,6 +1063,8 @@ WORD32 ixheaacd_mps_header_decode(ia_mps_dec_state_struct *self) {
|
|||
}
|
||||
}
|
||||
|
||||
if (self->num_bands_ipd > MAX_PARAMETER_BANDS) return -1;
|
||||
|
||||
self->dir_sig_count = 1;
|
||||
self->decor_sig_count = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue