JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

FIR filter not resetting position member leading to out of bounds access

Open Laguna1989 opened this issue 7 months ago • 1 comments

signed JUCE CLA attached: JUCE_CLA_signed.pdf

When merged, this PR will fix an out of bounds access in the FIR Filter class. The reset() function does not reset the pos variable, which leads to an out of bounds access in the case when the length of the filter coefficients has changed.

Laguna1989 avatar Apr 19 '25 16:04 Laguna1989

Dear JUCE team, any update on getting this merged?

Laguna1989 avatar May 24 '25 22:05 Laguna1989