Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 1995 09:38:46 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        slr@mitre.org
Cc:        freebsd-bugs@freefall.cdrom.com
Subject:   Re: bin/524: a fix for mrouted 
Message-ID:  <95Jun16.093858pdt.49859@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Fri, 16 Jun 95 07:50:01 PDT." <199506161450.HAA18627@freefall.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199506161450.HAA18627@freefall.cdrom.com> you write:
>*** usr.sbin/mrouted/prune.c.old	Tue Jun 13 16:52:49 1995
>--- usr.sbin/mrouted/prune.c	Fri Jun 16 10:03:12 1995
>***************
>*** 1212,1217 ****
>--- 1212,1218 ----
>  	((char *)&prun_grp)[i] = *p++;
>      for (i = 0; i< 4; i++)
>  	((char *)&prun_tmr)[i] = *p++;
>+     prun_tmr = ntohl(prun_tmr);
>      
>      log(LOG_DEBUG, 0, "%s on vif %d prunes (%s %s)/%d",
>  	inet_fmt(src, s1), vifi,

Thanks, I caught this already.  However, since this isn't the version of 
mrouted that's in the tree, bug reports should probably just go to me for now.

(Someone might as well close this PR; the mrouted in the tree doesn't have 
this bug.)

  Bill




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?95Jun16.093858pdt.49859>