CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2009/06/02 21:34:00

Modified files:
        lib/libc/rpc   : clnt_perror.c 

Log message:
Don't postpone memory allocation for the error message to the error handler:
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@

Reply via email to