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
Fix double free in Cu6mPlayer::~Cu6mPlayer() (issue adplug#91)
Leave deallocation of song_data to destructor when
decompression fails, just like on success.
This fixes CVE-2019-15151.
Even though load() is apparently not supposed to be called
twice (and bad things happen in many players if you do),
let's also avoid leaking song_data's memory in that case.
Fixes: adplug#91
0 commit comments