We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e45f2 commit 231dc3fCopy full SHA for 231dc3f
drivers/misc/lkdtm/bugs.c
@@ -417,7 +417,7 @@ static void lkdtm_FAM_BOUNDS(void)
417
pr_err("FAIL: survived access of invalid flexible array member index!\n");
418
419
if (!__has_attribute(__counted_by__))
420
- pr_warn("This is expected since this %s was built a compiler supporting __counted_by\n",
+ pr_warn("This is expected since this %s was built with a compiler that does not support __counted_by\n",
421
lkdtm_kernel_info);
422
else if (IS_ENABLED(CONFIG_UBSAN_BOUNDS))
423
pr_expected_config(CONFIG_UBSAN_TRAP);
0 commit comments