OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Michael Shalayeff (mickey_at_cvs.openbsd.org)
Date: Mon Nov 25 2002 - 04:09:24 CST

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

    CVSROOT: /cvs
    Module name: src
    Changes by: mickeycvs.openbsd.org 2002/11/25 03:09:24

    Modified files:
            sys/dev : rnd.c

    Log message:
    protect the arc4_getbyte() w/ an splhigh since
    there by multiple pathways, where it worked
    until read from userland in big buffers and some luck.
    does not cause a memory trashing, but rather may
    mess up the arc4 state such that it will not generate
    one particular value until a stir. sigh.
    was reported by multiple people over some time.