kissfft/tools
Rikard Falkeborn d8ccb037a0 Fix memset size
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.
2018-11-28 00:37:29 +01:00
..
fftutil.c [BSD-3-Clause] Convert to SPDX license format 2018-07-19 14:49:00 +01:00
kfc.c [BSD-3-Clause] Convert to SPDX license format 2018-07-19 14:49:00 +01:00
kfc.h [BSD-3-Clause] Add missing copyright notice 2018-07-19 14:49:00 +01:00
kiss_fastfir.c [BSD-3-Clause] Convert to SPDX license format 2018-07-19 14:49:00 +01:00
kiss_fftnd.c [BSD-3-Clause] Convert to SPDX license format 2018-07-19 14:49:00 +01:00
kiss_fftnd.h [BSD-3-Clause] Add missing copyright notice 2018-07-19 14:49:00 +01:00
kiss_fftndr.c [BSD-3-Clause] Convert to SPDX license format 2018-07-19 14:49:00 +01:00
kiss_fftndr.h squelched multiple definition preprocessor warning 2018-07-21 11:11:51 -04:00
kiss_fftr.c Initialize subsize explicitly 2018-10-09 10:14:08 -07:00
kiss_fftr.h [BSD-3-Clause] Add missing copyright notice 2018-07-19 14:49:00 +01:00
Makefile previous gcc versions might've been silently adding -lm at the end of the link line. 2012-07-15 22:35:28 -04:00
psdpng.c Fix memset size 2018-11-28 00:37:29 +01:00