Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283256
b: refs/heads/master
c: 2ff6fa8
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and James Morris committed Dec 19, 2011
1 parent c8e4331 commit e2df0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8aa09fd880eb4c2881b9f3c8a8d09c0404cd4eb
refs/heads/master: 2ff6fa8fafd6fa94029fa0558a6b85956930f1f5
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/conditional.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void cond_policydb_destroy(struct policydb *p)
int cond_init_bool_indexes(struct policydb *p)
{
kfree(p->bool_val_to_struct);
p->bool_val_to_struct = (struct cond_bool_datum **)
p->bool_val_to_struct =
kmalloc(p->p_bools.nprim * sizeof(struct cond_bool_datum *), GFP_KERNEL);
if (!p->bool_val_to_struct)
return -ENOMEM;
Expand Down

0 comments on commit e2df0c4

Please sign in to comment.