Skip to content
Commit 5b592397 authored by Roel Kluin's avatar Roel Kluin Committed by Tony Luck
Browse files

[IA64] Don't go beyond iosapic_intr_info's arraysize



vi arch/ia64/kernel/iosapic.c +142
static struct iosapic_intr_info {
	...
} iosapic_intr_info[NR_IRQS];

But at line 510 we have:
	for (i = 0; i <= NR_IRQS; i++) {

s/<=/</

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent aa2f63c9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment