From owner-freebsd-audit Sun Oct 8 14:29:35 2000 Delivered-To: freebsd-audit@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id 9C06837B503; Sun, 8 Oct 2000 14:29:33 -0700 (PDT) Received: (from kris@localhost) by citusc17.usc.edu (8.9.3/8.9.3) id OAA35642; Sun, 8 Oct 2000 14:30:07 -0700 (PDT) Date: Sun, 8 Oct 2000 14:30:07 -0700 From: Kris Kennaway To: "Brian F. Feldman" Cc: Kris Kennaway , audit@FreeBSD.org Subject: Re: mrouted cleanup Message-ID: <20001008143007.A35605@citusc17.usc.edu> References: <200010081334.e98DYD511857@green.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010081334.e98DYD511857@green.dyndns.org>; from green@FreeBSD.org on Sun, Oct 08, 2000 at 09:34:13AM -0400 Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Oct 08, 2000 at 09:34:13AM -0400, Brian F. Feldman wrote: > Kris Kennaway 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. I didn't see the need since it's just for introducing timing jitter into the packets to de-synchronize from other routers. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message