Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 1998 13:45:50 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/netinet igmp.c
Message-ID:  <199812122145.NAA15151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1998/12/12 13:45:49 PST

  Modified files:
    sys/netinet          igmp.c 
  Log:
  PR:		kern/8990
  
      If timer calculation results in degenerate value (0), force it to 1
      to avoid divide-by-zero panic later on in calls to IGMP_RANDOM_DELAY().
      I considered simply adding 1 to the timer calculation, but was unsure
      if the calculation was part of the IGMP standard or not so did not want
      to mess with it for all cases.
  
  Revision  Changes    Path
  1.26      +3 -1      src/sys/netinet/igmp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812122145.NAA15151>