From: Martin Wilck <mwilck@xxxxxxxx> clang detected this error. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- tests/hwtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwtable.c b/tests/hwtable.c index 977a5663..473028b7 100644 --- a/tests/hwtable.c +++ b/tests/hwtable.c @@ -261,7 +261,7 @@ static void write_defaults(const struct hwt_state *hwt) defaults[0].value = hwt->dirname; defaults[1].value = buf; assert_ptr_not_equal(getcwd(dirbuf, sizeof(dirbuf)), NULL); - strncat(dirbuf, "/lib", sizeof(dirbuf)); + strncat(dirbuf, "/lib", sizeof(dirbuf) - 5); defaults[2].value = dirbuf; write_section(hwt->config_file, "defaults", ARRAY_SIZE(defaults), defaults); -- 2.23.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel