DeaDBeeF-Player / deadbeef

DeaDBeeF Player
https://deadbeef.sourceforge.io/
Other
1.65k stars 178 forks source link

fix plt_load_from_buffer #3131

Closed percontation closed 2 months ago

percontation commented 2 months ago

plt_load_from_buffer calls _plt_load_from_file with fname=NULL, which basically just unconditionally crashes.

Anyway, drag-and-drop from the sidebar into a playlist was broken on macOS beacause of this. Seems to be fine with this fix.

percontation commented 2 months ago

Oh, I just saw #3130, presumably this PR fixes that issue.

Oleksiy-Yakovenko commented 2 months ago

Thanks!