Skip to content

Commit

Permalink
Fux
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed May 7, 2024
1 parent e8a2ecf commit 6bff32e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/selinux/sepolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@ static bool add_type(struct policydb *db, const char *type_name, bool attr)
return false;
}

size_t new_size = sizeof(struct ebitmap) * db->p_types.nprim;
struct ebitmap *new_type_attr_map_array =
ksu_realloc(db->type_attr_map_array,
value * sizeof(struct ebitmap),
Expand Down

0 comments on commit 6bff32e

Please sign in to comment.