summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_perror.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't postpone memory allocation for the error message to the error handler:schwarze2009-06-031-33/+14
| | | | | | | That way, memory exhaustion simply cannot be reported because it would require to... allocate memory. Instead, really use a statical buffer as it is advertised in the manual. "looks good" millert@
* When an RPC client program encounters ENOMEM while trying to printschwarze2009-06-011-2/+4
| | | | | | an error message, rather skip the error message than dereferencing a NULL pointer. debugging help and ok kjell@
* Remove wrong snprintf(3) truncation checks, which can't bemoritz2007-09-121-15/+25
| | | | | | | triggered and are off-by-one anyways. Instead replace them with correct checks and add all the missing cases. ok deraadt@
* dont put two '\n' at the end of the string returnd by clnt_sperror()thib2006-09-171-7/+7
| | | | ok deraadt@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* more snprintf return value sloppiness; ok ottoderaadt2005-04-111-3/+7
|
* ansify. ok deraadt@ jaredy@otto2005-04-011-18/+9
|
* remove extra output of \n in clnt_perror()deraadt2002-09-101-2/+2
|
* strlcat boundsderaadt2002-05-291-2/+2
|
* prototype cleanupderaadt2001-09-151-2/+2
|
* be more careful with snprintf; millert okderaadt2001-08-181-22/+20
|
* plug many memory leaksderaadt2001-03-031-4/+4
|
* append \n correctlyderaadt1998-12-301-3/+3
|
* detect truncation and overflow betterderaadt1998-11-221-25/+33
|
* Make printf's match actual type (%lu -> %u).millert1997-02-101-4/+4
|
* do not print extra \nderaadt1997-02-091-2/+2
|
* More sprintf -> snprintf.millert1997-01-211-22/+28
|
* avoid oflows, thanks also to toddderaadt1996-12-191-30/+28
|
* Remove dead codetholo1996-09-151-4/+1
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+260