diff --git a/[refs] b/[refs] index 6e25c1c47c13..876035a57c14 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e81cc13a88ce486a6b0a6ca56aba6985824917a +refs/heads/master: 88ae704c2aba150372e3d5c2f017c816773d09a7 diff --git a/trunk/kernel/auditsc.c b/trunk/kernel/auditsc.c index 3401293359e8..04f3ffb8d9d4 100644 --- a/trunk/kernel/auditsc.c +++ b/trunk/kernel/auditsc.c @@ -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]);