libsndfile / libsamplerate

An audio Sample Rate Conversion library
http://libsndfile.github.io/libsamplerate/
BSD 2-Clause "Simplified" License
600 stars 167 forks source link

Fix out of boundary access in `src_linear.c` #209

Open lkoenig opened 6 months ago

lkoenig commented 6 months ago

Add a test case with different consecutive buffer size and a fix for #208.

lkoenig commented 6 months ago

@erikd and @evpobr would you mind having a look at this PR ?