From 74955460c5b9f23d7783395ce2478f5b7c5fd876 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 26 Sep 2000 09:46:55 +0000 Subject: Update. 2000-09-26 Thorsten Kukuk * nscd/dbg_log.c (dbg_log): Add missing format string. * catgets/catgets.c (catopen): Use getenv instead of __secure_getenv since we filter out the variable once. * iconv/gconv_conf.c (__gconv_get_path): Likewise. * locale/newlocale.c (__newlocale): Likewise. * locale/setlocale.c (setlocale): Likewise. * malloc/malloc.c (ptmalloc_init): Likewise. * resolv/res_hconf.c (_res_hconf_init): Likewise. * resolv/res_init.c (__res_vinit): Likewise. * time/tzfile.c (__tzfile_read): Likewise. * sysdeps/generic/unsecvars.h: New file. * elf/dl-support.c (non_dynamic_init): Use it here to remove variables. * elf/rtld.c (process_envvars): Likewise. * elf/Makefile (distribute): Add unsecvars.h. --- iconv/gconv_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv/gconv_conf.c') diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 4746f43bbb..57c832d6a9 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -420,7 +420,7 @@ __gconv_get_path (void) char *cwd; size_t cwdlen; - user_path = __secure_getenv ("GCONV_PATH"); + user_path = getenv ("GCONV_PATH"); if (user_path == NULL) { /* No user-defined path. Make a modifiable copy of the -- cgit v1.2.3