Martin Guy <martinw...@gmail.com> writes:

> On 31/07/2020, Måns Rullgård <m...@mansr.com> wrote:
>>> -  if (end) memset(p->window, 0, sizeof(p->window));
>>> +  if (end) memset(p->window, 0, sizeof(*(p->window)) * p->dft_size);
>>
>> This memset is short by one element.
>
> It is. Many thanks. Do I need to do anything to action this?

No, I fixed that and a couple of other problems.  It's in the git master
branch now.

-- 
Måns Rullgård


_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to