diff options
author | Roel Kluin <[email protected]> | 2009-10-01 15:44:24 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-10-01 16:11:16 -0700 |
commit | 196b3167efd13a02cdd34acc1a12316b9f45f41d (patch) | |
tree | 91f2fc91355dc0d26eb06ddde80ce6f2e1ebb9b7 /scripts/basic/docproc.c | |
parent | 75e3a6aed99babdfa95f80d07421065ed004d186 (diff) |
cyclades: fix read buffer overflow
irq is declared with size NR_CARDS (4), but the loop containing this
segment runs up until NR_ISA_ADDRS (16), possibly reading from irq[i] (and
trying to use the result)
Identified by the Parfait static scanner.
Signed-off-by: Roel Kluin <[email protected]>
Acked-by: Jiri Slaby <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
0 files changed, 0 insertions, 0 deletions