Package: libsamplerate0 Version: 0.1.2-2 Severity: normal When given input_frames == 0, src_process() of the SRC_LINEAR converter still accesses data through the data_in pointer. The attached program demonstrates this and results in a segfault.
(Of course, this might be regarded as a case of "don't do that then", and indeed it's easy to check for input_frames == 0 and avoid calling src_process() then, but I'm reporting it anyway.)
libsamplerate-crash.c
Description: Binary data