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 *: unify config.h handling 2025-05-30 10:24:13 +00:00
gst gst: pipewiresrc: Expose cursor position as a ROI meta 2025-07-11 11:57:59 -04:00
modules module-rtp-sap: Take RTP dest port into account when matching sessions 2025-07-18 10:54:04 +02:00
pipewire pipewire: thread: check sched_get_priority_*() return value 2025-07-12 19:53:45 +00:00
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 meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00