git: libc - restir arc4random() on fork()
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Sep 7 23:11:20 PDT 2016
commit 617fc29d205b15f55d7192c496820b98428b701e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Sep 7 23:09:12 2016 -0700
libc - restir arc4random() on fork()
* Fix an issue where the arc4random() function was not being re-stirred
on a fork.
Reported-by: zrj
Summary of changes:
lib/libc/gen/arc4random.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/617fc29d205b15f55d7192c496820b98428b701e
--
DragonFly BSD source repository
More information about the Commits
mailing list