text: NULL-terminate SI mask names
The list should have a NULL sentry. Add one. testcase: 'interpret KP_Delete+AnyOfOrNaneo(ll)' Signed-off-by: Daniel Stone <daniels@collabora.com>master
parent
38e1766bc6
commit
ae7856db48
|
@ -204,6 +204,7 @@ const LookupEntry symInterpretMatchMaskNames[] = {
|
|||
{ "AnyOf", MATCH_ANY },
|
||||
{ "AllOf", MATCH_ALL },
|
||||
{ "Exactly", MATCH_EXACTLY },
|
||||
{ NULL, 0 },
|
||||
};
|
||||
|
||||
const char *
|
||||
|
|
Loading…
Reference in New Issue