glibc/argp
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
..
argp-ba.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-eexst.c 2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2005-09-27 21:45:41 +00:00
argp-fmtstream.c 2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2005-09-27 21:45:41 +00:00
argp-fmtstream.h 2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2005-09-27 21:45:41 +00:00
argp-fs-xinl.c 2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2005-09-27 21:45:41 +00:00
argp-help.c * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
argp-namefrob.h Update. 2003-11-29 07:20:47 +00:00
argp-parse.c Update. 2004-03-09 10:36:53 +00:00
argp-pv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-pvh.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-test.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
argp-xinl.c 2005-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2005-09-27 21:45:41 +00:00
argp.h * argp/argp.h (__option_is_short): Check upper limit of 2006-04-22 15:10:30 +00:00
bug-argp1.c * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
Makefile * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
tst-argp1.c Use test-skeleton.c. 2003-03-17 19:21:04 +00:00
Versions 1998-10-25 Roland McGrath <roland@baalperazim.frob.com> 1998-10-25 20:02:56 +00:00