CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/17 00:56:01
Modified files:
usr.sbin/npppd/common: slist.c
usr.sbin/npppd/pptp: pptpd.c
Log message:
Replace arc4random() % i by arc4random_uniform(i) to avoid modulo bias.
Part of a diff by Matthew Martin, reviewed by deraadt@ and me.
ok deraadt@
