Commit a807096e authored by multrus's avatar multrus
Browse files

Merge branch...

Merge branch 'basop-2330-clang18-msan-use-of-uninitialized-value-in-lib_rend-lib_rend_fx-c-11275-43' into 'main'

Resolve "[CLANG18] MSAN: use-of-uninitialized-value in lib_rend/lib_rend_fx.c:11275:43"

See merge request !2733
parents 39a9215d d62381c9
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@
#define FIX_BASOP_2351_EXTREND_SCALE                    /* FhG: basop issue 2351: Only scale initialized samples in renderer, related to 2326 */
#define FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE           /* FhG: Fix issue 2331: Uninitialized variable */
#define FIX_2362_TOTAL_BRATE_CALCULATION                /* FhG: basop issue 2362: fix calculation of st->total_brate in ivas_cpe_enc_fx() */
#define FIX_2330_CLANG_18_WARNINGS_REND                 /* FhG: Fix renderer warnings */

/* #################### End BE switches ################################## */

+2 −0
Original line number Diff line number Diff line
@@ -11331,8 +11331,10 @@ static void intermidiate_ext_dirac_render(
                move16();
            }
        }
#ifndef FIX_2330_CLANG_18_WARNINGS_REND
        hDirACRend->proto_frame_dec_f_q = sub( 31, hDirACRend->proto_frame_dec_f_q );
        move16();
#endif

        IF( hDirACRend->h_output_synthesis_psd_state.proto_power_smooth_fx )
        {