pipewire/src
Barnabás Pőcze e6e36c4d34 tests: endpoint: fix valgrind uninit warning
Previously, valgrind was warning that

  Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)

this was caused by uninitialized values being serialized for IPC.
Specifically, not all members of the `pw_endpoint_info` struct were
initialized, which caused uninitialized bytes to end up in the IPC
buffers due to the `pw_endpoint_emit_info()` in `endpoint_add_listener()`.

Fix that by initializing the missed `id` and `flags` members.
2025-07-20 18:36:20 +02:00
..
daemon meson.build: rework systemd related options 2025-07-18 09:46:17 +00:00
examples
gst
modules module-rtp-sap: Take RTP dest port into account when matching sessions 2025-07-18 10:54:04 +02:00
pipewire
tests tests: endpoint: fix valgrind uninit warning 2025-07-20 18:36:20 +02:00
tools pw-cat: Use multiple encoded frames if single frames don't fill the quantum 2025-07-18 10:53:43 +02:00
meson.build