JUCE
JUCE copied to clipboard
FIR filter not resetting position member leading to out of bounds access
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.
Dear JUCE team, any update on getting this merged?