mborgerding / kissfft

a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
Other
1.39k stars 278 forks source link

Logging improvements and buffers security #45

Closed kpawlak closed 4 years ago

kpawlak commented 4 years ago

Logging: Logging macros definition (KISS_FFT_ERROR, KISS_FFT_WARNING, etc.) all fprintfs replaced with logging macros logging disabled in case NDEBUG flag is defined

Security Buffers check for NULL before usage.

mborgerding commented 4 years ago

Looks good. Thanks for the improvements!