CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2009/06/29 04:11:07
Modified files: usr.sbin/smtpd : runner.c Log message: since upper-bound is not a power of two here, use arc4random_uniform instead, to avoid modulo bias. ok jacekm@, gilles@