Martin Guy <[email protected]> writes:

> On 31/07/2020, Måns Rullgård <[email protected]> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to