diff options
author | 2009-02-04 15:12:24 -0800 | |
---|---|---|
committer | 2009-02-05 12:56:49 -0800 | |
commit | 361916a943cd9dbda1c0b00879d0225cc919d868 (patch) | |
tree | e9b30d230248baa4dd3e9718b683e4aa74830f43 /fs/file_table.c | |
parent | alpha: fixup BUG macro (diff) | |
download | wireguard-linux-361916a943cd9dbda1c0b00879d0225cc919d868.tar.xz wireguard-linux-361916a943cd9dbda1c0b00879d0225cc919d868.zip |
sgi-xp: fix writing past the end of kzalloc()'d space
A missing type cast results in writing way beyond the end of a kzalloc()'d
memory segment resulting in slab corruption. But it seems like the better
solution is to define ->recv_msg_slots as a 'void *' rather than a
'struct xpc_notify_mq_msg_uv *' and add the type cast.
Signed-off-by: Dean Nelson <dcn@sgi.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/file_table.c')
0 files changed, 0 insertions, 0 deletions