CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/06/19 18:02:12
Modified files:
lib/libc/crypt : arc4random.c
Log message:
arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1
Allow other non-zero return values in case we change our mind to
return an ssize_t byte count instead of simple success/fail.
ok deraadt, djm
