Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,6 @@ #define FIX_626_VARIABLE_TYPE_MDCT_CONC /* FhG: trivial fix to fix USAN error */ #define FIX_616_DIV_ZERO_MCT /*FhG : Fix UBSAN division by zero error of issue 616*/ #define FIX617_UBSAN_DIVBYZERO_STEREOCNG /* Eri: Issue 617: Decoder UBSAN: division by zero in stereo cng when inut is 16kHz and output is 32kHz */ Loading lib_dec/tonalMDCTconcealment.c +0 −4 Original line number Diff line number Diff line Loading @@ -126,11 +126,7 @@ void TonalMDCTConceal_SaveFreqSignal( const int16_t infoIGFStartLine ) { float *temp; #ifdef FIX_626_VARIABLE_TYPE_MDCT_CONC uint16_t nOldSamples; #else int16_t nOldSamples; #endif assert( nNewSamples > 0 && nNewSamples <= 2 * L_FRAME_MAX ); Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,6 @@ #define FIX_626_VARIABLE_TYPE_MDCT_CONC /* FhG: trivial fix to fix USAN error */ #define FIX_616_DIV_ZERO_MCT /*FhG : Fix UBSAN division by zero error of issue 616*/ #define FIX617_UBSAN_DIVBYZERO_STEREOCNG /* Eri: Issue 617: Decoder UBSAN: division by zero in stereo cng when inut is 16kHz and output is 32kHz */ Loading
lib_dec/tonalMDCTconcealment.c +0 −4 Original line number Diff line number Diff line Loading @@ -126,11 +126,7 @@ void TonalMDCTConceal_SaveFreqSignal( const int16_t infoIGFStartLine ) { float *temp; #ifdef FIX_626_VARIABLE_TYPE_MDCT_CONC uint16_t nOldSamples; #else int16_t nOldSamples; #endif assert( nNewSamples > 0 && nNewSamples <= 2 * L_FRAME_MAX ); Loading