From owner-cvs-sys Fri Jul 18 04:49:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA16853 for cvs-sys-outgoing; Fri, 18 Jul 1997 04:49:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA16726; Fri, 18 Jul 1997 04:45:41 -0700 (PDT) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA29578; Fri, 18 Jul 1997 04:44:25 -0700 (PDT) Date: Fri, 18 Jul 1997 04:44:25 -0700 (PDT) Message-Id: <199707181144.EAA29578@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net rtsock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1997/07/18 04:44:25 PDT Modified files: sys/net rtsock.c Log: An actual fix for the routing default crashes that 1/ is compatible with the old route(1) in case needed. 2/ actually fixes the problem while vetting bad user input. note: I have already fixed route(1) so the problem shouldn't occur. if it does. use 0.0.0.0/0 instead of the word 'default' :) Revision Changes Path 1.31 +25 -15 src/sys/net/rtsock.c