Files
ardour/libs
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
2017-03-21 15:53:29 +01:00
2017-02-28 21:33:13 +01:00
2016-10-27 15:57:47 +02:00
2016-12-03 15:18:21 -05:00
2017-03-27 05:08:30 +02:00
2017-02-18 16:22:34 +01:00