commit | 218c5ff26841f5bbd188c42ccbd67422a7a20556 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Sun Apr 15 04:22:39 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:38:05 2012 +0200 |
tree | 1fd0e5cd8b45c90c29dd440eee7d5257270812dc | |
parent | 051dffaf54d2e049487bc884f3fa4346444be865 [diff] [blame] |
Nits
diff --git a/ltrace-elf.c b/ltrace-elf.c index 5628093..b01d34c 100644 --- a/ltrace-elf.c +++ b/ltrace-elf.c
@@ -471,7 +471,7 @@ if (!filter_matches_symbol(options.plt_filter, name, lib)) continue; - struct library_symbol *libsym; + struct library_symbol *libsym = NULL; switch (arch_elf_add_plt_entry(proc, lte, name, &rela, i, &libsym)) { case plt_default: