Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126293
b: refs/heads/master
c: 350eaf7
h: refs/heads/master
i:
  126291: d9698e2
v: v3
  • Loading branch information
Tetsuo Handa authored and Linus Torvalds committed Jan 6, 2009
1 parent 5152d3d commit 74c5b50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26e5438e4b77f04a51870f9415ffed68004fac1d
refs/heads/master: 350eaf791bebccb9ad5999351f3e328319545f03
5 changes: 5 additions & 0 deletions trunk/fs/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,11 @@ int do_coredump(long signr, int exit_code, struct pt_regs * regs)

if (ispipe) {
helper_argv = argv_split(GFP_KERNEL, corename+1, &helper_argc);
if (!helper_argv) {
printk(KERN_WARNING "%s failed to allocate memory\n",
__func__);
goto fail_unlock;
}
/* Terminate the string before the first option */
delimit = strchr(corename, ' ');
if (delimit)
Expand Down

0 comments on commit 74c5b50

Please sign in to comment.