Commit 4ceb16b1 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Crash fix caused due to heap corruption.

parent cd790442
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5622,7 +5622,7 @@ void ivas_dirac_dec_render_sf(
#ifdef IVAS_FLOAT_FIXED
        for (i = 0; i < st_ivas->hDecoderConfig->nchan_out; i++)
        {
            fixedToFloat_arrL(output_buf_fx[i], output_f[i], Q11, L_FRAME48k);
            fixedToFloat_arrL(output_buf_fx[i], output_f[i], Q11, index_slot * hSpatParamRendCom->num_freq_bands + hSpatParamRendCom->num_freq_bands * hSpatParamRendCom->subframe_nbslots[subframe_idx]);
        }
#endif
    }