pipewire/src/modules/module-protocol-native
Wim Taymans 2fd64f1591 connection: dup and close fds
dup the fd when added to the outgoing buffer and close it againç
when sent. This ensures the fd remains valid in the buffer. A
quick add/remove of memory before a buffer flush could close the
fd before we can send it and then we get a bad fd and disconnect
the client.
2020-06-05 17:36:03 +02:00
..
v0 avoid following NULL pointers 2020-05-20 15:24:25 +02:00
connection.c connection: dup and close fds 2020-06-05 17:36:03 +02:00
connection.h pw_core -> pw_context 2019-12-10 18:19:56 +01:00
defs.h core_proxy: prepare to rename pw_remote -> pw_core_proxy 2019-12-06 11:48:40 +01:00
local-socket.c protocol-native: Improve errors 2020-02-21 15:05:43 +01:00
portal-screencast.c core_proxy: prepare to rename pw_remote -> pw_core_proxy 2019-12-06 11:48:40 +01:00
protocol-native.c improve error messages 2020-02-21 15:02:55 +01:00
test-connection.c tests: msg is undefined when _get_next() return != 1 2020-02-07 15:40:28 +01:00