diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-14 19:30:33 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-14 19:30:33 +0100 |
commit | 0d98677212f7d4b1308f140b8979d32c6a96aad6 (patch) | |
tree | 4175a9c570a676be436eb7d6f148c6efe528b0f6 /NEWS | |
parent | 38f0c169048f08823e6138d91b4569a928de6faa (diff) |
playlist/flac: copy the URI to fix use-after-free bug
Closes https://github.com/MusicPlayerDaemon/MPD/issues/508
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ ver 0.21.6 (not yet released) - allow loading playlists specified as absolute filesystem paths * input - cdio_paranoia: fix build failure due to missing #include +* playlist + - flac: fix use-after-free bug * support abstract sockets on Linux ver 0.21.5 (2019/02/22) |