glibc/elf
Ulrich Drepper e7c8359e43 * posix/wordexp.c (w_addword): Free word if realloc fails and it
was allocated here.  [Coverity CID 219]

	* posix/getconf.c (print_all): Free confstr data after printing.
	[Coverity CID 218]

	* sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
	list allocation fails.  [Coverity CID 215]

	* nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
	[Coverity CID 213]

	* argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
	string is NULL.  [Coverity CID 212]
	* argp/Makefile: Add rules to build and run bug-argp1.
	* argp/bug-argp1.c: New file.

	* io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
	end of string.
	* stdlib/canonicalize.c (__realpath): Likewise.

	* locale/programs/ld-time.c (time_finish): Don't dereference NULL
	pointer.  [Coverity CID 206]

	* elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
	in statically linked code.
	* elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
	statically built code, be prepared to have no link map.
	[Coverity CID 205]

	* argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
	dgettext calls. [Coverity CID 204]

	* argp/argp-help.c (struct uparams): Remove valid member.  Change
	the one user.
	(uparam_names): Reduce size.  Avoid relative relocations.
	Moved to read-only segment.
	(fill_in_uparams): Update for new layout.

	* sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
	assumed to always be != NULL. [Coverity CID 202]

	* argp/argp-help.c (hol_entry_help): Remove some dead code
	[Coverity CID 200].

	* nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
	away a few more unconditional yperr2nss calls.
	(_nss_nis_getservbyname_r): Likewise.
2006-05-10 00:03:41 +00:00
..
.cvsignore
Makefile * elf/rtld.c (dl_main): Run final self-relocation after setting up TLS. 2006-03-19 07:48:05 +00:00
Versions * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
cache.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
check-localplt.c * Makerules: Define build-module-asneeded. 2006-01-11 22:18:24 +00:00
check-textrel.c * elf/check-textrel.c: Don't include "config.h". 2006-03-02 18:44:36 +00:00
chroot_canon.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
circleload1.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
circlemod1.c
circlemod1a.c
circlemod2.c
circlemod2a.c
circlemod3.c
circlemod3a.c
constload1.c
constload2.c
constload3.c
dblload.c
dblloadmod1.c
dblloadmod2.c
dblloadmod3.c
dblunload.c
dep1.c
dep2.c
dep3.c
dep4.c
dl-addr.c * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name. 2005-08-30 22:48:53 +00:00
dl-brk.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-cache.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-caller.c [BZ #77] 2004-10-14 02:08:23 +00:00
dl-close.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
dl-conflict.c 2005-10-26 Jakub Jelinek <jakub@redhat.com> 2005-10-31 01:28:48 +00:00
dl-debug.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
dl-deps.c 2006-01-18 Jakub Jelinek <jakub@redhat.com> 2006-01-18 19:48:53 +00:00
dl-dst.h * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
dl-environ.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-error.c * sysdeps/generic/unwind-dw2.c (extract_cie_info): Add a cast. 2005-12-21 21:36:24 +00:00
dl-execstack.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-fini.c * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate 2005-03-19 07:22:23 +00:00
dl-fptr.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-init.c * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 2005-01-06 22:40:27 +00:00
dl-iteratephdr.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
dl-libc.c * elf/dl-error.c (_dl_signal_error): Store information about use of 2005-06-12 16:29:51 +00:00
dl-load.c * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
dl-lookup.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
dl-minimal.c * elf/dl-error.c (_dl_signal_error): Use __longjmp instead of longjmp. 2005-12-17 23:09:41 +00:00
dl-misc.c 2.5-18.1 2007-07-12 18:26:36 +00:00
dl-object.c * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 2005-01-06 22:40:27 +00:00
dl-open.c * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition. 2005-11-15 07:26:22 +00:00
dl-origin.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-profile.c Update. 2004-07-06 06:49:44 +00:00
dl-profstub.c Update. 2004-03-06 08:19:29 +00:00
dl-reloc.c * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define 2005-07-07 02:39:45 +00:00
dl-runtime.c (fixup): Change return type to DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE, DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to store and retrieve relocation values. (profile_fixup): Likewise. 2005-02-07 22:47:00 +00:00
dl-sbrk.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-support.c * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for 2005-05-11 17:32:13 +00:00
dl-sym.c * elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULL 2006-02-26 20:50:52 +00:00
dl-symaddr.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-sysdep.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-tls.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
dl-trampoline.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-tsd.c * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for 2005-09-22 07:29:50 +00:00
dl-version.c * elf/dl-version.c (match_symbol): Add namespace info to debug output. 2005-03-07 06:45:42 +00:00
do-lookup.h * elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULL 2006-02-26 20:50:52 +00:00
do-rel.h * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Remove 2004-09-24 17:09:04 +00:00
dynamic-link.h * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword. 2005-03-15 22:57:31 +00:00
elf.h * elf/elf.h (HWCAP_SPARC_BLKINIT): New macro. 2006-02-25 01:57:49 +00:00
enbl-secure.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
failobj.c
filter.c
filtmod1.c
filtmod2.c
firstobj.c
gen-trusted-dirs.awk
genrtldtbl.awk
global.c
globalmod1.c
initfirst.c
interp.c
lateglobal.c Update. 2004-04-21 18:58:31 +00:00
ldconfig.c * elf/ldconfig.c (main): Use rawmemchr instead of strchr. 2006-04-07 07:02:20 +00:00
ldd.bash.in * elf/ldd.bash.in: If --verify loop fails to find a dynamic linker 2006-04-30 16:08:10 +00:00
link.h * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
loadfail.c
loadtest.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
ltglobmod1.c
ltglobmod2.c
multiload.c
neededobj1.c
neededobj2.c
neededobj3.c
neededobj4.c
neededobj5.c
neededobj6.c
neededtest.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
neededtest2.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
neededtest3.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
neededtest4.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
next.c
nextmod1.c
nextmod2.c
nodel2mod1.c
nodel2mod2.c
nodel2mod3.c
nodelete.c
nodelete2.c
nodelmod1.c
nodelmod2.c
nodelmod3.c
nodelmod4.c
nodlopen.c
nodlopen2.c
nodlopenmod.c
nodlopenmod2.c
noload.c
order.c
order2.c * elf/Makefile: Add rules to build and run order2. 2005-03-19 08:04:37 +00:00
order2mod1.c * elf/Makefile: Add rules to build and run order2. 2005-03-19 08:04:37 +00:00
order2mod2.c * posix/tst-execle1.c (do_test): Add a const. 2005-12-27 22:50:12 +00:00
order2mod3.c * elf/Makefile: Add rules to build and run order2. 2005-03-19 08:04:37 +00:00
order2mod4.c * elf/Makefile: Add rules to build and run order2. 2005-03-19 08:04:37 +00:00
origtest.c
pathoptobj.c
preloadtest.c
readelflib.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
readlib.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
reldep.c
reldep2.c
reldep3.c
reldep4.c
reldep4mod1.c
reldep4mod2.c
reldep4mod3.c
reldep4mod4.c
reldep5.c
reldep6.c
reldep6mod0.c
reldep6mod1.c
reldep6mod2.c
reldep6mod3.c
reldep6mod4.c
reldep7.c
reldep7mod1.c
reldep7mod2.c
reldep8.c
reldep8mod1.c
reldep8mod2.c
reldep8mod3.c
reldep9.c
reldep9mod1.c
reldep9mod2.c
reldep9mod3.c
reldepmod1.c
reldepmod2.c
reldepmod3.c
reldepmod4.c
reldepmod5.c
reldepmod6.c
resolvfail.c
restest1.c
restest2.c
rtld-Rules * elf/rtld-Rules (subdir-args): New variable. 2006-02-28 09:57:07 +00:00
rtld.c * elf/rtld.c (process_envvars): Fix handling of LD_POINTER_GUARD. 2006-04-08 19:52:13 +00:00
sln.c
sofini.c * elf/sofini.c (__FRAME_END__): Mark as const. 2006-02-24 22:57:38 +00:00
soinit.c * elf/sofini.c (__FRAME_END__): Mark as const. 2006-02-24 22:57:38 +00:00
sprof.c Update copyright year. 2006-01-01 19:15:56 +00:00
stackguard-macros.h * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition. 2005-07-07 06:10:18 +00:00
testobj.h
testobj1.c
testobj1_1.c
testobj2.c * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl. 2005-03-06 00:08:10 +00:00
testobj3.c
testobj4.c
testobj5.c
testobj6.c
tls-macros.h * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup): 2005-06-17 23:11:35 +00:00
tst-align.c Update. 2003-09-17 18:23:49 +00:00
tst-align2.c Update. 2005-01-22 07:55:35 +00:00
tst-alignmod.c Update. 2003-09-17 18:23:49 +00:00
tst-alignmod2.c Update. 2005-01-22 07:55:35 +00:00
tst-array1-static.c * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED 2005-02-14 21:25:50 +00:00
tst-array1.c
tst-array1.exp
tst-array2.c
tst-array2.exp
tst-array2dep.c
tst-array3.c
tst-array4.c
tst-array4.exp
tst-array5-static.c [BZ #974] 2005-07-07 23:00:02 +00:00
tst-array5-static.exp [BZ #974] 2005-07-07 23:00:02 +00:00
tst-array5.c [BZ #974] 2005-07-07 23:00:02 +00:00
tst-array5.exp [BZ #974] 2005-07-07 23:00:02 +00:00
tst-array5dep.c [BZ #974] 2005-07-07 23:00:02 +00:00
tst-audit1.c * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 2005-01-06 22:40:27 +00:00
tst-audit2.c * elf/rtld.c (dl_main): Run final self-relocation after setting up TLS. 2006-03-19 07:48:05 +00:00
tst-auditmod1.c * sysdeps/generic/ldsodefs.h (struct audit_ifaces): 2005-10-05 18:57:11 +00:00
tst-deep1.c Update. 2004-09-23 07:45:38 +00:00
tst-deep1mod1.c Update. 2004-09-23 07:45:38 +00:00
tst-deep1mod2.c Update. 2004-09-23 07:45:38 +00:00
tst-deep1mod3.c Update. 2004-09-23 07:45:38 +00:00
tst-dlmodcount.c Include stddef.h and stdlib.h. 2004-03-26 09:48:53 +00:00
tst-dlmopen1.c [BZ #77] 2004-10-14 02:08:23 +00:00
tst-dlmopen1mod.c Update. 2004-10-27 20:27:40 +00:00
tst-dlmopen2.c [BZ #77] 2004-10-14 02:08:23 +00:00
tst-dlmopen3.c Update. 2004-10-28 06:53:20 +00:00
tst-dlopenrpath.c Update. 2004-10-11 10:16:31 +00:00
tst-dlopenrpathmod.c Update. 2004-08-15 20:23:40 +00:00
tst-execstack-mod.c * sysdeps/i386/dl-machine.h (RTLD_START): Set __libc_stack_end before 2003-09-23 12:07:26 +00:00
tst-execstack-needed.c * sysdeps/i386/dl-machine.h (RTLD_START): Set __libc_stack_end before 2003-09-23 12:07:26 +00:00
tst-execstack-prog.c * elf/rtld.c (dl_main): In rtld_is_main case, reinitialize 2003-09-24 01:56:08 +00:00
tst-execstack.c 2004-04-01 Roland McGrath <roland@redhat.com> 2004-04-02 02:23:05 +00:00
tst-global1.c [BZ #776] 2005-03-03 08:28:23 +00:00
tst-leaks1.c * elf/rtld.c (dl_main): Run final self-relocation after setting up TLS. 2006-03-19 07:48:05 +00:00
tst-pathopt.c
tst-pathopt.sh
tst-pie1.c [BZ #262] 2004-07-16 17:56:45 +00:00
tst-piemod1.c [BZ #262] 2004-07-16 17:56:45 +00:00
tst-stackguard1-static.c * Versions.def (ld): Add GLIBC_2.4. 2005-06-26 18:14:26 +00:00
tst-stackguard1.c * Versions.def (ld): Add GLIBC_2.4. 2005-06-26 18:14:26 +00:00
tst-tls-dlinfo.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
tst-tls1-static.c
tst-tls1.c
tst-tls2-static.c
tst-tls2.c
tst-tls3.c
tst-tls4.c
tst-tls5.c
tst-tls6.c Update. 2003-07-31 19:26:38 +00:00
tst-tls7.c
tst-tls8.c * elf/tst-tls8.c (do_test): Use $ORIGIN in module names. 2006-01-07 03:58:05 +00:00
tst-tls9-static.c
tst-tls9.c
tst-tls10.c * elf/tst-tls12.c (main): Fix declaration. 2003-04-23 01:54:52 +00:00
tst-tls10.h Update. 2003-04-17 19:19:29 +00:00
tst-tls11.c Update. 2003-04-17 19:19:29 +00:00
tst-tls12.c * elf/tst-tls12.c (main): Fix declaration. 2003-04-23 01:54:52 +00:00
tst-tls13.c * elf/tst-tls13.c (do_test): Avoid using the library path when 2005-12-27 22:29:27 +00:00
tst-tls14.c * elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this. 2003-07-28 21:50:26 +00:00
tst-tls15.c [BZ #786] 2005-03-20 22:25:59 +00:00
tst-tlsmod1.c
tst-tlsmod2.c
tst-tlsmod3.c
tst-tlsmod4.c
tst-tlsmod5.c
tst-tlsmod6.c
tst-tlsmod7.c * elf/tst-tls12.c (main): Fix declaration. 2003-04-23 01:54:52 +00:00
tst-tlsmod8.c * elf/tst-tls12.c (main): Fix declaration. 2003-04-23 01:54:52 +00:00
tst-tlsmod9.c * elf/tst-tls12.c (main): Fix declaration. 2003-04-23 01:54:52 +00:00
tst-tlsmod10.c Update. 2003-04-17 19:19:29 +00:00
tst-tlsmod11.c Update. 2003-04-17 19:19:29 +00:00
tst-tlsmod12.c Update. 2003-04-17 19:19:29 +00:00
tst-tlsmod13.c Update. 2003-04-27 06:20:14 +00:00
tst-tlsmod13a.c Update. 2003-04-27 06:20:14 +00:00
tst-tlsmod14a.c * elf/tst-tls14.c [USE_TLS && HAVE___THREAD]: Conditionalize on this. 2003-07-28 21:50:26 +00:00
tst-tlsmod14b.c Update. 2003-07-24 20:07:00 +00:00
tst-tlsmod15a.c [BZ #786] 2005-03-20 22:25:59 +00:00
tst-tlsmod15b.c [BZ #786] 2005-03-20 22:25:59 +00:00
unload.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
unload2.c * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
unload2dep.c
unload2mod.c
unload3.c [BZ #776] 2005-03-03 08:28:23 +00:00
unload3mod1.c [BZ #776] 2005-03-03 08:28:23 +00:00
unload3mod2.c [BZ #776] 2005-03-03 08:28:23 +00:00
unload3mod3.c [BZ #776] 2005-03-03 08:28:23 +00:00
unload3mod4.c * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl. 2005-03-06 00:08:10 +00:00
unload4.c Test cases for correct unloading. 2005-03-18 10:54:53 +00:00
unload4mod1.c Test cases for correct unloading. 2005-03-18 10:54:53 +00:00
unload4mod2.c Test cases for correct unloading. 2005-03-18 10:54:53 +00:00
unload4mod3.c Test cases for correct unloading. 2005-03-18 10:54:53 +00:00
unload4mod4.c Test cases for correct unloading. 2005-03-18 10:54:53 +00:00
unload5.c Test cases for correct unloading. 2005-03-18 10:54:53 +00:00
unload6.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
unload6mod1.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
unload6mod2.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
unload6mod3.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
unloadmod.c
vismain.c (do_test): Comment out tests which fail in the moment. 2003-03-29 06:49:46 +00:00
vismod.h 2003-03-26 H.J. Lu <hjl@gnu.org> 2003-03-29 03:46:03 +00:00
vismod1.c 2003-03-26 H.J. Lu <hjl@gnu.org> 2003-03-29 03:46:03 +00:00
vismod2.c 2003-03-26 H.J. Lu <hjl@gnu.org> 2003-03-29 03:46:03 +00:00
vismod3.c 2003-03-26 H.J. Lu <hjl@gnu.org> 2003-03-29 03:46:03 +00:00