cvs commit: src/sys/vm vm_contig.c
Alan Cox
alc at FreeBSD.org
Thu Mar 4 20:46:32 PST 2004
alc 2004/03/04 20:46:32 PST
FreeBSD src repository
Modified files:
sys/vm vm_contig.c
Log:
In the last revision, I introduced a physical contiguity check that is both
unnecessary and wrong. While it is necessary to verify that the page is
still free after dropping and reacquiring the free page queue lock, the
physical contiguity of the page can not change, making this check
unnecessary. This check was wrong in that it could cause an out-of-bounds
array access.
Tested by: rwatson
Revision Changes Path
1.32 +1 -3 src/sys/vm/vm_contig.c
More information about the cvs-src
mailing list