OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Artur Grabowski (artcvs.openbsd.org)
Date: Mon Apr 02 2001 - 14:01:19 CDT

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

    CVSROOT: /cvs
    Module name: src
    Changes by: artcvs.openbsd.org 2001/04/02 13:01:18

    Modified files:
            sys/dev/ic : wdc.c

    Log message:
    pool_get with PR_NOWAIT can fail. Handle that.
    (the old code could return NULL and the callers check for that, so it
    should be ok.