Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,7 @@ #define FIX_468_16KHZ_PUPMIX /* Dlb: Fix issue 468 for Param Upmix at 16kHz sampling rate */ #define FIX_485_STATIC_BUFFERS /* FhG: move static buffers in DirAC parameter estimator to the DirAC struct */ #define FIX_I503_ASAN_ERROR_IND_LIST /* VA: fix issue #503: address sanitizer error with IND_LIST_DYN */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ Loading lib_enc/ivas_qmetadata_enc.c +4 −0 Original line number Diff line number Diff line Loading @@ -2222,7 +2222,11 @@ 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 Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,7 @@ #define FIX_468_16KHZ_PUPMIX /* Dlb: Fix issue 468 for Param Upmix at 16kHz sampling rate */ #define FIX_485_STATIC_BUFFERS /* FhG: move static buffers in DirAC parameter estimator to the DirAC struct */ #define FIX_I503_ASAN_ERROR_IND_LIST /* VA: fix issue #503: address sanitizer error with IND_LIST_DYN */ /* ################## End DEVELOPMENT switches ######################### */ /* clang-format on */ Loading
lib_enc/ivas_qmetadata_enc.c +4 −0 Original line number Diff line number Diff line Loading @@ -2222,7 +2222,11 @@ 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 Loading