diff options
author | Max Kellermann <max@duempel.org> | 2009-01-29 18:11:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-29 18:11:30 +0100 |
commit | 3defb8eae008c8077866f12863eb2c920d0922a7 (patch) | |
tree | 5ce244856d71b9c3e95ae0a58ec7798864c61273 /NEWS | |
parent | 6e31071249d0bfe7923eba4cd76ae25e2270f82d (diff) | |
download | mpd-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.14.2 (2009/??/??) +* audio outputs: + - jack: allocate ring buffers before connecting ver 0.14.1 (2009/01/17) |