pipewire/src/modules/module-session-manager
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-endpoint core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00
client-session core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00
endpoint-link.c core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00
endpoint-stream.c core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00
endpoint.c core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00
protocol-native.c src: check that POD arrays have the correct size for their type 2025-07-24 16:27:42 -04:00
proxy-session-manager.c treewide: use SPDX tags to specify copyright information 2023-02-16 10:54:48 +00:00
session.c core: use %u format specifier for uint32_t IDs 2026-04-16 08:54:15 +00:00