From 622586fbe088fbd0cca0533a046e65114c584526 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 25 Jun 1996 18:22:06 +0000 Subject: Tue Jun 25 10:58:23 1996 Roland McGrath * inet/getrpcent.c: Fix macros. * inet/getrpcent_r.c: Fix macros. * elf/dlsym.c (dlsym): Search the global scope if HANDLE is null. * elf/dl-load.c (_dl_map_object_from_fd): Initialize L. --- elf/dl-load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/dl-load.c') diff --git a/elf/dl-load.c b/elf/dl-load.c index f01bdad..c19ebe7 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -70,7 +70,7 @@ struct link_map * _dl_map_object_from_fd (const char *name, int fd, char *realname, struct link_map *loader, int l_type) { - struct link_map *l; + struct link_map *l = NULL; void *file_mapping = NULL; size_t mapping_size = 0; -- cgit v1.1