|
@@ -125,7 +125,7 @@ long arch_ptrace(struct task_struct *child, long request,
|
|
|
addr >= sizeof(struct pt_regs))
|
|
|
break;
|
|
|
tmp = *(unsigned long *) ((char *) task_regs(child) + addr);
|
|
|
- ret = put_user(tmp, (unsigned long *) data);
|
|
|
+ ret = put_user(tmp, (unsigned long __user *) data);
|
|
|
break;
|
|
|
|
|
|
/* Write the word at location addr in the USER area. This will need
|