Skip to content

Conversation

@npitre
Copy link

@npitre npitre commented Nov 3, 2025

Fix incorrect format specifiers in lwm2m_read_cached_data() where
size_t variables were printed using %u and %d instead of %zu.
This caused CI failures on ARM64 platforms where size_t is long unsigned
int, triggering -Werror=format warnings.

Fixes #98935

Fix incorrect format specifiers in lwm2m_read_cached_data() where size_t variables were printed using %u and %d instead of %zu. This caused CI failures on ARM64 platforms where size_t is long unsigned int, triggering -Werror=format warnings. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
@npitre npitre added this to the v4.3.0 milestone Nov 3, 2025
@maass-hamburg maass-hamburg added the bug The issue is a bug, or the PR is fixing a bug label Nov 5, 2025
@maass-hamburg
Copy link
Member

@npitre this needs a connected bug report, as we are already after rc1, to be merged

@cfriedt cfriedt merged commit 408da59 into zephyrproject-rtos:main Nov 5, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: LWM2M bug The issue is a bug, or the PR is fixing a bug

7 participants