mirror of
https://xff.cz/git/u-boot/
synced 2025-12-26 21:34:35 +01:00
strlen() returns size_t. So we should use %zu to print it.
This avoids incorrect output on 32bit systems.
Fixes: 2fc62f2991 ("stackprot: Make our test a bit more complex")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
602 B
602 B