Date: Wed, 31 Oct 2007 02:31:51 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200710310231.l9V2VpoB082826@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2007-10-31 02:31:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/vm vm_map.c Log: MFC revision 1.389 Correct an error in vm_map_sync(), nee vm_map_clean(), that has existed since revision 1.1. Specifically, neither traversal of the vm map checks whether the end of the vm map has been reached. Consequently, the first traversal can wrap around and bogusly return an error. Approved by: re (kensmith) Revision Changes Path 1.388.2.1 +4 -2 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710310231.l9V2VpoB082826>