diff options
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 10 |
1 files changed, 2 insertions, 8 deletions
| @@ -421,11 +421,6 @@ int setup_arg_pages(struct linux_binprm *bprm, | |||
| 421 | if (!mpnt) | 421 | if (!mpnt) |
| 422 | return -ENOMEM; | 422 | return -ENOMEM; |
| 423 | 423 | ||
| 424 | if (security_vm_enough_memory(arg_size >> PAGE_SHIFT)) { | ||
| 425 | kmem_cache_free(vm_area_cachep, mpnt); | ||
| 426 | return -ENOMEM; | ||
| 427 | } | ||
| 428 | |||
| 429 | memset(mpnt, 0, sizeof(*mpnt)); | 424 | memset(mpnt, 0, sizeof(*mpnt)); |
| 430 | 425 | ||
| 431 | down_write(&mm->mmap_sem); | 426 | down_write(&mm->mmap_sem); |
| @@ -745,8 +740,8 @@ static inline int de_thread(struct task_struct *tsk) | |||
| 745 | } | 740 | } |
| 746 | 741 | ||
| 747 | /* | 742 | /* |
| 748 | * Now there are really no other threads at all, | 743 | * There may be one thread left which is just exiting, |
| 749 | * so it's safe to stop telling them to kill themselves. | 744 | * but it's safe to stop telling the group to kill themselves. |
| 750 | */ | 745 | */ |
| 751 | sig->flags = 0; | 746 | sig->flags = 0; |
| 752 | 747 | ||
| @@ -785,7 +780,6 @@ no_thread_group: | |||
| 785 | kmem_cache_free(sighand_cachep, oldsighand); | 780 | kmem_cache_free(sighand_cachep, oldsighand); |
| 786 | } | 781 | } |
| 787 | 782 | ||
| 788 | BUG_ON(!thread_group_empty(current)); | ||
| 789 | BUG_ON(!thread_group_leader(current)); | 783 | BUG_ON(!thread_group_leader(current)); |
| 790 | return 0; | 784 | return 0; |
| 791 | } | 785 | } |
