Commit 2333fdca authored by Jan Kiene's avatar Jan Kiene
Browse files

deliberately introduce memory error to test sanitizer pipeline

parent 5bb93994
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1192,7 +1192,7 @@ void ivas_mdct_quant_coder(

    sts = hCPE->hCoreCoder;

    for ( ch = 0; ch < CPE_CHANNELS; ch++ )
    for ( ch = 0; ch < CPE_CHANNELS + 1; ch++ )
    {
        set_f( fac_ns[ch], 0.0f, 2 );
        set_s( nf_seed[ch], 0, 2 );