Commit 859ad67e authored by Jan Kiene's avatar Jan Kiene
Browse files

intentionally insert an asan error to test CI job

parent d7048bb7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -631,7 +631,7 @@ void ivas_mdct_core_whitening_enc(
        }
    }

    for ( ch = 0; ch < CPE_CHANNELS; ch++ )
    for ( ch = 0; ch < CPE_CHANNELS + 1; ch++ )
    {
        orig_spectrum[ch][0] = orig_spectrum_long[ch];
        orig_spectrum[ch][1] = orig_spectrum_long[ch] + N_TCX10_MAX;