freebsd-dev/sys/dev/random
Mark Murray 340a8a91c3 Fix a buffer overrun in /dev/random which, due to the nature of the
kernel memory allocator, is harmless. This could be a problem for
other systems, though. I've modified Darren's patch a little.

Original patch by: Darren Schack, Isilon Systems, Inc <darrens@isilon.com>
Also analysed by:  SGI, and in particular Divy Le Ray of SGI
OK'ed by:          re(rwatson)
2002-12-12 17:38:45 +00:00
..
harvest.c Fix really dumb braino of mine; cast a sizeof() to an int, which it is 2002-04-21 11:02:36 +00:00
hash.c No functional change. Fix comments and whitespace. 2002-09-21 21:40:02 +00:00
hash.h Upgrade the random device to use a "real" hash instead of building 2002-07-15 13:58:35 +00:00
randomdev.c Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
randomdev.h Massive lint-inspired cleanup. 2002-03-03 19:44:22 +00:00
yarrow.c Fix a buffer overrun in /dev/random which, due to the nature of the 2002-12-12 17:38:45 +00:00
yarrow.h