OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Todd C. Miller (millert_at_cvs.openbsd.org)
Date: Sat Aug 03 2002 - 17:04:28 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: millertcvs.openbsd.org 2002/08/03 16:04:28

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

    Log message:
    If malloc() fails, perror() and return. This is non-optimal but because
    svr_run() is void we have no way to pass back error status.