diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-01-14 08:14:03 -0500 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-01-14 08:15:18 -0500 |
commit | 58fd3aa288939d3097fa04505b25c2f5e6e144d1 (patch) | |
tree | 73d65d8494f80884c765265d78496fba6ef00784 /kernel/sys.c | |
parent | 6673e0c3fbeaed2cd08e2fd4a4aa97382d6fedb0 (diff) |
[CVE-2009-0029] System call wrappers part 01
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'kernel/sys.c')
-rw-r--r-- | kernel/sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index 763c3c17ded3..37165e552331 100644 --- a/kernel/sys.c +++ b/kernel/sys.c | |||
@@ -919,7 +919,7 @@ void do_sys_times(struct tms *tms) | |||
919 | tms->tms_cstime = cputime_to_clock_t(cstime); | 919 | tms->tms_cstime = cputime_to_clock_t(cstime); |
920 | } | 920 | } |
921 | 921 | ||
922 | asmlinkage long sys_times(struct tms __user * tbuf) | 922 | SYSCALL_DEFINE1(times, struct tms __user *, tbuf) |
923 | { | 923 | { |
924 | if (tbuf) { | 924 | if (tbuf) { |
925 | struct tms tmp; | 925 | struct tms tmp; |