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 9ddddfb commit 372446dCopy full SHA for 372446d
tests/tests_libcrun_intelrdt.c
@@ -84,6 +84,8 @@ test_get_rdt_value ()
84
{ \
85
char *result = NULL; \
86
int r = get_rdt_value (&result, L3, MB, SCHEMATA); \
87
+ if (strlen (result) != r) \
88
+ return 1; \
89
int cmp = strcmp (result, EXPECTED); \
90
free (result); \
91
if (cmp != 0) \
0 commit comments