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: Otto Moerbeek (ottocvs.openbsd.org)
Date: Mon Feb 12 2007 - 14:00:14 CST


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2007/02/12 13:00:14

Modified files:
        lib/libc/stdlib: malloc.c

Log message:
get cheaper random bytes, less waste and no getpid() calls, which are
done by arc4random(); ok millert deraadt