Bugzilla – Bug 137998
fluidsynth crashes on 64-bit architectures
Last modified: 2005-12-12 17:46:56 UTC
Hi Takashi! One for you to happily start the week :-) In a 64-bit environment, fluidsynth crashes as soon as it tries to use a sample, which totally defeats its purpose (->critical) Besides some bogus compile warnings (SFZone.instsamp would look better as a union), one warning actually points at the problem. Pointer/Address arithmetics should be done on a data type large enough. Patch attached.
Created attachment 60255 [details] beneficial one-liner
Thanks, fixed on STABLE.