pipewire/spa/plugins
Arnav Singh 2501b347ef
spa: bluez: fix crash when receiving signal from modemmanager
6e581deb91 added an `spa_autoptr(DbusMessage) m`
for the new message sent out when a signal is received from modemmanager.
However this ended up shadowing the original `m` function arg,
so the code that wanted to interrogate the original arg with
`dbus_get_message_path` etc ended up interrogating this `NULL` value instead.
This triggered a NULL-check in `dbus_get_message_path` and caused
the process to abort.

Original downstream report: https://gitlab.com/postmarketOS/pmaports/-/issues/2886
2024-06-15 10:11:38 -07:00
..
aec Fix typos 2024-05-22 09:19:34 +02:00
alsa add alsa plugin profiles for HDMI/AC3 (Fix #3832) 2024-06-07 11:20:01 +02:00
audioconvert doc: clarify the dither.noise 2024-06-13 11:38:26 +02:00
audiomixer impl-port: swap io areas instead of doing cycle math 2024-05-08 10:45:53 +02:00
audiotestsrc spa: use log topics everywhere 2024-03-11 18:45:21 +02:00
avb spa: small cleanups 2024-01-10 15:51:01 +01:00
bluez5 spa: bluez: fix crash when receiving signal from modemmanager 2024-06-15 10:11:38 -07:00
control control: use quantum_limit for midi buffer size 2024-05-10 11:49:31 +02:00
ffmpeg spa: use log topics everywhere 2024-03-11 18:45:21 +02:00
jack spa: use log topics everywhere 2024-03-11 18:45:21 +02:00
libcamera Fix typos 2024-05-22 09:19:34 +02:00
support loop: flush items in the order they were added 2024-05-08 12:21:54 +02:00
test spa: use log topics everywhere 2024-03-11 18:45:21 +02:00
v4l2 v4l2: improve logging a little 2024-06-11 12:15:05 +02:00
videoconvert videoconvert: Enable loading external converter plugins 2024-01-22 13:59:16 +00:00
videotestsrc spa: use log topics everywhere 2024-03-11 18:45:21 +02:00
volume spa: use log topics everywhere 2024-03-11 18:45:21 +02:00
vulkan Fix typos 2024-05-22 09:19:34 +02:00
meson.build meson: fix build with missing libudev-devel 2024-02-06 11:49:40 +01:00