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: Henning Brauer (henningcvs.openbsd.org)
Date: Sat Mar 17 2007 - 15:52:10 CDT


CVSROOT: /cvs
Module name: src
Changes by: henningcvs.openbsd.org 2007/03/17 14:52:10

Modified files:
        sys/kern : Tag: OPENBSD_3_9 uipc_mbuf2.c

Log message:
MFC (art), requested by deraadt
Since we're not always called with M_WAIT, check return value from
MGETHDR and fail if it's NULL.
ok miod