Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188065
b: refs/heads/master
c: 181427a
h: refs/heads/master
i:
  188063: 8b927b2
v: v3
  • Loading branch information
Dan Carpenter authored and James Morris committed Mar 14, 2010
1 parent 6673850 commit 567528c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bca14dd14f3b0c5e3e2d1d314679f85b67871365
refs/heads/master: 181427a7e01beab76c789414334375839f026128
1 change: 1 addition & 0 deletions trunk/security/tomoyo/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ static struct tomoyo_profile *tomoyo_find_or_assign_new_profile(const unsigned
ptr = kmalloc(sizeof(*ptr), GFP_KERNEL);
if (!tomoyo_memory_ok(ptr)) {
kfree(ptr);
ptr = NULL;
goto ok;
}
for (i = 0; i < TOMOYO_MAX_CONTROL_INDEX; i++)
Expand Down

0 comments on commit 567528c

Please sign in to comment.