Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166442
b: refs/heads/master
c: a255a99
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and Ingo Molnar committed Sep 24, 2009
1 parent 4d204c4 commit 9c41e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 67030036ebb370b0aa5561ae2fe31668ed1ccd1c
refs/heads/master: a255a9981a8566a1efabec983b7811e937e662d2
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static int mod_dso__load_module_paths(struct mod_dso *self)
len += strlen(uts.release);
len += strlen("/modules.dep");

dpath = calloc(1, len);
dpath = calloc(1, len + 1);
if (dpath == NULL)
return err;

Expand Down

0 comments on commit 9c41e09

Please sign in to comment.