From owner-cvs-sys Wed Jul 24 13:00:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11740 for cvs-sys-outgoing; Wed, 24 Jul 1996 13:00:25 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA11654; Wed, 24 Jul 1996 13:00:01 -0700 (PDT) Date: Wed, 24 Jul 1996 13:00:01 -0700 (PDT) From: Garrett Wollman Message-Id: <199607242000.NAA11654@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/07/24 12:59:59 Modified: sys/net if.c Log: Fix a bug in ifa_ifwithnet() which caused a page fault in bcmp() when attepmting to add certain types of routes. This problem only manifested itself in the presence of unconfigured point-to-point interfaces. Noticed by: Chuck Cranor Revision Changes Path 1.34 +3 -2 src/sys/net/if.c