libsamplerate
libsamplerate copied to clipboard
Avoid UB in overlap checks
Doing pointer arithmetic on a NULL pointer is undefined behavior. This got flagged in a run using UBSAN. Disable the checks if any of the data pointers is NULL.