Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30349
b: refs/heads/master
c: 814d686
h: refs/heads/master
i:
  30347: f998633
v: v3
  • Loading branch information
David Teigland authored and Linus Torvalds committed Jun 26, 2006
1 parent 911ff6b commit 5374b84
Show file tree
Hide file tree
Showing 2 changed files with 7 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: ce503f59ae899c3e75a8a1cf46f2d44c0c5b5c7c
refs/heads/master: 814d68629b40e863997fa0eea459be4cc99a06cc
6 changes: 6 additions & 0 deletions trunk/drivers/md/dm-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,12 @@ int dm_split_args(int *argc, char ***argvp, char *input)
unsigned array_size = 0;

*argc = 0;

if (!input) {
*argvp = NULL;
return 0;
}

argv = realloc_argv(&array_size, argv);
if (!argv)
return -ENOMEM;
Expand Down

0 comments on commit 5374b84

Please sign in to comment.