You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
native_midi_common.c (ReadMIDIFile): fix possible NULL ptr dereference.
if allocation of mididata->track ever fails we'd still be dereferencing
it under 'bail'
(cherry picked from commit 9c5ccc0)
WavPack symbols need to be visible by default
They're not marked as exported, so we need to make all symbols visible for release Xcode builds
(cherry picked from commit f8fc299)