Merge "Ensure avrule is initialized."
This commit is contained in:
commit
22cade09bf
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ static int check_neverallows(policydb_t *policydb, char *text, char *end)
|
|||
{
|
||||
const char *keyword = "neverallow";
|
||||
size_t keyword_size = strlen(keyword), len;
|
||||
struct avrule *neverallows = NULL, *avrule;
|
||||
struct avrule *neverallows = NULL, *avrule = NULL;
|
||||
char *p, *start;
|
||||
int result;
|
||||
|
||||
|
|
Loading…
Reference in a new issue