Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | module-jack-sink/source: protect against null return in jack_get_ports | David Henningsson | 2011-03-28 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | Just picking up a crash report from Ubuntu, here's the result. -- David Henningsson, Canonical Ltd. http://launchpad.net/~diwic From 934c52c79bb6faed56a64d6e15f9b285f687afee Mon Sep 17 00:00:00 2001 From: David Henningsson <david.henningsson@canonical.com> Date: Mon, 28 Mar 2011 14:30:44 +0200 Subject: [PATCH] module-jack-sink/source: protect against null return in jack_get_ports According to jack_get_ports documentation, it seems like returning NULL is valid, and that it should be freed using jack_free. Reported-by: Grayson Peddie BugLink: http://bugs.launchpad.net/bugs/733424 Signed-off-by: David Henningsson <david.henningsson@canonical.com> | ||||
* | Fix up some double spaces | Maarten Bosmans | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | jack: Prevent crash on jack server shutdown | David Henningsson | 2010-05-08 | 1 | -3/+4 |
| | |||||
* | thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm | Lennart Poettering | 2010-05-07 | 1 | -1/+6 |
| | |||||
* | jack: never try to autoconnect to MIDI ports | Lennart Poettering | 2009-11-05 | 1 | -1/+1 |
| | | | | | | Original patch supplied by 'adi' http://pulseaudio.org/ticket/669 | ||||
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵ | Lennart Poettering | 2009-06-19 | 1 | -1/+0 |
| | | | | finally fixed for granularity | ||||
* | modules: add {sink|source|card}_properties argument to all modules | Lennart Poettering | 2009-05-28 | 1 | -4/+12 |
| | |||||
* | build-system: move x11 and jack modules into subdirectories | Lennart Poettering | 2009-04-28 | 1 | -0/+497 |