Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 2fc62f2 ("stackprot: Make our test a bit more complex") Signed-off-by: Heinrich Schuchardt <[email protected]>
- Loading branch information