Robin Gareus
c0c24aff72
Hotfix crashes for [extreme] time-stretch -- #7305
...
e.g. stretch-shrink 3712 samples down to 1780.
The filter order defines nFact which can become larger than length - 2
leading to out-of-bounds array access.
e.g. m_ord = 2 -> nFilt = 2, nFact = 6; process < 7 samples (here 6)
2017-04-01 19:16:12 +02:00
..
2017-04-01 13:14:17 +02:00
2016-12-06 20:55:17 +10:00
2017-02-20 09:16:51 +00:00
2017-03-21 15:53:29 +01:00
2016-08-30 07:15:00 +01:00
2017-02-28 21:33:13 +01:00
2016-08-30 07:15:00 +01:00
2017-03-08 13:03:46 +01:00
2017-03-30 11:02:06 -05:00
2016-10-27 15:57:47 +02:00
2016-08-30 07:15:00 +01:00
2017-03-30 05:06:34 +02:00
2016-12-03 15:18:21 -05:00
2016-12-21 23:09:40 +01:00
2017-03-27 05:08:30 +02:00
2017-03-11 23:10:44 +01:00
2017-02-18 16:22:34 +01:00
2017-04-01 19:16:12 +02:00
2017-04-01 09:57:06 -05:00
2016-12-21 23:09:40 +01:00
2017-02-09 09:39:53 +00:00