diff options
author | Max Kellermann <max@musicpd.org> | 2020-10-05 20:18:04 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-10-05 20:26:42 +0200 |
commit | cb4fdac469fd1436aac13b890361ba2b69d1e0a6 (patch) | |
tree | b3f9e683298117b26fe49abc0d4682b81d1aa3e1 /NEWS | |
parent | ac46a84391468dc886983955850060736404ee14 (diff) |
playlist/cue/parser: fix nullptr dereference
Closes https://github.com/MusicPlayerDaemon/MPD/issues/974
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ ver 0.22.1 (not yet released) - alsa: don't deadlock when the ALSA driver is buggy - jack, pulse: reduce the delay when stopping or pausing playback * playlist - - cue: fix crash bug + - cue: fix two crash bugs ver 0.22 (2020/09/23) * protocol |