Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64221
b: refs/heads/master
c: 88ae704
h: refs/heads/master
i:
  64219: 36632d9
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Aug 23, 2007
1 parent 86e7b51 commit 8bebb89
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: 8e81cc13a88ce486a6b0a6ca56aba6985824917a
refs/heads/master: 88ae704c2aba150372e3d5c2f017c816773d09a7
2 changes: 1 addition & 1 deletion trunk/kernel/auditsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ int __audit_signal_info(int sig, struct task_struct *t)
axp->d.next = ctx->aux_pids;
ctx->aux_pids = (void *)axp;
}
BUG_ON(axp->pid_count > AUDIT_AUX_PIDS);
BUG_ON(axp->pid_count >= AUDIT_AUX_PIDS);

axp->target_pid[axp->pid_count] = t->tgid;
selinux_get_task_sid(t, &axp->target_sid[axp->pid_count]);
Expand Down

0 comments on commit 8bebb89

Please sign in to comment.