smbolton / hexter

Yamaha DX7 modeling DSSI soft synth
http://dssi.sourceforge.net/hexter.html
GNU General Public License v2.0
109 stars 15 forks source link

Fixed Segfault on startup #11

Closed bensmooth closed 3 years ago

bensmooth commented 4 years ago

I am no C wizard, but from debugging it I think that the casting we were doing was causing undefined behavior: labels = (const char *[]){ ... };

So I just decided to avoid casting anything, and now I don't get a segfault on startup.