From owner-freebsd-audit Sun Oct 8 6:34:20 2000 Delivered-To: freebsd-audit@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id B264037B502; Sun, 8 Oct 2000 06:34:17 -0700 (PDT) Received: from localhost (rfjsnw@localhost [127.0.0.1] (may be forged)) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id e98DYD511857; Sun, 8 Oct 2000 09:34:15 -0400 (EDT) (envelope-from green@FreeBSD.org) Message-Id: <200010081334.e98DYD511857@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Kris Kennaway Cc: audit@FreeBSD.org Subject: Re: mrouted cleanup In-Reply-To: Message from Kris Kennaway of "Sat, 07 Oct 2000 23:20:05 PDT." <20001007232005.A18332@citusc17.usc.edu> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 08 Oct 2000 09:34:13 -0400 Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. -- 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