aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-29 18:11:30 +0100
committerMax Kellermann <max@duempel.org>2009-01-29 18:11:30 +0100
commit3defb8eae008c8077866f12863eb2c920d0922a7 (patch)
tree5ce244856d71b9c3e95ae0a58ec7798864c61273 /NEWS
parent6e31071249d0bfe7923eba4cd76ae25e2270f82d (diff)
downloadmpd-3defb8eae008c8077866f12863eb2c920d0922a7.tar.gz
mpd-3defb8eae008c8077866f12863eb2c920d0922a7.tar.xz
mpd-3defb8eae008c8077866f12863eb2c920d0922a7.zip
jack: allocate ring buffers before connecting
If the ring buffers are allocated after jack_activate(), mpd_jack_process() might segfault because it attempts to access them.
Diffstat (limited to '')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2397fa56a..a9619e91a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.14.2 (2009/??/??)
+* audio outputs:
+ - jack: allocate ring buffers before connecting
ver 0.14.1 (2009/01/17)