pipewire/src/modules/module-client-node
Wim Taymans 0d7cb9b39f client-node: remove the MAPPABLE flag for MemPtr data
af3ad7bf9f set the fd and MAPPABLE
flag on buffer data when it was allocated inline in shared mem, even
for MemPtr data. In the client-node however we don't pass along this
fd and so we also should not pass the MAPPABLE flag for MemPtr data.

This fixes an issue in older clients that blindly try to map the fd when
the MAPPABLE flag is set, even when there is no fd (and there is already
a data pointer).

Fixes #5003
2025-12-02 12:07:47 +01:00
..
client-node.c client-node: remove the MAPPABLE flag for MemPtr data 2025-12-02 12:07:47 +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