diff options
author | Arun Sharma <arun.sharma@intel.com> | 2005-04-23 00:06:47 +0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-04-23 00:06:47 +0400 |
commit | 7130667107cd3ab9d6802b69bab63c7d22f20bd4 (patch) | |
tree | b4467b2d08a139961e709cfb41bd1f9280249155 /include/asm-ia64/sal.h | |
parent | efab7739d99eae948971140b2aa3dddf7f72c900 (diff) | |
download | linux-7130667107cd3ab9d6802b69bab63c7d22f20bd4.tar.xz |
[IA64] ia32_signal.c: erroneous use of memset/memcpy
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>
Diffstat (limited to 'include/asm-ia64/sal.h')
0 files changed, 0 insertions, 0 deletions