Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147441
b: refs/heads/master
c: 82afae6
h: refs/heads/master
i:
  147439: 335f59e
v: v3
  • Loading branch information
Erdem Aktas authored and Ingo Molnar committed May 10, 2009
1 parent 89698eb commit cfcab72
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: f15b18d0755b3ee4b29991fc2fde535ee41df53c
refs/heads/master: 82afae6016b672acb90ceb8e773bba0bd977d2a3
2 changes: 1 addition & 1 deletion trunk/Documentation/perf_counter/builtin-top.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ static int read_symbol(FILE *in, struct sym_entry *s)
if (strstr(sym, "_text_start") || strstr(sym, "_text_end"))
return 1;

s->sym = malloc(strlen(str));
s->sym = malloc(strlen(str)+1);
assert(s->sym);

strcpy((char *)s->sym, str);
Expand Down

0 comments on commit cfcab72

Please sign in to comment.