linux/drivers/misc/sgi-xp
Dean Nelson 361916a943 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>
2009-02-05 12:56:49 -08:00
..
Makefile
xp.h
xp_main.c
xp_nofault.S
xp_sn2.c
xp_uv.c
xpc.h sgi-xp: fix writing past the end of kzalloc()'d space 2009-02-05 12:56:49 -08:00
xpc_channel.c sgi-xpc: fix up stale DBUG_ON statements 2009-01-29 18:04:43 -08:00
xpc_main.c
xpc_partition.c
xpc_sn2.c sgi-xpc: fix up stale DBUG_ON statements 2009-01-29 18:04:43 -08:00
xpc_uv.c sgi-xp: fix writing past the end of kzalloc()'d space 2009-02-05 12:56:49 -08:00
xpnet.c sgi-xp: link XPNET's net_device_ops to its net_device structure 2009-02-03 15:16:48 -08:00