Date: Sun, 08 Oct 2000 09:34:13 -0400 From: "Brian F. Feldman" <green@FreeBSD.org> To: Kris Kennaway <kris@citusc.usc.edu> Cc: audit@FreeBSD.org Subject: Re: mrouted cleanup Message-ID: <200010081334.e98DYD511857@green.dyndns.org> In-Reply-To: Message from Kris Kennaway <kris@citusc.usc.edu> of "Sat, 07 Oct 2000 23:20:05 PDT." <20001007232005.A18332@citusc17.usc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway <kris@citusc.usc.edu> wrote: > @@ -2746,7 +2746,7 @@ > #ifdef SYSV > srand48(seed); > #else > - srandom(seed); > + srandomdev(); > #endif > > /* > Do you want to just replace the last random() with arc4random() and do away with the srandom()/srandomdev()? Other than that, I don't see anything wrong with the cleanup of mrouted. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010081334.e98DYD511857>