DescriptionWebRtcIsacfix_PitchFilter: Don't read uninitialized array entries
WebRtcIsacfix_PitchFilterCore requires indW32 >= PITCH_FRACORDER - 2;
otherwise, it will read from entries of ubufQQ that haven't been
written yet. (The problem of indW32 being too small has only been seen
in fuzzer tests, not in real life.)
BUG=chromium:581901
Committed: https://crrev.com/15622c0aafd65df790af1def89dc6d4454e3b35a
Cr-Commit-Position: refs/heads/master@{#12047}
Patch Set 1 #
Messages
Total messages: 15 (8 generated)
|