diff options
author | Peter Chubb <[email protected]> | 2005-10-19 22:45:14 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2005-10-19 23:04:31 -0700 |
commit | 51b190b304bbeb1090ba20b0623d39917fa62997 (patch) | |
tree | ff136b65291671ca93f65aff101c1b5ead5f9a9b /scripts/basic/split-include.c | |
parent | 11909d64389c24b409e20f0eeafdc262e0a55788 (diff) |
[PATCH] `unaligned access' in acpi get_root_bridge_busnr()
In drivers/acpi/glue.c the address of an integer is cast to the address of
an unsigned long. This breaks on systems where a long is larger than an
int --- for a start the int can be misaligned; for a second the assignment
through the pointer will overwrite part of the next variable.
Signed-off-by: Peter Chubb <[email protected]>
Acked-by: "Brown, Len" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/split-include.c')
0 files changed, 0 insertions, 0 deletions