Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 1996 20:11:18 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/net route.c
Message-ID:  <199608240311.UAA07680@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/08/23 20:11:16

  Modified:    sys/net   route.c
  Log:
  route.c:RTM_ADD does not check for a netmask before doing a tree walk
  like it does elsewhere.  This is probably only happens when incorrect
  args are given to route(8), or when running with non-IPv4 stacks but
  incorrect args to the route command is no excuse for panicing!
  
  Submitted by: Michael Clay <mclay@weareb.org>, PR#1532
  
  Revision  Changes    Path
  1.35      +2 -2      src/sys/net/route.c



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