Page MenuHomeFreeBSD

D22678.diff
No OneTemporary

D22678.diff

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

Mime Type
text/plain
Expires
Wed, Apr 8, 8:41 PM (4 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31114061
Default Alt Text
D22678.diff (344 B)

Event Timeline