glibc/nis
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
..
nss_compat * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS 2005-07-06 21:06:29 +00:00
nss_nis * posix/wordexp.c (w_addword): Free word if realloc fails and it 2006-05-10 00:03:41 +00:00
nss_nisplus * nis/nss_nisplus/nisplus-publickey.c (parse_grp_str): PIDLIST is 2006-04-30 15:36:48 +00:00
rpcsvc 2.5-18.1 2007-07-12 18:26:36 +00:00
Banner
Depend Update. 1998-11-30 16:42:19 +00:00
libnsl.h * nis/nss-default.c (vars): Add SETENT_BATCH_READ. 2006-04-28 21:08:22 +00:00
Makefile * nis/Makefile (libnsl-routimes): Add nss-default. 2006-04-14 05:51:51 +00:00
nis_add.c Update. 2004-10-24 20:29:20 +00:00
nis_addmember.c 2.5-18.1 2007-07-12 18:26:36 +00:00
nis_call.c * elf/ldconfig.c (main): Use rawmemchr instead of strchr. 2006-04-07 07:02:20 +00:00
nis_callback.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
nis_checkpoint.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_clone_dir.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_clone_obj.c [BZ #284, BZ #721] 2005-02-17 01:19:55 +00:00
nis_clone_res.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_creategroup.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_defaults.c 2.5-18.1 2007-07-12 18:26:36 +00:00
nis_destroygroup.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_domain_of.c 2.5-18.1 2007-07-12 18:26:36 +00:00
nis_domain_of_r.c 2.5-18.1 2007-07-12 18:26:36 +00:00
nis_error.c * nis/nis_error.c (nis_sperror_r): Let snprintf determine whether 2005-12-03 22:15:54 +00:00
nis_file.c * nis/nis_file.c: Rewrite the two pairs of functions into wrappers 2005-07-28 07:10:28 +00:00
nis_findserv.c Update. 2001-12-13 03:40:19 +00:00
nis_free.c Update. 2004-10-24 20:29:20 +00:00
nis_getservlist.c * io/fts.c (fts_build): Call fts_lfree in the two error cases 2006-04-08 19:35:24 +00:00
nis_hash.c Update. 2004-09-08 15:46:42 +00:00
nis_intern.h 2.5-18.1 2007-07-12 18:26:36 +00:00
nis_ismember.c * nis/nis_ping.c: Remove unnecessary conditionals before 2006-04-08 20:28:00 +00:00
nis_local_names.c * elf/ldconfig.c (main): Use rawmemchr instead of strchr. 2006-04-07 07:02:20 +00:00
nis_lookup.c * nis/nis_call.c (__nisbind_create): Remove __nisbind_destroy, 2005-12-08 20:32:12 +00:00
nis_mkdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_modify.c Update. 2004-10-24 20:29:20 +00:00
nis_ping.c * nis/nis_ping.c: Remove unnecessary conditionals before 2006-04-08 20:28:00 +00:00
nis_print.c Update. 2004-10-24 20:29:20 +00:00
nis_print_group_entry.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_remove.c Update. 2004-10-24 20:29:20 +00:00
nis_removemember.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
nis_rmdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_server.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_subr.c [BZ #1188] 2005-08-16 16:05:37 +00:00
nis_table.c [BZ #2509] 2006-05-05 13:37:35 +00:00
nis_util.c Update. 2004-10-24 20:29:20 +00:00
nis_verifygroup.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nis_xdr.c [BZ #1188] 2005-08-16 16:05:37 +00:00
nis_xdr.h 2.5-18.1 2007-07-12 18:26:36 +00:00
nisplus-parser.h * nis/nisplus-parser.h (_nss_nisplus_parse_pwent): Add entry 2006-04-29 20:20:05 +00:00
nss * nis/nss-default.c (vars): Add SETENT_BATCH_READ. 2006-04-28 21:08:22 +00:00
nss-default.c * nis/nss-default.c (vars): Add SETENT_BATCH_READ. 2006-04-28 21:08:22 +00:00
nss-nis.c * nis/Makefile (libnsl-routimes): Add nss-default. 2006-04-14 05:51:51 +00:00
nss-nis.h * nis/nss_nis/nis-spwd.c (internal_nis_getspent_r): Remove data 2006-04-29 01:14:07 +00:00
nss-nisplus.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nss-nisplus.h 2.5-18.1 2007-07-12 18:26:36 +00:00
Versions * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_parse_etherent): 2006-04-14 21:30:52 +00:00
yp_xdr.c 2.5-18.1 2007-07-12 18:26:36 +00:00
ypclnt.c * nis/ypclnt.c (__xdr_ypresp_all): Minor optimization in string 2006-04-28 17:01:50 +00:00
ypupdate_xdr.c 2.5-18.1 2007-07-12 18:26:36 +00:00