Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163471480
D22678.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
344 B
Referenced Files
None
Subscribers
None
D22678.diff
View Options
Index: head/sys/vm/vm_map.c
===================================================================
--- head/sys/vm/vm_map.c
+++ head/sys/vm/vm_map.c
@@ -2467,7 +2467,7 @@
psize = atop(size);
if (psize + pindex > object->size) {
- if (object->size < pindex) {
+ if (pindex >= object->size) {
VM_OBJECT_RUNLOCK(object);
return;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 12:05 PM (7 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35444831
Default Alt Text
D22678.diff (344 B)
Attached To
Mode
D22678: Fix an off-by-one in vm_map_pmap_enter().
Attached
Detach File
Event Timeline
Log In to Comment