Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2000 23:27:13 -0800 (PST)
From:      Yoshinobu Inoue <shin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net route.c
Message-ID:  <200001150727.XAA42501@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
shin        2000/01/14 23:27:13 PST

  Modified files:
    sys/net              route.c 
  Log:
  Clear ro->ro_rt just after RTFREE().
    Pleases let me make sure that no one touch the invalid ro_rt pointer,
    after splx(s) and before next ro_rt initialization.
    Though usually this seems to be already called at splnet,
    I still sometime experience kernel crash at rtfree() in my
    INET6 enabled environment where IPv6 connection is frequently used.
    (Off-course, it might be just due to another bug.)
  
  Revision  Changes    Path
  1.59      +2 -1      src/sys/net/route.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?200001150727.XAA42501>