libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
430 stars 147 forks source link

native_midi_common.c (ReadMIDIFile): fix possible NULL ptr dereference. #615

Closed sezero closed 6 months ago

sezero commented 6 months ago

if allocation of mididata->track ever fails we'd still be dereferencing it under 'bail'

Unless I'm missing something...