summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-10-05 20:10:26 +0200
committerMax Kellermann <max@musicpd.org>2020-10-05 20:26:02 +0200
commitac46a84391468dc886983955850060736404ee14 (patch)
tree337ee7b3771a79fb7390affc11673393ef21a416 /NEWS
parentdffd5831f83e31b7d07962d69922d64131c6880a (diff)
playlist/cue/parser: fix off-by-one buffer overflow
cue_next_word() can return a pointer one past the end of the string if the word is followed by the terminating null byte.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8d8e763c..4dc6b4e06 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ ver 0.22.1 (not yet released)
* output
- 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
ver 0.22 (2020/09/23)
* protocol