Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2000 10:31:17 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 pmap.c
Message-ID:  <200011071831.KAA52148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <nohican@marcella.niets.org>
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011071831.KAA52148>