mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 03:36:24 +01:00
![Billy Laws](/assets/img/avatar_default.png)
Resampling would sometimes perform an OOB read into `inputBuffer` due it not containing enough data to calculate corresponding the output sample, this has been fixed by introducing bounds checking to ensure that the buffer has enough data.