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: Aaron Campbell (aaroncvs.openbsd.org)
Date: Sun Jun 20 2004 - 15:45:06 CDT


CVSROOT: /cvs
Module name: src
Changes by: aaroncvs.openbsd.org 2004/06/20 14:45:06

Modified files:
        sys/crypto : crypto.c

Log message:
In crypto_thread(), always save return value from splimp(). We were only
storing it once on kernel startup. Scary. "holy crap" --deraadt. art ok

Unclear if this was actually a problem in practice, but this doesn't hurt.