pipewire/src/modules/module-client-node
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
..
client-node.c client-node: avoid using invalid fd or mem in clear_data 2026-03-10 17:58:07 +01:00
client-node.h treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
protocol-native.c buffers: increase max datas limit 2025-04-04 15:46:03 +02:00
remote-node.c Fixes parameter type that trips ubsan 2025-12-02 00:52:57 +00:00