libc - restir arc4random() on fork()
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 8 Sep 2016 06:09:12 +0000 (23:09 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 8 Sep 2016 06:11:52 +0000 (23:11 -0700)
commite311d3bec2c7a5bd7428e378fe9cd7105db1bc5b
tree5b68b1b3828be20abedcabe38fe9e70295f3a04b
parent322960dc2f43c50a9116ea9ecdca6e231e6e77f7
libc - restir arc4random() on fork()

* Fix an issue where the arc4random() function was not being re-stirred
  on a fork.

Reported-by: zrj
lib/libc/gen/arc4random.c