Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 1997 16:25:33 -0700 (PDT)
From:      Julian Elischer <julian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/net if_ethersubr.c rtsock.c
Message-ID:  <199707152325.QAA29603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1997/07/15 16:25:33 PDT

  Modified files:
    sys/net              if_ethersubr.c rtsock.c 
  Log:
  Finally track down the reason for some of my occasional kernel crashes.
  Route(1) has a bug that sends a bad message to the kernel. The kernel
  trusts it and crashes. Add some sanity checks so that
  we don't trust the user quite as much any more.
  (also add a comment in if_ethersubr.c)
  
  Revision  Changes    Path
  1.36      +4 -1      src/sys/net/if_ethersubr.c
  1.28      +20 -2     src/sys/net/rtsock.c



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