Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88879
b: refs/heads/master
c: b00de17
h: refs/heads/master
i:
  88877: 5560e8e
  88875: a7a9c59
  88871: bce2975
  88863: 1b82037
v: v3
  • Loading branch information
Roland McGrath authored and Ingo Molnar committed Apr 17, 2008
1 parent e6261d2 commit 51e73c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48ee679a02406c65ced67c3951ad19744eb21083
refs/heads/master: b00de174e3d52d9185e2e9937a6a2704c9d7d520
5 changes: 0 additions & 5 deletions trunk/arch/x86/ia32/sys_ia32.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,11 +780,6 @@ asmlinkage long sys32_execve(char __user *name, compat_uptr_t __user *argv,
if (IS_ERR(filename))
return error;
error = compat_do_execve(filename, argv, envp, regs);
if (error == 0) {
task_lock(current);
current->ptrace &= ~PT_DTRACE;
task_unlock(current);
}
putname(filename);
return error;
}
Expand Down

0 comments on commit 51e73c1

Please sign in to comment.