HomeFreeBSD

Fix an out-of-bounds array access... the irq data for teardown is in two

Description

Fix an out-of-bounds array access... the irq data for teardown is in two
arrays, as elements 0 and 1 of one array and elements 1 and 2 of the other.
Run the loop 0..1 instead of 1..2 and use named constants to offset into
one of the arrays.

PR: 229508

Details

Provenance
ianAuthored on
Parents
rS335981: Welcome Ben Widawsky (bwidawsk) as a src committer
Branches
Unknown
Tags
Unknown