[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240922145226.491815-1-linux@roeck-us.net>
Date: Sun, 22 Sep 2024 07:52:26 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: "Serge E . Hallyn" <serge@...lyn.com>
Cc: linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org,
Guenter Roeck <linux@...ck-us.net>,
Deven Bowers <deven.desai@...ux.microsoft.com>,
Paul Moore <paul@...l-moore.com>,
Fan Wu <wufan@...ux.microsoft.com>
Subject: [PATCH] ipe: Add missing terminator to list of unit tests
Add missing terminator to list of unit tests to avoid random crashes seen
when running the test.
Fixes: 10ca05a76065 ("ipe: kunit test for parser")
Cc: Deven Bowers <deven.desai@...ux.microsoft.com>
Cc: Paul Moore <paul@...l-moore.com>
Cc: Fan Wu <wufan@...ux.microsoft.com>
Signed-off-by: Guenter Roeck <linux@...ck-us.net>
---
security/ipe/policy_tests.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/ipe/policy_tests.c b/security/ipe/policy_tests.c
index 89521f6b9994..5f1654deeb04 100644
--- a/security/ipe/policy_tests.c
+++ b/security/ipe/policy_tests.c
@@ -286,6 +286,7 @@ static void ipe_parser_widestring_test(struct kunit *test)
static struct kunit_case ipe_parser_test_cases[] = {
KUNIT_CASE_PARAM(ipe_parser_unsigned_test, ipe_policies_gen_params),
KUNIT_CASE(ipe_parser_widestring_test),
+ { }
};
static struct kunit_suite ipe_parser_test_suite = {
--
2.45.2
Powered by blists - more mailing lists