aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-22 00:02:17 +0100
committerMax Kellermann <max@duempel.org>2013-11-22 00:02:17 +0100
commit67b8124a1d34c2fa850005317503663407b9648e (patch)
tree5d8233b2e2aad2b80a3b28d3d0345e38f5bdea06 /NEWS
parent51ec499c89ae62f366fbdfe08c87a05384905e2e (diff)
downloadmpd-67b8124a1d34c2fa850005317503663407b9648e.tar.gz
mpd-67b8124a1d34c2fa850005317503663407b9648e.tar.xz
mpd-67b8124a1d34c2fa850005317503663407b9648e.zip
Mapper: _get_music_directory_utf8() may return nullptr
If no music_directory is configured, return nullptr instead of an empty string. This fixes a crash when db_file is configured without music_directory.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8fc7435ae..8a433e202 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.18.5 (20??/??/??)
+* configuration
+ - fix crash when db_file is configured without music_directory
* decoder
- fluidsynth: auto-detect by default
* fix ia64, mipsel and other little-endian architectures