Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44896
b: refs/heads/master
c: 3e1fbd1
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Dec 22, 2006
1 parent 5096344 commit bd3e8e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5c95da9f5abeff865b7273b59e1a3c50a2c5acb2
refs/heads/master: 3e1fbd12c958591695f89b11f9c6ec08d002e358
4 changes: 2 additions & 2 deletions trunk/kernel/auditfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ static inline int audit_dupe_selinux_field(struct audit_field *df,

/* our own copy of se_str */
se_str = kstrdup(sf->se_str, GFP_KERNEL);
if (unlikely(IS_ERR(se_str)))
return -ENOMEM;
if (unlikely(!se_str))
return -ENOMEM;
df->se_str = se_str;

/* our own (refreshed) copy of se_rule */
Expand Down

0 comments on commit bd3e8e0

Please sign in to comment.