From owner-cvs-all Fri Dec 4 18:21:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22935 for cvs-all-outgoing; Fri, 4 Dec 1998 18:21:08 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22930; Fri, 4 Dec 1998 18:21:06 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA13265; Fri, 4 Dec 1998 18:21:46 -0800 (PST) Date: Fri, 4 Dec 1998 18:21:46 -0800 (PST) Message-Id: <199812050221.SAA13265@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c if_tl.c if_mx.c if_pn.c if_vr.c if_wb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/12/04 18:21:45 PST Modified files: sys/pci if_xl.c if_tl.c if_mx.c if_pn.c if_vr.c if_wb.c Log: Add sanity check to foo_start() routines: in the unlikely (though apparently possible) event that the transmit start routine is called with and empty if_snd queue, bail out instead of dereferencing unilitialized transmit list pointers and panicking. Revision Changes Path 1.18 +8 -2 src/sys/pci/if_xl.c 1.20 +8 -2 src/sys/pci/if_tl.c 1.3 +8 -2 src/sys/pci/if_mx.c 1.2 +8 -2 src/sys/pci/if_pn.c 1.2 +8 -2 src/sys/pci/if_vr.c 1.2 +8 -2 src/sys/pci/if_wb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message