|
From: Paul M. <pa...@sa...> - 2005-11-12 06:42:55
|
Julian Seward writes: > So does anybody have a clue what the significance of 0x30001 vs 0x1 is? There's an error in the code that copies siginfo structs to userspace in the ppc32 2.4 kernel. The high half of that word is kernel stuff that should be masked off when copying the siginfo to userspace, but isn't. Paul. |