Unverified Commit ee79c50a authored by norvell's avatar norvell
Browse files

Fix wrong init of SWB_fenv

parent 81f759d6
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ void hq_hr_dec(
    HQ_DEC_HANDLE hHQ_core = st->hHQ_core;
    bits_left = num_bits;
#ifdef FIX_1480_CLANG18_MSAN_UNINIT_VARIABLE
    SWB_fenv = NULL; /* Init in case HQ_GEN_SWB/HQ_GEN_FB is not used -- eliminates runtime warning when passed to fill_spectrum */
    hq_generic_offset = 0;
#endif