summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-14 19:30:33 +0100
committerMax Kellermann <max@musicpd.org>2019-03-14 19:30:33 +0100
commit0d98677212f7d4b1308f140b8979d32c6a96aad6 (patch)
tree4175a9c570a676be436eb7d6f148c6efe528b0f6 /NEWS
parent38f0c169048f08823e6138d91b4569a928de6faa (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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37c351447..59e60e159 100644
--- a/NEWS
+++ b/NEWS
@@ -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)