mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-27 21:20:27 -04:00
In the call to memset(), the size of the pointer to mag2buf was erroneously used instead of size of what mag2buf pointed to (float). This leads to problems on systems where the size of the pointer is different from the size of floats. Instead of just fixing the size, use calloc() instead of malloc() to directly set the memory to 0. |
||
---|---|---|
.. | ||
fftutil.c | ||
kfc.c | ||
kfc.h | ||
kiss_fastfir.c | ||
kiss_fftnd.c | ||
kiss_fftnd.h | ||
kiss_fftndr.c | ||
kiss_fftndr.h | ||
kiss_fftr.c | ||
kiss_fftr.h | ||
Makefile | ||
psdpng.c |