pipewire/src/modules/module-client-node
zuozhiwei b4457b871f core: use %u format specifier for uint32_t IDs
The object, node, client, factory, module, and link IDs are all uint32_t values but were being formatted with %d.
This would produce incorrect negative values if an ID ever exceeded INT_MAX
2026-04-16 08:54:15 +00:00
..
client-node.c core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00: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