CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/16 18:37:07
Modified files:
lib/libc/crypt : arc4random.c
Log message:
Use MAP_INHERIT_ZERO in arc4random(3)
Now instead of calling getpid() each time a user invokes arc4random(),
we're able to rely on the kernel zero'ing out the RNG state if the
process forks.
ok deraadt, djm
