CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2013/04/16 06:15:55
Modified files: lib/libc/rpc : svc_run.c Log message: Replace a realloc() + memcpy() with calloc() + memcpy(). We don't need to zero pfd but using calloc() gets us overflow protection for free. OK chl@ deraadt@