Commit 666632df authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_I503_ASAN_ERROR_IND_LIST

parent cf9f8f8c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -153,7 +153,6 @@

#define FIX_501_TABLE_IDX_INIT                          /* Dlb: Fix for the issue 501 */

#define FIX_I503_ASAN_ERROR_IND_LIST                    /* VA: fix issue #503: address sanitizer error with IND_LIST_DYN */
#define FIX_473_JITTER_NONDIEGETIC_PANNING              /* FhG,Orange: add missing non-diegetic panning to JITTER */

#define SBA_MODE_CLEAN_UP                               /* Dlb: Cean up SBA mode references  */
+0 −4
Original line number Diff line number Diff line
@@ -2251,11 +2251,7 @@ void restore_metadata_buffer(
    int16_t i;

#ifdef IND_LIST_DYN
#ifdef FIX_I503_ASAN_ERROR_IND_LIST
    for ( i = next_ind_start; i < hMetaData->nb_ind_tot; i++ )
#else
    for ( i = next_ind_start; i <= hMetaData->nb_ind_tot; i++ )
#endif
#else
    for ( i = next_ind_start; i <= hMetaData->next_ind; i++ )
#endif