Loading lib_com/options.h +2 −1 Original line number Diff line number Diff line Loading @@ -151,9 +151,10 @@ #define BASOP_NOGLOB /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */ /* ################### Start FIXES switches ########################### */ /* ################### Start FIXES switches ########################### */ #define TEMP_FIX_2088_MSAN_INIT_ERROR /* Eri: Temporary fix for Issue 2088 - MSAN error. Will come with later port of JBM+Split rendering update */ /* #################### End FIXES switches ############################ */ Loading lib_rend/lib_rend.c +3 −0 Original line number Diff line number Diff line Loading @@ -2895,6 +2895,9 @@ ivas_error IVAS_REND_Open( isar_init_split_rend_handles( hIvasRend->splitRendWrapper ); } #ifdef TEMP_FIX_2088_MSAN_INIT_ERROR hIvasRend->splitRendEncBuffer.data = NULL; #endif for ( i = 0; i < RENDERER_MAX_ISM_INPUTS; ++i ) { Loading Loading
lib_com/options.h +2 −1 Original line number Diff line number Diff line Loading @@ -151,9 +151,10 @@ #define BASOP_NOGLOB /* Disable global symbols in BASOPs, Overflow/Carry in BASOPs disabled, additional BASOPs in case of Overflow */ /* ################### Start FIXES switches ########################### */ /* ################### Start FIXES switches ########################### */ #define TEMP_FIX_2088_MSAN_INIT_ERROR /* Eri: Temporary fix for Issue 2088 - MSAN error. Will come with later port of JBM+Split rendering update */ /* #################### End FIXES switches ############################ */ Loading
lib_rend/lib_rend.c +3 −0 Original line number Diff line number Diff line Loading @@ -2895,6 +2895,9 @@ ivas_error IVAS_REND_Open( isar_init_split_rend_handles( hIvasRend->splitRendWrapper ); } #ifdef TEMP_FIX_2088_MSAN_INIT_ERROR hIvasRend->splitRendEncBuffer.data = NULL; #endif for ( i = 0; i < RENDERER_MAX_ISM_INPUTS; ++i ) { Loading