Commit db312acf authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'main' into float-1537-make-clang-the-default-compiler-in-makefile-and-cmakelists-txt

parents 6764ae76 6366bfab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -168,6 +168,8 @@
/* #################### Start NON-BE switches ############################ */
/* any switch which is non-be wrt. TS 26.258 V3.0 */

#define FIX_1543_MID_LSF_BITS                           /* VA: float issue 1543: Resolve "MSAN: use-of-uninitialized-value in lib_enc/lsf_enc.c:262:5 for EVS encoder" */


/* ##################### End NON-BE switches ########################### */

+3 −0
Original line number Diff line number Diff line
@@ -371,6 +371,9 @@ ivas_error acelp_core_enc(
        nb_bits = 0;
        st->acelp_cfg.FEC_mode = 0;
        uc_two_stage_flag = 0;
#ifdef FIX_1543_MID_LSF_BITS
        st->acelp_cfg.mid_lsf_bits = -1;
#endif

        if ( !nelp_mode && !ppp_mode )
        {