summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-10-07 12:23:58 +0200
committerMax Kellermann <max@musicpd.org>2019-10-07 12:24:25 +0200
commit23d08820a2bec1182c838de34cc2c6687dc95558 (patch)
tree5ef6e75e7c5f953656ef1a08b03caf60e31e6918 /NEWS
parentb9b906ab208cf0243b3be3f61af279cd4c9d0483 (diff)
db/update/Walk: fix crash when music_directory is not a directory
Add a runtime sanity check to avoid the assertion failure. Closes https://github.com/MusicPlayerDaemon/MPD/issues/660
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index faf11c231..334cce603 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.21.16 (not yet released)
+* update
+ - fix crash when music_directory is not a directory
ver 0.21.15 (2019/09/25)
* decoder