OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Wed Jun 07 2006 - 16:53:43 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2006/06/07 15:53:43

Modified files:
        sys/arch/m68k/m68k: sig_machdep.c

Log message:
Pass M_CANFAIL to malloc() in sendsig(), and if it fails, kill the process;
this is better than panic'ing due to low memory condition.