cfoulc / cf

mod's and modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
58 stars 16 forks source link

fix: out of bound error in string when preview module #45

Open falkTX opened 2 years ago

falkTX commented 2 years ago

FUNKTION, LABEL, PLAY have a string out of bound error which does not always manifest itself. using gcc-11 on archlinux reliably reproduces the crash. this patch fixes it

see related discussion at https://github.com/DISTRHO/Cardinal/issues/92