From owner-cvs-sys Sat Apr 6 23:00:02 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA20006 for cvs-sys-outgoing; Sat, 6 Apr 1996 23:00:02 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA19952 Sat, 6 Apr 1996 22:59:54 -0800 (PST) Date: Sat, 6 Apr 1996 22:59:54 -0800 (PST) From: David Greenman Message-Id: <199604070659.WAA19952@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet in.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/06 22:59:53 Modified: sys/netinet in.c Log: Added proper splnet protection while modifying the interface address list. This fixes a panic that occurs when ifconfig ioctl(s) were interrupted by IP traffic at the wrong time - resulting in a NULL pointer dereference. This was originally noticed on a FreeBSD 1.0 system, but the problem still exists in current sources. Revision Changes Path 1.24 +17 -2 src/sys/netinet/in.c