From owner-cvs-all Tue Nov 7 10:31:21 2000 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 7EC7037B4E5; Tue, 7 Nov 2000 10:31:17 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA52148; Tue, 7 Nov 2000 10:31:17 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200011071831.KAA52148@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 7 Nov 2000 10:31:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/11/07 10:31:17 PST Modified files: sys/i386/i386 pmap.c Log: Protect against an infinite loop when prefaulting pages. This can happen when the vm system maps past the end of an object or tries to map a zero length object, the pmap layer misses the fact that offsets wrap into negative numbers and we get stuck. Found by: Joost Pol aka Nohican Submitted by: tegge Revision Changes Path 1.264 +5 -2 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message