commit | 0bcc0f725d87b085f85ef3b5924e9ad666471436 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Wed May 16 16:44:18 2012 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Wed May 16 16:44:18 2012 -0700 |
tree | d23ac657f74e1a864e97ca6ea155216128ad282e | |
parent | 8a1715044713722b9fa01419a2148a4a2a67aae5 [diff] |
Fix build Change-Id: I4f915831bc16a667c8583c99aeaea25e12d678ae
diff --git a/util/symbol.c b/util/symbol.c index 7fa50a5..eb31fa0 100644 --- a/util/symbol.c +++ b/util/symbol.c
@@ -2258,7 +2258,7 @@ { const char *filename; char path[PATH_MAX]; - struct process_args args; + struct process_args args = {0}; if (machine__is_host(machine)) { filename = "/proc/kallsyms";