Searched hist:"7 b0e72d18424e873271fa6e2879e2eaac30cc066" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_map.c | diff 7b0e72d18424e873271fa6e2879e2eaac30cc066 Mon Oct 22 07:21:05 CEST 2007 Alan Cox <alc@FreeBSD.org> 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.
This error has gone unnoticed for so long because no one had ever before tried msync(2)ing a region above the stack.
Reported by: peter MFC after: 1 week diff 7b0e72d18424e873271fa6e2879e2eaac30cc066 Mon Oct 22 07:21:05 CEST 2007 Alan Cox <alc@FreeBSD.org> 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.
This error has gone unnoticed for so long because no one had ever before tried msync(2)ing a region above the stack.
Reported by: peter MFC after: 1 week
|