commit | eda8429257db1259d60944e963e59eab8730f318 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Feb 04 10:50:04 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 11 10:52:37 2022 -0500 |
tree | baeb7aad66cfe2e55c0faa3d7d6bcf862f2439f4 | |
parent | 30f646518b7700a508574257597598bb48cff4c6 [diff] |
cmd: wrong printf() code in do_test_stackprot_fail() strlen() returns size_t. So we should use %zu to print it. This avoids incorrect output on 32bit systems. Fixes: 2fc62f299174 ("stackprot: Make our test a bit more complex") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>