pipewire/src
Wim Taymans 55f6c35e78 client-node: avoid using invalid fd or mem in clear_data
Don't close an -1 fd in clear_data.

If we let the client allocate buffer, set our fd and data to invalid
values. If the client decides to renegotiate before we get the buffer
data we might otherwise try to clear the mem_id (default 0) or
close the fd (also default 0).

Fixes #5162
2026-03-10 17:58:07 +01:00
..
daemon filter-graph: add gain option to sofa 2026-02-02 16:28:54 +01:00
examples stream: Make capability device IDs an JSON object 2026-01-22 16:08:19 +00:00
gst gst: fix compilation on older GStreamer 2026-03-04 17:57:31 +01:00
modules client-node: avoid using invalid fd or mem in clear_data 2026-03-10 17:58:07 +01:00
pipewire pipewire/capabilities: Update device ID negotation according to API docs 2026-03-10 17:54:10 +01:00
tests stream: return -EIO when doing get_time in != STREAMING 2026-02-12 12:26:33 +01:00
tools pw-cat: fix encoded format playback 2026-03-06 17:09:28 +01:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00