1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* sysdeps/unix/sysv/linux/ia64/dl-static.c (_dl_static_init):

Initialize REF before passing it to _dl_lookup_symbol.
This commit is contained in:
Roland McGrath
2003-12-22 20:30:32 +00:00
parent 0d7f2f21e4
commit d3e4ed994c
2 changed files with 6 additions and 1 deletions

View File

@ -49,7 +49,7 @@ static void *variables[] =
void
_dl_static_init (struct link_map *map)
{
const ElfW(Sym) *ref;
const ElfW(Sym) *ref = NULL;
lookup_t loadbase;
void (*f) (void *[]);