diff options
| author | Randy Dunlap <[email protected]> | 2006-04-10 22:53:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-04-11 06:18:34 -0700 |
| commit | c0ec31ad334fb83e53f2130eacbb44a639f77967 (patch) | |
| tree | 449070f25aa346dab179325d4eafc305bb6557b8 /include/linux/sysdev.h | |
| parent | e39632faa0efbddc3aed4f8658f2fa0a8afa2717 (diff) | |
[PATCH] mpparse: prevent table index out-of-bounds
John Z. Bohach <[email protected]> found this bug:
If the board has more than 32 PCI busses on it, the mptable bus array will
overwrite its bounds for the PCI busses, and stomp on anything that's after
it.
Prevent possible table overflow and unknown data corruption. Code is in an
__init section so it will be discarded after init.
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/sysdev.h')
0 files changed, 0 insertions, 0 deletions