Skip to content

Commit f89722f

Browse files
groeckpcmoore
authored andcommitted
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: 10ca05a ("ipe: kunit test for parser") Cc: Deven Bowers <[email protected]> Cc: Paul Moore <[email protected]> Cc: Fan Wu <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Acked-by: Fan Wu <[email protected]> Signed-off-by: Paul Moore <[email protected]>
1 parent 8a23c9e commit f89722f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/ipe/policy_tests.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ static void ipe_parser_widestring_test(struct kunit *test)
286286
static struct kunit_case ipe_parser_test_cases[] = {
287287
KUNIT_CASE_PARAM(ipe_parser_unsigned_test, ipe_policies_gen_params),
288288
KUNIT_CASE(ipe_parser_widestring_test),
289+
{ }
289290
};
290291

291292
static struct kunit_suite ipe_parser_test_suite = {

0 commit comments

Comments
 (0)