pipewire/src
Wim Taymans 7ecd51dc80 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 14:25:07 +01:00
..
daemon modules: move the scheduler to a module 2026-02-19 17:44:27 +01:00
examples examples: support REQUEST like video-src 2026-03-10 12:30:03 +01:00
gst gst: fix compilation on older GStreamer 2026-03-04 17:55:53 +01:00
modules client-node: avoid using invalid fd or mem in clear_data 2026-03-10 14:25:07 +01:00
pipewire pipewire: mem: log if close() fails 2026-03-10 12:27:44 +01:00
tests stream: return -EIO when doing get_time in != STREAMING 2026-02-12 12:26:33 +01:00
tools pw-dump: place key before None choice values 2026-03-09 13:19:43 +01:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00