CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2014/06/27 11:37:42
Modified files: lib/libc/stdlib: malloc.c Log message: Move to a smaller rbytes buffer and skip a random part. Not to improve the random stream itself (it doesn't), but to introduce noise in the arc4random calling pattern. Thanks to matthew@ who pointed out bias in a previous diff, ok deraadt@ matthew@