[PATCH] Fix get_compat_sigevent()
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 Apr 2005 22:24:01 +0000 (15:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:24:01 +0000 (15:24 -0700)
commit51410d3c53d85da0f24277f9580cbec1260ffc8f
tree947575daff5bee85e09a438f40f11aae57cd0475
parent5df240826c90afdc7956f55a004ea6b702df9203
[PATCH] Fix get_compat_sigevent()

I have no idea how a bug like this lasted so long.  Anyways, obvious
memset()'ing of incorrect pointer.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/compat.c