From owner-cvs-all Mon Jan 1 8:49:35 2001 From owner-cvs-all@FreeBSD.ORG Mon Jan 1 08:49:33 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36FD237B400; Mon, 1 Jan 2001 08:49:33 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f01GnXw19579; Mon, 1 Jan 2001 08:49:33 -0800 (PST) (envelope-from mjacob) Message-Id: <200101011649.f01GnXw19579@freefall.freebsd.org> From: Matt Jacob Date: Mon, 1 Jan 2001 08:49:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/01 08:49:32 PST Modified files: sys/dev/pci pci.c Log: Sanity check ptr for legal values so it is less likely (but not impossible) to get stuck in an infinite loop. Obtained from: msmith@freebsd.org Revision Changes Path 1.173 +7 -1 src/sys/dev/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message