Fix for Null-dereference read in ixheaacd_init_sbr am: a741e1d5de am: 154faafaa9
Original change: 1425114
Change-Id: I4ec39bc76cd0353172b5dba2167591c3f8d6553a
This commit is contained in:
commit
969c6ce482
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ WORD32 ixheaacd_ga_hdr_dec(ia_aac_dec_state_struct *aac_state_struct,
|
|||
ixheaacd_read_bits_buf(it_bit_buff, 5);
|
||||
}
|
||||
|
||||
if (aac_state_struct->ui_init_done) {
|
||||
if (aac_state_struct->header_dec_done) {
|
||||
if (aac_state_struct->audio_object_type != aot_init) return IA_FATAL_ERROR;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue