Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221541
b: refs/heads/master
c: 020e773
h: refs/heads/master
i:
  221539: 002fcf9
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Nov 1, 2010
1 parent f156027 commit 5a5c58b
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: e99d11d19977c74b18411cdb59cdebb788237a6e
refs/heads/master: 020e773f6b2e797a13d23723773ed1b3ba2c35dc
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ const char *sym_expand_string_value(const char *in)
symval = sym_get_string_value(sym);
}

newlen = strlen(res) + strlen(symval) + strlen(src);
newlen = strlen(res) + strlen(symval) + strlen(src) + 1;
if (newlen > reslen) {
reslen = newlen;
res = realloc(res, reslen);
Expand Down

0 comments on commit 5a5c58b

Please sign in to comment.