]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a buffer overrun in /dev/random which, due to the nature of the
authorMark Murray <markm@FreeBSD.org>
Thu, 12 Dec 2002 17:38:45 +0000 (17:38 +0000)
committerMark Murray <markm@FreeBSD.org>
Thu, 12 Dec 2002 17:38:45 +0000 (17:38 +0000)
commit340a8a91c378a893b1e15c57f45f4361ab082321
treee48a477aa4f72b0c91f8051ae2e00abfbbdc8623
parent8d5d039f80a8d31947f4e84af20e8a56d0009c32
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)
sys/dev/random/yarrow.c