NetBSD/lib/libc/yp
lukem db4fd8d56f Don't return allocated memory in an error condition in a char **outXXX argument
(set them to the null pointer instead).
Thus, code that doesn't specificallly attempt to clean up allocated
memory after an error result is returned from yp_...() won't have an
unexpected memory leak (i.e, most 3rd party code)
1997-05-21 06:55:25 +00:00
..
Makefile.inc Split yp_first, yp_next, yp_maplist and yperr_prot out of yplib.c. 1996-05-18 18:43:24 +00:00
xdryp.c fix xdr_ypmap_parms (missing "&"'s in calls to xdr_ypdomain_wrap_string 1996-08-15 21:43:03 +00:00
yp_all.c Pull down yp/xdr fixes from release branch. 1996-05-29 20:00:52 +00:00
yp_first.c Don't return allocated memory in an error condition in a char **outXXX argument 1997-05-21 06:55:25 +00:00
yp_maplist.c Pull down yp/xdr fixes from release branch. 1996-05-29 20:00:52 +00:00
yp_master.c Don't return allocated memory in an error condition in a char **outXXX argument 1997-05-21 06:55:25 +00:00
yp_match.c Don't return allocated memory in an error condition in a char **outXXX argument 1997-05-21 06:55:25 +00:00
yp_order.c Avoid using clnt_perror() on the first rpc failure, since it is going to be 1996-05-23 13:48:59 +00:00
ypclnt.3 Don't return allocated memory in an error condition in a char **outXXX argument 1997-05-21 06:55:25 +00:00
yperr_string.c Split yperr_string out of yplib.c; makes many static executables a bit smaller. 1996-05-14 13:36:49 +00:00
yplib.c - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +00:00
ypprot_err.c Split yp_first, yp_next, yp_maplist and yperr_prot out of yplib.c. 1996-05-18 19:06:39 +00:00