pipewire/src
Barnabás Pőcze 4c13eced55 pulse-server: detach clients from server
When the server or client goes away, detach the client
from the server to avoid potential use-after-free issues
that might occur if the client causes the
unloading of the server it is connected to.

E.g.:

  pactl load-module module-protocol-native-tcp port=4713
  pactl -s localhost:4713 unload-module module-native-protocol-tcp

See #1240.
2021-06-01 22:11:49 +02:00
..
daemon pulse-server: support absolute unix socket paths 2021-05-31 21:34:58 +02:00
examples media-session: use direction to find the node by name 2021-05-31 15:40:26 +02:00
extensions meson: replace join_paths(a, b) with a / b 2021-04-15 06:57:00 +00:00
gst treewide: replace !strcmp() with spa_streq() 2021-05-18 22:10:27 +10:00
modules pulse-server: detach clients from server 2021-06-01 22:11:49 +02:00
pipewire stream: clarify buffer onwership and lifecycle 2021-06-01 12:25:44 +02:00
tests treewide: replace strcmp() != 0 with !spa_streq 2021-05-18 22:10:27 +10:00
tools pw-cat: remove debug 2021-05-27 15:26:09 +02:00
meson.build meson: Fixed remaining issues from the port to feature options 2021-03-11 18:29:11 +00:00