[IA64] ia32_signal.c: erroneous use of memset/memcpy
authorArun Sharma <arun.sharma@intel.com>
Fri, 22 Apr 2005 20:06:47 +0000 (13:06 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 22 Apr 2005 20:06:47 +0000 (13:06 -0700)
Found by Alexander Nyberg, improved by Bjorn Helgaas.

- Fix the incorrect argument to sizeof()
- looks like memcpy() code pass was dervived from code that used
  copy_from_user().  But in this case we are doing to kernel space
  to kernel space copy, so memcpy is the right routine, but it
  doesn't return an error code.

Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found