mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-26 14:20:27 +01:00
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. |
||
|---|---|---|
| .. | ||
| v0 | ||
| connection.c | ||
| connection.h | ||
| defs.h | ||
| local-socket.c | ||
| portal-screencast.c | ||
| protocol-native.c | ||
| test-connection.c | ||