ardour/libs
Robin Gareus 5658e18815
Fix occasional crash at end of clip playback
Previously it was possible to cause a 64bit signed to 32bit
unsigned overflow. `from_stretcher` is pframes_t aka. uint32_t.
With int64_t arguments a std::min() expression producing negative
result will result in large 32bit values:

(pframes_t) std::min<int64_t>(1024, 176400 - 187392) = 4294956304

This produced a segfault when used as n_samples to copy in
buf.accumulate_from()
2022-05-29 23:35:51 +02:00
..
appleutility
ardour Fix occasional crash at end of clip playback 2022-05-29 23:35:51 +02:00
ardouralsautil
audiographer wscript: consistently have at most one empty separator line 2022-04-09 12:16:40 +02:00
auscan
backends
canvas
clearlooks-newer
evoral
fluidsynth
fst
gtkmm2ext
hidapi
libltc
lua Fix memory leak in ctorNilPtrPlacementProxy 2022-04-08 18:21:55 +02:00
midi++2
panners
pbd
plugins
ptformat
qm-dsp
surfaces
temporal
vamp-plugins
vamp-pyin
vfork
vst3
waveview apply new Item method name to various other usage sites 2022-04-26 22:04:08 -06:00
widgets
zita-convolver
zita-resampler